diff options
author | Richard Purdie <rpurdie@linux.intel.com> | 2010-10-07 21:24:11 +0100 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2010-10-07 21:24:11 +0100 |
commit | 02445fca7b6d222c94a6bb3efd35d094025ae5fb (patch) | |
tree | 97130612e84d0277cc6febeb116835e2112fbc8b /meta/recipes-bsp/uboot | |
parent | 0f973ed66551cdd1112ee9df42df5603835b8384 (diff) | |
download | openembedded-core-02445fca7b6d222c94a6bb3efd35d094025ae5fb.tar.gz openembedded-core-02445fca7b6d222c94a6bb3efd35d094025ae5fb.tar.bz2 openembedded-core-02445fca7b6d222c94a6bb3efd35d094025ae5fb.zip |
poky-default-revisions.inc: Move SRCREV settings into this file
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Diffstat (limited to 'meta/recipes-bsp/uboot')
-rw-r--r-- | meta/recipes-bsp/uboot/u-boot-omap3_git.bb | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/meta/recipes-bsp/uboot/u-boot-omap3_git.bb b/meta/recipes-bsp/uboot/u-boot-omap3_git.bb index 480780ebfc..a083b16e95 100644 --- a/meta/recipes-bsp/uboot/u-boot-omap3_git.bb +++ b/meta/recipes-bsp/uboot/u-boot-omap3_git.bb @@ -2,8 +2,6 @@ require u-boot.inc FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/u-boot-omap3-git/${MACHINE}" -SRCREV = "f40f6db278f602b55820693634a7256b0b4e4b80" - PV = "2008.10-rc2+${PR}+git${SRCREV}" PR="r2" |