From f0ad73bec8b6d94381e39e3d24c5c33f4a3fa23d Mon Sep 17 00:00:00 2001 From: Koen Kooi Date: Wed, 8 Oct 2014 12:00:28 +0200 Subject: [PATCH] linux-beagleboard 3.8: fix fetch failure This public kernel tree is getting rebased all the time, so tell bitbake to stop looking for the specific commit in a branch. This fixes #15 Signed-off-by: Koen Kooi --- common-bsp/recipes-kernel/linux/linux-beagleboard_3.8.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/common-bsp/recipes-kernel/linux/linux-beagleboard_3.8.bb b/common-bsp/recipes-kernel/linux/linux-beagleboard_3.8.bb index cb71b01d..b552b7ed 100644 --- a/common-bsp/recipes-kernel/linux/linux-beagleboard_3.8.bb +++ b/common-bsp/recipes-kernel/linux/linux-beagleboard_3.8.bb @@ -12,8 +12,8 @@ S = "${WORKDIR}/git" PV = "3.8.13" PR = "r26" -SRC_URI = "git://github.com/beagleboard/linux.git;branch=3.8" -SRCREV_pn-${PN} = "61a5e5a9d2362817f4445ce589a710df07d0c042" +SRC_URI = "git://github.com/beagleboard/linux.git;branch=3.8;nobranch=1" +SRCREV_pn-${PN} = "82e286cb42ac15b107b4c4613c7eee8da27030a7" do_configure_prepend() { if [ -e ${WORKDIR}/am335x-pm-firmware.bin ] ; then