From 6c461cb769b9e9850341bba1bd71335c718ee443 Mon Sep 17 00:00:00 2001 From: Eric Lee Date: Tue, 26 Oct 2021 13:51:15 +0800 Subject: [PATCH] Add SDMA to yocto rootfs --- conf/machine/smarcimx8mp4g.conf | 5 ++++- conf/machine/smarcimx8mp6g.conf | 3 +++ recipes-kernel/linux/linux-smarcimx8mp_5.10.bb | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/conf/machine/smarcimx8mp4g.conf b/conf/machine/smarcimx8mp4g.conf index 13ad0f4..81221e0 100644 --- a/conf/machine/smarcimx8mp4g.conf +++ b/conf/machine/smarcimx8mp4g.conf @@ -78,7 +78,10 @@ MACHINE_EXTRA_RDEPENDS += " \ # eIQ Machine Learning. Note that many of the features require Qt 5. Disable # this when you build image without QT 5. IMAGE_INSTALL_append = " \ - packagegroup-imx-ml \ + packagegroup-imx-ml \ + firmware-imx-sdma \ + firmware-imx-regulatory \ + fsl-rc-local \ " #TOOLCHAIN_TARGET_TASK_append += " tensorflow-lite-staticdev tensorflow-lite-dev armnn-dev onnxruntimedev" diff --git a/conf/machine/smarcimx8mp6g.conf b/conf/machine/smarcimx8mp6g.conf index 8c89aaa..485c76e 100644 --- a/conf/machine/smarcimx8mp6g.conf +++ b/conf/machine/smarcimx8mp6g.conf @@ -79,6 +79,9 @@ MACHINE_EXTRA_RDEPENDS += " \ # this when you build image without QT 5. IMAGE_INSTALL_append = " \ packagegroup-imx-ml \ + firmware-imx-sdma \ + firmware-imx-regulatory \ + fsl-rc-local \ " TOOLCHAIN_TARGET_TASK_append += " tensorflow-lite-staticdev tensorflow-lite-dev armnn-dev onnxruntimedev" diff --git a/recipes-kernel/linux/linux-smarcimx8mp_5.10.bb b/recipes-kernel/linux/linux-smarcimx8mp_5.10.bb index 80c2933..00fc9c5 100644 --- a/recipes-kernel/linux/linux-smarcimx8mp_5.10.bb +++ b/recipes-kernel/linux/linux-smarcimx8mp_5.10.bb @@ -18,7 +18,7 @@ KERNEL_DEFCONFIG = "${S}/arch/arm64/configs/smarcimx8mp_defconfig" KERNEL_SRC ?= "git@git.embedian.com:developer/smarc-fsl-linux-kernel.git;protocol=git" SRC_URI = "${EMB_KERNEL_MIRROR};protocol=ssh;branch=${SRCBRANCH}" -SRCREV = "546afca980851426df56db1ff3994bbeddb692a8" +SRCREV = "5e48acb5632181b79396eaf129e72f8745aa4b33" LINUX_VERSION = "5.10.9" -- 1.9.1