diff options
author | Joshua Lock <josh@linux.intel.com> | 2011-11-28 16:04:08 -0800 |
---|---|---|
committer | Joshua Lock <josh@linux.intel.com> | 2011-11-28 16:04:55 -0800 |
commit | 9ee10c93af0ba7a6e0d2154077fddbb4766e6a07 (patch) | |
tree | f0e6313427eeae326d9f25017f4ae69295db5544 /meta/recipes-bsp/uboot/u-boot_git.bb | |
parent | 490b71d15d5cd84bc1ad4b6801dc0ce3e89a478f (diff) | |
download | poky-9ee10c93af0ba7a6e0d2154077fddbb4766e6a07.tar.gz |
u-boot: use a hash not a tag for SRCREV
Further, move the SRCREV into the poky-default-revisions.in file
where the rest of them are defined.
(Based on OE-Core rev: 04fe616bec7416b5aea55dad6896700652796239)
Signed-off-by: Joshua Lock <josh@linux.intel.com>
Diffstat (limited to 'meta/recipes-bsp/uboot/u-boot_git.bb')
-rw-r--r-- | meta/recipes-bsp/uboot/u-boot_git.bb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/meta/recipes-bsp/uboot/u-boot_git.bb b/meta/recipes-bsp/uboot/u-boot_git.bb index 4c8f5df597..5b1a4db5c8 100644 --- a/meta/recipes-bsp/uboot/u-boot_git.bb +++ b/meta/recipes-bsp/uboot/u-boot_git.bb | |||
@@ -6,7 +6,6 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=1707d6db1d42237583f50183a5651ecb \ | |||
6 | 6 | ||
7 | FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/u-boot-git/${MACHINE}" | 7 | FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/u-boot-git/${MACHINE}" |
8 | 8 | ||
9 | SRCREV = "v2011.03" | ||
10 | PV = "v2011.03+git${SRCPV}" | 9 | PV = "v2011.03+git${SRCPV}" |
11 | PR="r3" | 10 | PR="r3" |
12 | 11 | ||