diff options
author | Paul Sokolovsky <pmiscml@gmail.com> | 2006-11-18 21:47:50 +0000 |
---|---|---|
committer | Paul Sokolovsky <pmiscml@gmail.com> | 2006-11-18 21:47:50 +0000 |
commit | 2380fca3a354471ea5c8a396732b67d1d1257a54 (patch) | |
tree | c1b457a63f1ea3b8693a68aeea6bd13e5d643ec4 | |
parent | 47e0878278db7408f54b717801f1d685389cc98a (diff) |
linux-handhelds-2.6 2.6.17: Use own pre-version override dir, free "main"
override dir for 2.6.18.
-rw-r--r-- | packages/linux/linux-handhelds-2.6_2.6.17-hh2.bb | 6 | ||||
-rw-r--r-- | packages/linux/linux-handhelds-2.6_2.6.17-hh3.bb | 6 |
2 files changed, 10 insertions, 2 deletions
diff --git a/packages/linux/linux-handhelds-2.6_2.6.17-hh2.bb b/packages/linux/linux-handhelds-2.6_2.6.17-hh2.bb index 2c2b9b77a4..9bbbcaf70f 100644 --- a/packages/linux/linux-handhelds-2.6_2.6.17-hh2.bb +++ b/packages/linux/linux-handhelds-2.6_2.6.17-hh2.bb @@ -1,10 +1,14 @@ SECTION = "kernel" DESCRIPTION = "handhelds.org Linux kernel 2.6 for PocketPCs and other consumer handheld devices." LICENSE = "GPL" -PR = "r0" +PR = "r1" DEFAULT_PREFERENCE = "-1" +# Override where to look for defconfigs and patches, +# we have per-kernel-release sets. +FILESPATH = "${FILE_DIRNAME}/linux-handhelds-2.6-2.6.17/${MACHINE}:${FILE_DIRNAME}/linux-handhelds-2.6-2.6.17" + SRC_URI = "${HANDHELDS_CVS};module=linux/kernel26;tag=${@'K' + bb.data.getVar('PV',d,1).replace('.', '-')} \ file://24-hostap_cs_id.diff;patch=1 \ file://hrw-pcmcia-ids-r2.patch;patch=1 \ diff --git a/packages/linux/linux-handhelds-2.6_2.6.17-hh3.bb b/packages/linux/linux-handhelds-2.6_2.6.17-hh3.bb index b34d4630a0..c19678efe2 100644 --- a/packages/linux/linux-handhelds-2.6_2.6.17-hh3.bb +++ b/packages/linux/linux-handhelds-2.6_2.6.17-hh3.bb @@ -1,10 +1,14 @@ SECTION = "kernel" DESCRIPTION = "handhelds.org Linux kernel 2.6 for PocketPCs and other consumer handheld devices." LICENSE = "GPL" -PR = "r0" +PR = "r1" DEFAULT_PREFERENCE = "-1" +# Override where to look for defconfigs and patches, +# we have per-kernel-release sets. +FILESPATH = "${FILE_DIRNAME}/linux-handhelds-2.6-2.6.17/${MACHINE}:${FILE_DIRNAME}/linux-handhelds-2.6-2.6.17" + SRC_URI = "${HANDHELDS_CVS};module=linux/kernel26;tag=${@'K' + bb.data.getVar('PV',d,1).replace('.', '-')} \ file://defconfig" |