aboutsummaryrefslogtreecommitdiffstats
path: root/packages/linux/linux_2.6.22.bb
blob: 64b57d30763ae7c8f34c0cd9218f048f8497ebf8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
require linux.inc

# Mark archs/machines that this kernel supports
DEFAULT_PREFERENCE = "-1"
DEFAULT_PREFERENCE_avr32 = "1"

PR = "r3"

SRC_URI = "${KERNELORG_MIRROR}/pub/linux/kernel/v2.6/linux-2.6.22.tar.bz2 \
           file://defconfig \
	   "

SRC_URI_append_avr32 = "http://avr32linux.org/twiki/pub/Main/LinuxPatches/linux-2.6.22.atmel.3.patch.bz2;patch=1"