diff options
| author | Florian Boor <florian.boor@kernelconcepts.de> | 2007-08-09 10:57:03 +0000 |
|---|---|---|
| committer | Florian Boor <florian.boor@kernelconcepts.de> | 2007-08-09 10:57:03 +0000 |
| commit | b9a30358ae133ede815cbf2c4b31ff1977035e30 (patch) | |
| tree | 48570a08176de392a718f1712e75379af2e270c1 /packages/linux/linux_2.6.22.bb | |
| parent | 386d4732c8c4b60c60dc671e97d5a667ebb5e140 (diff) | |
| parent | 58259f5baa7ae15a19edbfb0eb52ecef22467e0f (diff) | |
merge of '09957ec14fdf3babf0d22d779c7264d24330e535'
and 'c03b12513a0d9faea02ff87386f5cb243f7ece3e'
Diffstat (limited to 'packages/linux/linux_2.6.22.bb')
| -rw-r--r-- | packages/linux/linux_2.6.22.bb | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/packages/linux/linux_2.6.22.bb b/packages/linux/linux_2.6.22.bb new file mode 100644 index 0000000000..b4e18dd5e1 --- /dev/null +++ b/packages/linux/linux_2.6.22.bb @@ -0,0 +1,14 @@ +require linux.inc + +# Mark archs/machines that this kernel supports +DEFAULT_PREFERENCE = "-1" +DEFAULT_PREFERENCE_alix = "1" +DEFAULT_PREFERENCE_avr32 = "1" + +PR = "r1" + +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" |
