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>
This commit is contained in:
Joshua Lock 2011-11-28 16:04:08 -08:00
parent 490b71d15d
commit 9ee10c93af
2 changed files with 1 additions and 2 deletions

View File

@ -198,4 +198,4 @@ SRCDATE_yaffs2-utils-native ??= "20071107"
SRCDATE_yaffs2-utils ??= "20071107"
SRCREV_pn-zaurusd ??= "426"
SRCREV_pn-zypper ??= "2c5bb6ceb99ecd950ef993e43d77bf0569ea0582"
SRCREV_pn-u-boot ??= "19b54a701811220221fc4d5089a2bb18892018ca"

View File

@ -6,7 +6,6 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=1707d6db1d42237583f50183a5651ecb \
FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/u-boot-git/${MACHINE}"
SRCREV = "v2011.03"
PV = "v2011.03+git${SRCPV}"
PR="r3"