##// END OF EJS Templates
Fixed: Added device-tree-compiler for U-Boot
drtyhlpr -
r114:eb123bc9784b
parent child
Show More
@@ -242,6 +242,11 if [ "$ENABLE_INITRAMFS" = true ] && [ "$BUILD_KERNEL" = true ] ; then
242 242 APT_INCLUDES="${APT_INCLUDES},initramfs-tools"
243 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 250 # Check if all required packages are installed on the build system
246 251 for package in $REQUIRED_PACKAGES ; do
247 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