commit | author | age
|
849fbd
|
1 |
MACHINE ??= 'igkboard-imx8mp' |
G |
2 |
DISTRO ?= 'fsl-imx-wayland' |
|
3 |
PACKAGE_CLASSES ?= 'package_deb' |
|
4 |
EXTRA_IMAGE_FEATURES ?= "debug-tweaks" |
|
5 |
USER_CLASSES ?= "buildstats" |
|
6 |
PATCHRESOLVE = "noop" |
|
7 |
BB_DISKMON_DIRS ??= "\ |
|
8 |
STOPTASKS,${TMPDIR},1G,100K \ |
|
9 |
STOPTASKS,${DL_DIR},1G,100K \ |
|
10 |
STOPTASKS,${SSTATE_DIR},1G,100K \ |
|
11 |
STOPTASKS,/tmp,100M,100K \ |
|
12 |
ABORT,${TMPDIR},100M,1K \ |
|
13 |
ABORT,${DL_DIR},100M,1K \ |
|
14 |
ABORT,${SSTATE_DIR},100M,1K \ |
|
15 |
ABORT,/tmp,10M,1K" |
|
16 |
PACKAGECONFIG:append_pn-qemu-system-native = " sdl" |
|
17 |
CONF_VERSION = "2" |
|
18 |
|
|
19 |
#DL_DIR ?= "${HOME}/oe-sources-yocto/" |
|
20 |
ACCEPT_FSL_EULA = "1" |
|
21 |
|
b96bc1
|
22 |
LICENSE_FLAGS_ACCEPTED = "commercial" |
G |
23 |
|
849fbd
|
24 |
# Switch to Debian packaging and include package-management in the image |
G |
25 |
PACKAGE_CLASSES = "package_deb" |
|
26 |
EXTRA_IMAGE_FEATURES += "package-management" |