19 lines
475 B
BlitzBasic
19 lines
475 B
BlitzBasic
SUMMARY = "STM32MP userfs Image"
|
|
LICENSE = "MIT"
|
|
|
|
include recipes-st/images/st-image-partitions.inc
|
|
|
|
# Define to null ROOTFS_MAXSIZE
|
|
IMAGE_ROOTFS_MAXSIZE = ""
|
|
|
|
# Add specific package for our image:
|
|
PACKAGE_INSTALL += " \
|
|
${@bb.utils.contains('MACHINE_FEATURES', 'm4copro', 'm4projects-stm32mp1-userfs', '', d)} \
|
|
linux-examples-stm32mp1-userfs \
|
|
"
|
|
|
|
# Add demo application described on specific packagegroup
|
|
PACKAGE_INSTALL += " \
|
|
packagegroup-st-demo \
|
|
"
|