diff options
author | Philipp Zabel <philipp.zabel@gmail.com> | 2005-09-20 13:58:39 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2005-09-20 13:58:39 +0000 |
commit | a507969c5556be9cb7793b64eb00e66e875fb6ec (patch) | |
tree | 72755edf79d4b8616c930f4e6e173e6beec333fc /packages | |
parent | 1d30f92183333983aad0f3c85609d23aa630e7a1 (diff) |
handhelds-pxa-2.6: fix EXTRAVERSION of 2.6.12-hh3
Diffstat (limited to 'packages')
3 files changed, 13 insertions, 1 deletions
diff --git a/packages/linux/handhelds-pxa-2.6-2.6.12-hh3/.mtn2git_empty b/packages/linux/handhelds-pxa-2.6-2.6.12-hh3/.mtn2git_empty new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/packages/linux/handhelds-pxa-2.6-2.6.12-hh3/.mtn2git_empty diff --git a/packages/linux/handhelds-pxa-2.6-2.6.12-hh3/fix-extraversion.patch b/packages/linux/handhelds-pxa-2.6-2.6.12-hh3/fix-extraversion.patch new file mode 100644 index 0000000000..720aeaffa3 --- /dev/null +++ b/packages/linux/handhelds-pxa-2.6-2.6.12-hh3/fix-extraversion.patch @@ -0,0 +1,11 @@ +--- kernel26/Makefile.orig 2005-09-20 15:36:09 +0200 ++++ kernel26/Makefile 2005-09-20 15:26:27 +0200 +@@ -1,7 +1,7 @@ + VERSION = 2 + PATCHLEVEL = 6 + SUBLEVEL = 12 +-EXTRAVERSION = -hh2 ++EXTRAVERSION = -hh3 + NAME=Woozy Numbat + + # *DOCUMENTATION* diff --git a/packages/linux/handhelds-pxa-2.6_2.6.12-hh3.bb b/packages/linux/handhelds-pxa-2.6_2.6.12-hh3.bb index f72b15ca84..4c650d73dd 100644 --- a/packages/linux/handhelds-pxa-2.6_2.6.12-hh3.bb +++ b/packages/linux/handhelds-pxa-2.6_2.6.12-hh3.bb @@ -8,7 +8,8 @@ COMPATIBLE_HOST = "arm.*-linux" FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/handhelds-pxa-${PV}" SRC_URI = "${HANDHELDS_CVS};module=linux/kernel26;tag=${@'K' + bb.data.getVar('PV',d,1).replace('.', '-')} \ - file://defconfig" + file://defconfig \ + file://fix-extraversion.patch;patch=1" S = "${WORKDIR}/kernel26" |