summaryrefslogtreecommitdiff
path: root/packages/linux/linux-beagleboard_git.bb
blob: 610b9ea361eae967304bc41e03c500d84ab71391 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
require linux.inc

SRCREV = "1a77f70604e00b94bb3c841665a44b34430e9eda"
PV = "2.6.23+2.6.24rc3-git${SRCREV}"
PR = "r1"

COMPATIBLE_MACHINE = "beagleboard"

SRC_URI = "git://www.beagleboard.org/linux.git;protocol=http \
           file://defconfig"

S = "${WORKDIR}/linux"