From: Denys Dmytriyenko <de...@ti.com> Signed-off-by: Denys Dmytriyenko <de...@ti.com> --- meta/recipes-bsp/u-boot/u-boot_2014.01.bb | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 meta/recipes-bsp/u-boot/u-boot_2014.01.bb
diff --git a/meta/recipes-bsp/u-boot/u-boot_2014.01.bb b/meta/recipes-bsp/u-boot/u-boot_2014.01.bb new file mode 100644 index 0000000..5c522ec --- /dev/null +++ b/meta/recipes-bsp/u-boot/u-boot_2014.01.bb @@ -0,0 +1,22 @@ +require u-boot.inc + +# To build u-boot for your machine, provide the following lines in your machine +# config, replacing the assignments as appropriate for your machine. +# UBOOT_MACHINE = "omap3_beagle_config" +# UBOOT_ENTRYPOINT = "0x80008000" +# UBOOT_LOADADDRESS = "0x80008000" + +LICENSE = "GPLv2+" +LIC_FILES_CHKSUM = "file://Licenses/README;md5=025bf9f768cbcb1a165dbe1a110babfb" + +# This revision corresponds to the tag "v2014.01" +# We use the revision in order to avoid having to fetch it from the repo during parse +SRCREV = "b44bd2c73c4cfb6e3b9e7f8cf987e8e39aa74a0b" + +PV = "v2014.01+git${SRCPV}" + +SRC_URI = "git://git.denx.de/u-boot.git;branch=master" + +S = "${WORKDIR}/git" + +PACKAGE_ARCH = "${MACHINE_ARCH}" -- 1.9.2 -- _______________________________________________ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto