Skip to content

Commit 0f390ce

Browse files
Merge pull request #495 from balena-os/update_bsp_to_3_2_2
iot-gate-imx8plus: Update BSP to Compulab release v3.2.2
2 parents 410ce59 + cad6235 commit 0f390ce

File tree

5 files changed

+15
-10
lines changed

5 files changed

+15
-10
lines changed

layers/meta-balena-imx8mm/conf/layer.conf

-6
Original file line numberDiff line numberDiff line change
@@ -28,12 +28,6 @@ BBMASK += "meta-compulab/recipes-desktop"
2828
BBMASK += "meta-compulab/classes/compulab.bbclass"
2929
BBMASK += "meta-bsp-imx8mm/recipes-bsp/recipes-images"
3030

31-
# These should be removed once the Modemmanager update
32-
# is merged in meta-balena
33-
PREFERRED_VERSION:libmbim = "1.28.4"
34-
PREFERRED_VERSION:libqmi = "1.32.4"
35-
PREFERRED_VERSION:modemmanager = "1.20.6"
36-
3731
CORE_IMAGE_EXTRA_INSTALL:iot-gate-imx8 += " cl-uboot cl-deploy u-boot-script "
3832
CORE_IMAGE_EXTRA_INSTALL:iot-gate-imx8 += " u-boot-fw-utils modemmanager networkmanager linux-firmware-ax200"
3933
CORE_IMAGE_EXTRA_INSTALL:remove = "firmware-imx-sdma-imx7d"
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,16 @@
1+
# codeuaurora is no longer available, so change the meta-freescale
2+
# entire SRC_URI here to point to the github imx-mkimage mirror
3+
SRC_URI = "git://github.com/nxp-imx/imx-mkimage.git;protocol=https;branch=${SRCBRANCH} \
4+
file://0001-mkimage_fit_atf-fix-fit-generator-node-naming.patch \
5+
file://0001-iMX8M-soc.mak-use-native-mkimage-from-sysroot.patch \
6+
file://0001-Add-support-for-overriding-BL32-and-BL33-not-only-BL.patch \
7+
file://0001-Add-LDFLAGS-to-link-step.patch \
8+
file://0001-Add-support-for-overriding-BL31-BL32-and-BL33.patch \
9+
"
10+
111
DEPENDS:append = " \
2-
virtual/bootloader \
12+
u-boot-compulab \
313
"
414
do_configure[nostamp] = "1"
5-
do_compile[depends] += "virtual/bootloader:do_deploy"
15+
do_compile[depends] += "u-boot-compulab:do_deploy"
616
do_compile[nostamp] = "1"

layers/meta-balena-imx8mm/recipes-core/packagegroups/packagegroup-balena-connectivity.bbappend

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
# iwlwifi for internal BT
33
CONNECTIVITY_FIRMWARES:append = " \
44
linux-firmware-ath10k \
5+
linux-firmware-qca \
56
linux-firmware-iwlwifi-cc-a0 \
67
linux-firmware-ibt-20 \
78
"

layers/meta-bsp-imx8mm

Submodule meta-bsp-imx8mm updated 25 files

layers/meta-openembedded

Submodule meta-openembedded updated 560 files

0 commit comments

Comments
 (0)