meta: Reengineer setup scrip

Signed-off-by: Kirill Kapranov <kirill.kapranov@compulab.co.il>
This commit is contained in:
Kirill Kapranov
2021-07-13 16:27:43 +03:00
parent f9659bd1cb
commit dc98076124
12 changed files with 101 additions and 210 deletions
@@ -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 \
"
+7
View File
@@ -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)}"
+6
View File
@@ -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"
+2
View File
@@ -0,0 +1,2 @@
#;prompt Enable Trusted Execution Environment optee OS [no]
MACHINE_FEATURES_append += " optee "
+3
View File
@@ -0,0 +1,3 @@
#;prompt Read only root FS [no]
IMAGE_FEATURES += " read-only-rootfs "