Commit 6c461cb769b9e9850341bba1bd71335c718ee443

Authored by Eric Lee
1 parent 6acbd0d057

Add SDMA to yocto rootfs

Showing 3 changed files with 8 additions and 2 deletions Side-by-side Diff

conf/machine/smarcimx8mp4g.conf
... ... @@ -78,7 +78,10 @@
78 78 # eIQ Machine Learning. Note that many of the features require Qt 5. Disable
79 79 # this when you build image without QT 5.
80 80 IMAGE_INSTALL_append = " \
81   - packagegroup-imx-ml \
  81 + packagegroup-imx-ml \
  82 + firmware-imx-sdma \
  83 + firmware-imx-regulatory \
  84 + fsl-rc-local \
82 85 "
83 86  
84 87 #TOOLCHAIN_TARGET_TASK_append += " tensorflow-lite-staticdev tensorflow-lite-dev armnn-dev onnxruntimedev"
conf/machine/smarcimx8mp6g.conf
... ... @@ -79,6 +79,9 @@
79 79 # this when you build image without QT 5.
80 80 IMAGE_INSTALL_append = " \
81 81 packagegroup-imx-ml \
  82 + firmware-imx-sdma \
  83 + firmware-imx-regulatory \
  84 + fsl-rc-local \
82 85 "
83 86  
84 87 TOOLCHAIN_TARGET_TASK_append += " tensorflow-lite-staticdev tensorflow-lite-dev armnn-dev onnxruntimedev"
recipes-kernel/linux/linux-smarcimx8mp_5.10.bb
... ... @@ -18,7 +18,7 @@
18 18  
19 19 KERNEL_SRC ?= "git@git.embedian.com:developer/smarc-fsl-linux-kernel.git;protocol=git"
20 20 SRC_URI = "${EMB_KERNEL_MIRROR};protocol=ssh;branch=${SRCBRANCH}"
21   -SRCREV = "546afca980851426df56db1ff3994bbeddb692a8"
  21 +SRCREV = "5e48acb5632181b79396eaf129e72f8745aa4b33"
22 22  
23 23 LINUX_VERSION = "5.10.9"
24 24