iot-gate-imx8: update install packages for r3.1

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>
This commit is contained in:
Uri Mashiach
2022-07-21 10:40:09 +03:00
parent 3d2ac565ee
commit 9f59c11ab4
7 changed files with 17 additions and 6 deletions
+3
View File
@@ -25,3 +25,6 @@ UBOOT_DTB_NAME = "iot-gate-imx8.dtb"
# Prefered components
PREFERRED_PROVIDER_virtual/kernel_mx8mm = "linux-compulab"
PREFERRED_PROVIDER_virtual/bootloader_mx8mm = "u-boot-compulab"
# Block recipes
BBMASK += "meta-compulab/recipes-bsp/u-boot"
@@ -6,4 +6,5 @@ BBLAYERS += " \
${BSPDIR}/sources/meta-compulab-bsp/meta-bsp \
${BSPDIR}/sources/meta-compulab-bsp/meta-devtool \
${BSPDIR}/sources/meta-compulab-bsp/meta-net \
${BSPDIR}/sources/meta-compulab-bsp/meta-utils \
"
+1
View File
@@ -1,3 +1,4 @@
#;DISABLE Chromium
#;prompt Add Chromium browser [yes]
# Add Chromium
+8 -2
View File
@@ -1,11 +1,17 @@
LICENSE_FLAGS_WHITELIST = "commercial"
CORE_IMAGE_EXTRA_INSTALL += " cl-uboot cl-deploy cl-stest cl-camera cl-audio "
CORE_IMAGE_EXTRA_INSTALL += " u-boot-fw-utils "
CORE_IMAGE_EXTRA_INSTALL += " memtester htop iotop tmux iperf3 "
CORE_IMAGE_EXTRA_INSTALL += " wvdial "
CORE_IMAGE_EXTRA_INSTALL += " libubootenv-bin u-boot-compulab-env "
CORE_IMAGE_EXTRA_INSTALL += " u-boot-update-script "
CORE_IMAGE_EXTRA_INSTALL_append_iot-gate-imx8 = " u-boot-script linux-firmware-ax200"
CORE_IMAGE_EXTRA_INSTALL_append_iot-gate-imx8 += " networkmanager networkmanager-nmcli wireless-tools "
CORE_IMAGE_EXTRA_INSTALL_append_iot-gate-imx8 += " libgpiod-tools eeprom-util bluez5 gpsd modemmanager "
CORE_IMAGE_EXTRA_INSTALL_append_iot-gate-imx8 += " gps-utils can-utils minicom ntp ntpdate "
EXTRA_IMAGE_FEATURES_append_iot-gate-imx8 = " ssh-server-openssh "
IMAGE_BOOT_FILES_append = " boot.update.scr "
HOSTTOOLS += " git-lfs"
PREFERRED_RPROVIDER_u-boot-fw-utils = "u-boot-fw-utils"
CL_DEPLOY_MOD = "1"
+1 -1
View File
@@ -1,2 +1,2 @@
#;prompt Enable Trusted Execution Environment optee OS [no]
#; Enable Trusted Execution Environment optee OS [no]
MACHINE_FEATURES_append += " optee "
+2 -2
View File
@@ -1,3 +1,3 @@
#;prompt Read only root FS [no]
#;DISABLE prompt Read only root FS [no]
IMAGE_FEATURES += " read-only-rootfs "
IMAGE_FEATURES += " read-only-rootfs "
+1 -1
View File
@@ -1,3 +1,3 @@
#;prompt Realtime kernel support [no]
#;DISABLE prompt Realtime kernel support [no]
IMAGE_FEATURES += " realtime-kernel "