diff options
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" |