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 13:04:23 +0100 |
| commit | 4f0cbf59a9106332f26947e5528f4cf1d01cf6e5 (patch) | |
| tree | 21a68d0480b0c78554d6a91980d741bbebf0cd91 /meta/recipes-bsp/u-boot/u-boot.inc | |
| parent | 955bf632a72abc339102fd8b1e1ad27cd300ccd0 (diff) | |
| download | poky-4f0cbf59a9106332f26947e5528f4cf1d01cf6e5.tar.gz | |
u-boot: cleanup indentation and consolidate .inc file
(From OE-Core rev: 71525643909ac765e6b6a4b419cddae7d5812a8d)
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
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" | |||
| 3 | SECTION = "bootloaders" | 3 | SECTION = "bootloaders" |
| 4 | PROVIDES = "virtual/bootloader" | 4 | PROVIDES = "virtual/bootloader" |
| 5 | 5 | ||
| 6 | LICENSE = "GPLv2+" | ||
| 7 | LIC_FILES_CHKSUM = "file://COPYING;md5=1707d6db1d42237583f50183a5651ecb \ | ||
| 8 | file://README;beginline=1;endline=22;md5=78b195c11cb6ef63e6985140db7d7bab" | ||
| 9 | |||
| 10 | SRC_URI = "git://git.denx.de/u-boot.git;branch=master" | ||
| 11 | |||
| 12 | S = "${WORKDIR}/git" | ||
| 13 | |||
| 14 | PACKAGE_ARCH = "${MACHINE_ARCH}" | ||
| 15 | |||
| 6 | inherit uboot-config deploy | 16 | inherit uboot-config deploy |
| 7 | 17 | ||
| 8 | EXTRA_OEMAKE = 'CROSS_COMPILE=${TARGET_PREFIX} CC="${TARGET_PREFIX}gcc ${TOOLCHAIN_OPTIONS}"' | 18 | EXTRA_OEMAKE = 'CROSS_COMPILE=${TARGET_PREFIX} CC="${TARGET_PREFIX}gcc ${TOOLCHAIN_OPTIONS}"' |
