diff options
author | Denys Dmytriyenko <denys@ti.com> | 2014-09-16 19:10:00 -0400 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-09-22 12:57:12 +0100 |
commit | 71525643909ac765e6b6a4b419cddae7d5812a8d (patch) | |
tree | 981eed7d91645e93cb6cd7af61594af4b43edba7 /meta/recipes-bsp/u-boot/u-boot.inc | |
parent | 063355e5965439c7b3253d692d7ab0ed1189d123 (diff) | |
download | openembedded-core-71525643909ac765e6b6a4b419cddae7d5812a8d.tar.gz openembedded-core-71525643909ac765e6b6a4b419cddae7d5812a8d.tar.bz2 openembedded-core-71525643909ac765e6b6a4b419cddae7d5812a8d.zip |
u-boot: cleanup indentation and consolidate .inc file
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'meta/recipes-bsp/u-boot/u-boot.inc')
-rw-r--r-- | meta/recipes-bsp/u-boot/u-boot.inc | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/meta/recipes-bsp/u-boot/u-boot.inc b/meta/recipes-bsp/u-boot/u-boot.inc index 53c87c28f0..602b71f39d 100644 --- a/meta/recipes-bsp/u-boot/u-boot.inc +++ b/meta/recipes-bsp/u-boot/u-boot.inc @@ -3,6 +3,16 @@ HOMEPAGE = "http://www.denx.de/wiki/U-Boot/WebHome" SECTION = "bootloaders" PROVIDES = "virtual/bootloader" +LICENSE = "GPLv2+" +LIC_FILES_CHKSUM = "file://COPYING;md5=1707d6db1d42237583f50183a5651ecb \ + file://README;beginline=1;endline=22;md5=78b195c11cb6ef63e6985140db7d7bab" + +SRC_URI = "git://git.denx.de/u-boot.git;branch=master" + +S = "${WORKDIR}/git" + +PACKAGE_ARCH = "${MACHINE_ARCH}" + inherit uboot-config deploy EXTRA_OEMAKE = 'CROSS_COMPILE=${TARGET_PREFIX} CC="${TARGET_PREFIX}gcc ${TOOLCHAIN_OPTIONS}"' |