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 | |
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')
-rw-r--r-- | meta/recipes-bsp/uboot/u-boot-omap3_git.bb | 2 | ||||
-rw-r--r-- | meta/recipes-bsp/x-load/x-load_git.bb | 2 |
2 files changed, 0 insertions, 4 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" diff --git a/meta/recipes-bsp/x-load/x-load_git.bb b/meta/recipes-bsp/x-load/x-load_git.bb index 1c1ce128ae..49f867e1ba 100644 --- a/meta/recipes-bsp/x-load/x-load_git.bb +++ b/meta/recipes-bsp/x-load/x-load_git.bb @@ -2,8 +2,6 @@ require x-load.inc FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/x-load-git/${MACHINE}" -SRCREV = "65ed00323f3807197a83abc75d62ed2a8d3f60de" - PV = "1.42+${PR}+git${SRCREV}" PR="r12" |