guowenxue
2024-07-18 a580f673d8120c96b9a854cd70ae2ebc8a048c57
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
MACHINE ??= 'igkboard-imx8mp'
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"
PACKAGECONFIG:pn-gstreamer1.0-plugins-ugly += "x264"
 
# 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 "