MACHINE ??= 'igkboard-imx6ull'
|
DISTRO ?= 'fsl-imx-wayland'
|
PACKAGE_CLASSES ?= 'package_deb'
|
EXTRA_IMAGE_FEATURES ?= "debug-tweaks tools-sdk tools-debug"
|
USER_CLASSES ?= "buildstats"
|
PATCHRESOLVE = "noop"
|
BB_DISKMON_DIRS ??= "\
|
STOPTASKS,${TMPDIR},1G,100K \
|
STOPTASKS,${DL_DIR},1G,100K \
|
STOPTASKS,${SSTATE_DIR},1G,100K \
|
STOPTASKS,/tmp,100M,100K \
|
ABORT,${TMPDIR},100M,1K \
|
ABORT,${DL_DIR},100M,1K \
|
ABORT,${SSTATE_DIR},100M,1K \
|
ABORT,/tmp,10M,1K"
|
PACKAGECONFIG:append_pn-qemu-system-native = " sdl"
|
CONF_VERSION = "2"
|
|
#DL_DIR ?= "${HOME}/downloads/"
|
ACCEPT_FSL_EULA = "1"
|
|
LICENSE_FLAGS_ACCEPTED = "commercial"
|
|
# Switch to Debian packaging and include package-management in the image
|
PACKAGE_CLASSES = "package_deb"
|
EXTRA_IMAGE_FEATURES += "package-management"
|
|
# uncomment these lines, you can set the parallel jobs to build
|
#BB_NUMBER_THREADS = "16"
|
#PARALLEL_MAKE = "-j 16"
|
|
# don't install u-boot and linux kernel images to /boot
|
IMAGE_INSTALL:remove = " u-boot-imx linux-imx "
|