summaryrefslogtreecommitdiffstats
path: root/recipes/linux/linux-omap-archos_2.6.27.10-omap1.bb
blob: 4f2da2b67eab7bd592918a6c492f6f1d3adf0850 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
require linux.inc

DESCRIPTION = "Archos 5 Linux kernel for OMAP processors"
KERNEL_IMAGETYPE = "zImage"

COMPATIBLE_MACHINE = "archos5it"
#COMPATIBLE_MACHINE = "(archos5|archos5it)"

PV = "2.6.27.10-omap1"

SRC_URI = "${KERNELORG_MIRROR}/pub/linux/kernel/v2.6/linux-2.6.27.tar.bz2 \
           http://www.muru.com/linux/omap/patches/patch-2.6.27-omap1.bz2;patch=1 \
           file://patch-archos-2.6.27-omap1.bz2;patch=1 \
	   file://defconfig"

S = "${WORKDIR}/linux-2.6.27"