[hbbtv/youtubetv] Fixed hanup bug and segmentation fault on 3rd-party images.
[vuplus_openembedded] / recipes / linux / linux-handhelds-2.6_2.6.18-hh2.bb
1 SECTION = "kernel"
2 DESCRIPTION = "handhelds.org Linux kernel 2.6 for PocketPCs and other consumer handheld devices."
3 LICENSE = "GPL"
4 PR = "r0"
5
6 DEFAULT_PREFERENCE = "-1"
7
8 # Override where to look for defconfigs and patches,
9 # we have per-kernel-release sets.
10 FILESPATH = "${FILE_DIRNAME}/linux-handhelds-2.6-2.6.18/${MACHINE}:${FILE_DIRNAME}/linux-handhelds-2.6-2.6.18"
11
12 SRC_URI = "${HANDHELDS_CVS};module=linux/kernel26;tag=${@'K' + bb.data.getVar('PV',d,1).replace('.', '-')} \
13            file://defconfig"
14
15 require linux-handhelds-2.6.inc