summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/conf/distro/include/poky-default-revisions.inc2
-rw-r--r--meta/recipes-bsp/uboot/u-boot_git.bb1
2 files changed, 1 insertions, 2 deletions
diff --git a/meta/conf/distro/include/poky-default-revisions.inc b/meta/conf/distro/include/poky-default-revisions.inc
index ddd5a36048..d4568a6931 100644
--- a/meta/conf/distro/include/poky-default-revisions.inc
+++ b/meta/conf/distro/include/poky-default-revisions.inc
@@ -198,4 +198,4 @@ SRCDATE_yaffs2-utils-native ??= "20071107"
198SRCDATE_yaffs2-utils ??= "20071107" 198SRCDATE_yaffs2-utils ??= "20071107"
199SRCREV_pn-zaurusd ??= "426" 199SRCREV_pn-zaurusd ??= "426"
200SRCREV_pn-zypper ??= "2c5bb6ceb99ecd950ef993e43d77bf0569ea0582" 200SRCREV_pn-zypper ??= "2c5bb6ceb99ecd950ef993e43d77bf0569ea0582"
201 201SRCREV_pn-u-boot ??= "19b54a701811220221fc4d5089a2bb18892018ca"
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
7FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/u-boot-git/${MACHINE}" 7FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/u-boot-git/${MACHINE}"
8 8
9SRCREV = "v2011.03"
10PV = "v2011.03+git${SRCPV}" 9PV = "v2011.03+git${SRCPV}"
11PR="r3" 10PR="r3"
12 11