mirror of
https://git.yoctoproject.org/poky
synced 2026-03-17 04:39:40 +01:00
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:
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user