Skip to content

Commit f0ad73b

Browse files
committed
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 beagleboard#15 Signed-off-by: Koen Kooi <[email protected]>
1 parent 91fb96d commit f0ad73b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

common-bsp/recipes-kernel/linux/linux-beagleboard_3.8.bb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ S = "${WORKDIR}/git"
1212
PV = "3.8.13"
1313
PR = "r26"
1414

15-
SRC_URI = "git://github.com/beagleboard/linux.git;branch=3.8"
16-
SRCREV_pn-${PN} = "61a5e5a9d2362817f4445ce589a710df07d0c042"
15+
SRC_URI = "git://github.com/beagleboard/linux.git;branch=3.8;nobranch=1"
16+
SRCREV_pn-${PN} = "82e286cb42ac15b107b4c4613c7eee8da27030a7"
1717

1818
do_configure_prepend() {
1919
if [ -e ${WORKDIR}/am335x-pm-firmware.bin ] ; then

0 commit comments

Comments
 (0)