aboutsummaryrefslogtreecommitdiffstats
path: root/packages/kexecboot/linux-kexecboot_2.6.21-hh20.bb
blob: 6dd9dd1c20630cb743d8f3cc014130be9a5599e9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
require linux-kexecboot.inc

DEFAULT_PREFERENCE = "-1"
DEFAULT_PREFERENCE_hx4700 = "1"
DEFAULT_PREFERENCE_h2200 = "1"

SRC_URI = "${HANDHELDS_CVS};module=linux/kernel26;tag=${@'K' + bb.data.getVar('PV',d,1).replace('.', '-')} \
           file://linux-2.6.git-9d20fdd58e74d4d26dc5216efaaa0f800c23dd3a.patch;patch=1 \
           http://www.rpsys.net/openzaurus/patches/archive/export_atags-r0a.patch;patch=1 \
           file://gcc4x-limits.patch;patch=1 \
	   file://defconfig"

S = "${WORKDIR}/kernel26"