This recipe utilizes 2016.07 u-boot-fslc which supports imx6q-dms-ba16 board.
This recipe is intended to be a stop-gap until Krogoth branch adopts 2016.07 u-boot-fslc. Signed-off-by: Akshay Bhat <[email protected]> --- recipes-bsp/u-boot/u-boot-advantech_2016.07.bb | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 recipes-bsp/u-boot/u-boot-advantech_2016.07.bb diff --git a/recipes-bsp/u-boot/u-boot-advantech_2016.07.bb b/recipes-bsp/u-boot/u-boot-advantech_2016.07.bb new file mode 100644 index 0000000..5a9cd87 --- /dev/null +++ b/recipes-bsp/u-boot/u-boot-advantech_2016.07.bb @@ -0,0 +1,14 @@ +require recipes-bsp/u-boot/u-boot.inc + +DESCRIPTION = "U-Boot for Advantech i.MX6 DMS-BA16 based platforms" +LICENSE = "GPLv2+" +LIC_FILES_CHKSUM = "file://Licenses/README;md5=a2c678cfd4a4d97135585cad908541c6" +DEPENDS = "u-boot-mkimage-native" + +PROVIDES = "u-boot" + +SRCREV = "16a26705252aac106e196d2f9593845539c73837" +SRC_URI = "git://github.com/Freescale/u-boot-fslc.git;branch=2016.07+fslc" + +PACKAGE_ARCH = "${MACHINE_ARCH}" +COMPATIBLE_MACHINE = "(imx6q-dms-ba16)" -- 2.8.1 -- _______________________________________________ meta-freescale mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-freescale
