Skip to content

Commit

Permalink
colibri-imx6: honor vendor prefix in kernels >= 6.5
Browse files Browse the repository at this point in the history
Signed-off-by: Simon Vogl <[email protected]>
(cherry picked from commit 26ec279)
  • Loading branch information
svogl authored and github-actions[bot] committed Dec 6, 2024
1 parent f3f2a7f commit 7f03275
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions conf/machine/colibri-imx6.conf
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,15 @@ include conf/machine/include/arm/armv7a/tune-cortexa9.inc

PREFERRED_PROVIDER_virtual/kernel:use-nxp-bsp ??= "linux-toradex"
KBUILD_DEFCONFIG:use-nxp-bsp ?= "colibri_imx6_defconfig"
KERNEL_DEVICETREE += "imx6dl-colibri-eval-v3.dtb imx6dl-colibri-cam-eval-v3.dtb \
imx6dl-colibri-aster.dtb imx6dl-colibri-iris.dtb \
imx6dl-colibri-iris-v2.dtb"
KERNEL_DEVICETREE:use-mainline-bsp = "imx6dl-colibri-eval-v3.dtb"
KERNEL_DTB_PREFIX = "nxp/imx/"
KERNEL_DEVICETREE += "\
${KERNEL_DTB_PREFIX}imx6dl-colibri-eval-v3.dtb \
${KERNEL_DTB_PREFIX}imx6dl-colibri-cam-eval-v3.dtb \
${KERNEL_DTB_PREFIX}imx6dl-colibri-aster.dtb \
${KERNEL_DTB_PREFIX}imx6dl-colibri-iris.dtb \
${KERNEL_DTB_PREFIX}imx6dl-colibri-iris-v2.dtb \
"
KERNEL_DEVICETREE:use-mainline-bsp = "${KERNEL_DTB_PREFIX}imx6dl-colibri-eval-v3.dtb"
KERNEL_IMAGETYPE = "zImage"
# The kernel lives in a seperate FAT partition, don't deploy it in /boot/
RRECOMMENDS:${KERNEL_PACKAGE_NAME}-base = ""
Expand Down

0 comments on commit 7f03275

Please sign in to comment.