The revision bump allows to load a device tree blob specific to the 6QP
which will be named imx6qp-${board}.dtb.Also updated the COMPATIBLE_MACHINE so that nitrogen6qp_max is recognized. Signed-off-by: Gary Bisson <[email protected]> --- recipes-bsp/u-boot/u-boot-script-boundary_git.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes-bsp/u-boot/u-boot-script-boundary_git.bb b/recipes-bsp/u-boot/u-boot-script-boundary_git.bb index 16a58c0..c696f3f 100644 --- a/recipes-bsp/u-boot/u-boot-script-boundary_git.bb +++ b/recipes-bsp/u-boot/u-boot-script-boundary_git.bb @@ -4,7 +4,7 @@ DEPENDS = "u-boot-mkimage-native" PV = "v2015.07+git${SRCPV}" -SRCREV = "4221d723a00706d0cfb2a9e1c8493ad9f174206d" +SRCREV = "6f020cc6fb24f3c5c5287a7b630fc3bd6e09aa6e" SRCBRANCH = "boundary-v2015.07" SRC_URI = "git://github.com/boundarydevices/u-boot-imx6.git;branch=${SRCBRANCH}" @@ -53,4 +53,4 @@ do_install[noexec] = "1" do_populate_sysroot[noexec] = "1" PACKAGE_ARCH = "${MACHINE_ARCH}" -COMPATIBLE_MACHINE = "(nitrogen6x|nitrogen6x-lite|nitrogen6sx)" +COMPATIBLE_MACHINE = "(nitrogen6x|nitrogen6x-lite|nitrogen6sx|nitrogen6qp_max)" -- 2.6.1 -- _______________________________________________ meta-freescale mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-freescale
