@@ -242,6 +242,11 if [ "$ENABLE_INITRAMFS" = true ] && [ "$BUILD_KERNEL" = true ] ; then | |||||
242 | APT_INCLUDES="${APT_INCLUDES},initramfs-tools" |
|
242 | APT_INCLUDES="${APT_INCLUDES},initramfs-tools" | |
243 | fi |
|
243 | fi | |
244 |
|
244 | |||
|
245 | # Add device-tree-compiler required for building the U-Boot bootloader | |||
|
246 | if [ "$ENABLE_UBOOT" = true ] ; then | |||
|
247 | APT_INCLUDES="${APT_INCLUDES},device-tree-compiler" | |||
|
248 | fi | |||
|
249 | ||||
245 | # Check if all required packages are installed on the build system |
|
250 | # Check if all required packages are installed on the build system | |
246 | for package in $REQUIRED_PACKAGES ; do |
|
251 | for package in $REQUIRED_PACKAGES ; do | |
247 | if [ "`dpkg-query -W -f='${Status}' $package`" != "install ok installed" ] ; then |
|
252 | if [ "`dpkg-query -W -f='${Status}' $package`" != "install ok installed" ] ; then |
General Comments 0
Vous devez vous connecter pour laisser un commentaire.
Se connecter maintenant