The revision bump adds the board support in U-Boot. Also updated the COMPATIBLE_MACHINE so that nitrogen6qp_max is recognized.
Signed-off-by: Gary Bisson <[email protected]> --- recipes-bsp/u-boot/u-boot-boundary_git.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes-bsp/u-boot/u-boot-boundary_git.bb b/recipes-bsp/u-boot/u-boot-boundary_git.bb index 1155c90..032c353 100644 --- a/recipes-bsp/u-boot/u-boot-boundary_git.bb +++ b/recipes-bsp/u-boot/u-boot-boundary_git.bb @@ -3,13 +3,13 @@ require recipes-bsp/u-boot/u-boot.inc DESCRIPTION = "u-boot for Boundary Devices boards." LICENSE = "GPLv2+" LIC_FILES_CHKSUM = "file://Licenses/README;md5=0507cd7da8e7ad6d6701926ec9b84c95" -COMPATIBLE_MACHINE = "(imx6qsabrelite|nitrogen6x|nitrogen6sx)" +COMPATIBLE_MACHINE = "(imx6qsabrelite|nitrogen6x|nitrogen6sx|nitrogen6qp_max)" PROVIDES = "u-boot" PV = "v2015.07+git${SRCPV}" -SRCREV = "440d48194fd7191de95eae3db5360c6c4384d3db" +SRCREV = "6f020cc6fb24f3c5c5287a7b630fc3bd6e09aa6e" SRCBRANCH = "boundary-v2015.07" SRC_URI = "git://github.com/boundarydevices/u-boot-imx6.git;branch=${SRCBRANCH}" -- 2.6.1 -- _______________________________________________ meta-freescale mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-freescale
