From 02445fca7b6d222c94a6bb3efd35d094025ae5fb Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Thu, 7 Oct 2010 21:24:11 +0100 Subject: poky-default-revisions.inc: Move SRCREV settings into this file Signed-off-by: Richard Purdie --- meta/recipes-bsp/uboot/u-boot-omap3_git.bb | 2 -- meta/recipes-bsp/x-load/x-load_git.bb | 2 -- 2 files changed, 4 deletions(-) (limited to 'meta/recipes-bsp') 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" -- cgit v1.2.3-54-g00ecf