Skip to content

Commit

Permalink
linux-beagleboard 3.8: fix fetch failure
Browse files Browse the repository at this point in the history
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 <koen@dominion.thruhere.net>
  • Loading branch information
koenkooi committed Oct 8, 2014
1 parent 91fb96d commit f0ad73b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions common-bsp/recipes-kernel/linux/linux-beagleboard_3.8.bb
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f0ad73b

Please sign in to comment.