CI: re-enable dtb path check (MR 3801)

This commit is contained in:
Newbyte 2023-01-12 00:00:00 +01:00 committed by Luca Weiss
parent 5e2a8ecb3e
commit 14d50e1c06
No known key found for this signature in database
GPG key ID: 72D843B89D4DD756

View file

@ -16,9 +16,8 @@ if grep -qr '(CHANGEME!)' *; then
fi
# DTBs installed to /usr/share/db
# FIXME: doesn't pass currently, fix it and enable it afterwards
# if grep -r 'INSTALL_DTBS_PATH="$pkgdir"/usr/share/dtb'; then
# echo 'Please do not install dtbs to /usr/share/dtb!'
# echo 'Unless you have a good reason not to, please put them in /boot/dtbs'
# exit 1
# fi
if grep -r 'INSTALL_DTBS_PATH="$pkgdir"/usr/share/dtb'; then
echo 'Please do not install dtbs to /usr/share/dtb!'
echo 'Unless you have a good reason not to, please put them in /boot/dtbs'
exit 1
fi