diff options
Diffstat (limited to 'meta/recipes-bsp/uboot/u-boot_git.bb')
-rw-r--r-- | meta/recipes-bsp/uboot/u-boot_git.bb | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/meta/recipes-bsp/uboot/u-boot_git.bb b/meta/recipes-bsp/uboot/u-boot_git.bb new file mode 100644 index 0000000000..16a1dbefae --- /dev/null +++ b/meta/recipes-bsp/uboot/u-boot_git.bb | |||
@@ -0,0 +1,21 @@ | |||
1 | require u-boot.inc | ||
2 | |||
3 | LICENSE = "GPLv2+" | ||
4 | LIC_FILES_CHKSUM = "file://COPYING;md5=4c6cde5df68eff615d36789dc18edd3b \ | ||
5 | file://README;beginline=1;endline=22;md5=3a00ef51d3fc96e9d6c1bc4708ccd3b5" | ||
6 | |||
7 | FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/u-boot-git/${MACHINE}" | ||
8 | |||
9 | PV = "v2010.12+${PR}+git${SRCPV}" | ||
10 | PR="r0" | ||
11 | |||
12 | SRC_URI = "git://git.denx.de/u-boot.git;branch=master;protocol=git" | ||
13 | |||
14 | UBOOT_MACHINE_beagleboard = "omap3_beagle_config" | ||
15 | UBOOT_MACHINE_overo = "omap3_overo_config" | ||
16 | |||
17 | S = "${WORKDIR}/git" | ||
18 | |||
19 | PACKAGE_ARCH = "${MACHINE_ARCH}" | ||
20 | |||
21 | COMPATIBLE_MACHINE = "(beagleboard|overo)" | ||