mirror of
https://github.com/feyisay07/meta-bsp-imx8mm.git
synced 2026-09-24 14:20:07 +01:00
meta: Reengineer setup scrip
Signed-off-by: Kirill Kapranov <kirill.kapranov@compulab.co.il>
This commit is contained in:
@@ -0,0 +1 @@
|
||||
BBLAYERS += "${BSPDIR}/sources/meta-bsp-imx8mm"
|
||||
@@ -0,0 +1,8 @@
|
||||
BBLAYERS += " \
|
||||
${BSPDIR}/sources/meta-compulab \
|
||||
${BSPDIR}/sources/meta-compulab-bsp/meta-desktop \
|
||||
${BSPDIR}/sources/meta-compulab-bsp/meta-multimedia \
|
||||
${BSPDIR}/sources/meta-compulab-bsp/meta-graphics \
|
||||
${BSPDIR}/sources/meta-compulab-bsp/meta-bsp \
|
||||
${BSPDIR}/sources/meta-compulab-bsp/meta-devtool \
|
||||
"
|
||||
@@ -0,0 +1,7 @@
|
||||
#;prompt Add Chromium browser [yes]
|
||||
|
||||
# Add Chromium
|
||||
IMAGE_INSTALL_append = \
|
||||
"${@bb.utils.contains('DISTRO_FEATURES', 'wayland', ' chromium-ozone-wayland', \
|
||||
bb.utils.contains('DISTRO_FEATURES', 'x11', ' chromium-x11', \
|
||||
'', d), d)}"
|
||||
@@ -0,0 +1,6 @@
|
||||
LICENSE_FLAGS_WHITELIST = "commercial"
|
||||
CORE_IMAGE_EXTRA_INSTALL += " cl-uboot cl-deploy cl-stest cl-camera cl-audio "
|
||||
CORE_IMAGE_EXTRA_INSTALL += " u-boot-compulab-fw-utils "
|
||||
CORE_IMAGE_EXTRA_INSTALL += " memtester htop iotop tmux iperf3 "
|
||||
HOSTTOOLS += " git-lfs"
|
||||
PREFERRED_RPROVIDER_u-boot-fw-utils = "u-boot-imx-fw-utils"
|
||||
@@ -0,0 +1,2 @@
|
||||
#;prompt Enable Trusted Execution Environment optee OS [no]
|
||||
MACHINE_FEATURES_append += " optee "
|
||||
@@ -0,0 +1,3 @@
|
||||
#;prompt Read only root FS [no]
|
||||
|
||||
IMAGE_FEATURES += " read-only-rootfs "
|
||||
Reference in New Issue
Block a user