M7350/oe-core/meta-msm/recipes/images/mdm-recovery-bootimg.inc

16 lines
382 B
PHP
Raw Normal View History

2024-09-09 08:52:07 +00:00
# Force a few additional dependencies in the mix so that we get the needed
# recipes to build in the right order so we can make the bootimg file and
2024-09-09 08:57:42 +00:00
# our image...
2024-09-09 08:52:07 +00:00
DEPENDS = " \
virtual/kernel \
virtual/bootloader \
pkgconfig-native \
gtk-doc-native \
gettext-native \
mkbootimg-native \
dtbtool-native \
"
# Image output types
2024-09-09 08:57:42 +00:00
IMAGE_FSTYPES = "tar.gz"