diff options
author | John Bowler <jbowler@nslu2-linux.org> | 2005-05-27 05:12:07 +0000 |
---|---|---|
committer | John Bowler <jbowler@nslu2-linux.org> | 2005-05-27 05:12:07 +0000 |
commit | b8d24abf2d7472c7947cbd77c3ad6dd0b8b366e0 (patch) | |
tree | 7be859e40ce71a930ff5cfc2ebf3f33e818e9683 /packages/linux/handhelds-sa_2.4.19-rmk6-pxa1-hh39.bb | |
parent | 33402435e9b05ece25b1e22d6efef0c3cf34be96 (diff) |
Merge bk://oe-devel.bkbits.net/openembedded
into marsco.kalmiopsis:/home/nslu2/openembedded
2005/05/26 23:01:36+02:00 handhelds.org!CoreDump
Merge bk://oe-devel@oe-devel.bkbits.net/openembedded
into handhelds.org:/home/mhentges/OpenEmbedded/bitbake/openembedded
2005/05/26 23:00:54+02:00 handhelds.org!CoreDump
busybox: Undo previous cset, problem was caused by a too old bitbake version
2005/05/26 22:49:18+02:00 void!koen
Merge bk://oe-devel@oe-devel.bkbits.net/openembedded
into dominion.dominion.void:/data/build/oe/openembedded
2005/05/26 22:44:03+02:00 handhelds.org!CoreDump
busybox: bump PR
2005/05/26 22:40:23+02:00 handhelds.org!CoreDump
Merge bk://oe-devel@oe-devel.bkbits.net/openembedded
into handhelds.org:/home/mhentges/OpenEmbedded/bitbake/openembedded
2005/05/26 22:39:32+02:00 handhelds.org!CoreDump
Unb0rk busybox .bb
2005/05/26 22:39:31+02:00 void!koen
hildon-lgpl_0.9.14-2.bb: fix install and stage
2005/05/26 21:32:08+02:00 void!koen
hildon-lgpl_0.9.14-2.bb: stage some libs too
2005/05/26 21:13:24+02:00 void!koen
osso-thumbnail_0.3.1-1.bb, osso-gwobex_0.26.1.bb, hildon-lgpl_0.9.14-2.bb: DEPENDS: gtk+ -> gtk+-2.6.4-1.osso7
2005/05/26 20:46:28+02:00 void!koen
Merge bk://oe-devel@oe-devel.bkbits.net/openembedded
into dominion.dominion.void:/data/build/oe/openembedded
2005/05/26 20:45:22+02:00 void!koen
gtk+_2.6.4-1.osso7.bb: fix MAINTAINER
2005/05/26 20:36:02+02:00 dyndns.org!reenoo
Merge oe-devel@oe-devel.bkbits.net:openembedded
into sugarcube.dyndns.org:/home2/oe/bakery/openembedded
2005/05/26 20:35:34+02:00 dyndns.org!reenoo
handhelds-sa_2.4.19-rmk6-pxa1-hh39: DEFAULT_PREFERENCE = "-1" for now
2005/05/26 20:29:30+02:00 void!koen
Add gtk+-2.6.4-1.osso7 + one hundred and four (104) patches, part of the maemo.org suite. (I believe this sets a record, try and beat that, RP ;))
2005/05/26 20:03:43+02:00 handhelds.org!CoreDump
.del-opie-image-ext2loop.bb~1275262c1f290f89:
Delete: packages/meta/opie-image-ext2loop.bb
2005/05/26 19:44:44+02:00 handhelds.org!CoreDump
Added opie-image-ext2loop.bb: Identical to opie-image but creates an ext2 image file to be used w/ altboot or similar scripts
2005/05/26 19:29:15+02:00 handhelds.org!CoreDump
initscripts_1.0.bb:
initscripts: Bump PR
sharp-sdmmc-support_2.4.18-rmk7-pxa3-embedix.bb:
sharp-sd: Bump PR
portmap_5-9.bb:
portmap: Bump PR
portmap: Remove initscript from runlevels 2 to 5 as it is already beeing launched in rcS.d
ramdisk:
Remove error message about missing /etc/ramdisk.conf
sd:
/etc/init.d/sd: Hide insmod messages
BKrev: 4296ac27fFigmI4JpIL7z1pPTRIUHg
Diffstat (limited to 'packages/linux/handhelds-sa_2.4.19-rmk6-pxa1-hh39.bb')
-rw-r--r-- | packages/linux/handhelds-sa_2.4.19-rmk6-pxa1-hh39.bb | 56 |
1 files changed, 56 insertions, 0 deletions
diff --git a/packages/linux/handhelds-sa_2.4.19-rmk6-pxa1-hh39.bb b/packages/linux/handhelds-sa_2.4.19-rmk6-pxa1-hh39.bb index e69de29bb2..1b09df7c3c 100644 --- a/packages/linux/handhelds-sa_2.4.19-rmk6-pxa1-hh39.bb +++ b/packages/linux/handhelds-sa_2.4.19-rmk6-pxa1-hh39.bb @@ -0,0 +1,56 @@ +SECTION = "kernel" +DESCRIPTION = "handhelds.org Linux kernel for StrongArm processor based devices." +MAINTAINER = "Rene Wagner <reenoo@gmx.de>" +LICENSE = "GPL" +PR = "r5" +DEFAULT_PREFERENCE = "-1" + +KERNEL_CCSUFFIX = "-3.3.3" +COMPATIBLE_HOST = "arm.*-linux" + +FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/handhelds-sa-${PV}" +SRC_URI = "${HANDHELDS_CVS};module=linux/kernel;tag=${@'K' + bb.data.getVar('PV',d,1).replace('.', '-')} \ + file://defconfig-${PACKAGE_ARCH} \ + file://ipaq-hal.init" + +S = "${WORKDIR}/kernel" + +inherit kernel update-rc.d + +K_MAJOR = "${@bb.data.getVar('PV',d,1).split('-')[0].split('.')[0]}" +K_MINOR = "${@bb.data.getVar('PV',d,1).split('-')[0].split('.')[1]}" +K_MICRO = "${@bb.data.getVar('PV',d,1).split('-')[0].split('.')[2]}" +RMKV = "${@bb.data.getVar('PV',d,1).split('-')[1].split('rmk')[-1]}" +PXAV = "${@bb.data.getVar('PV',d,1).split('-')[2].split('pxa')[-1]}" +HHV = "${@bb.data.getVar('PV',d,1).split('-')[3].split('hh')[-1]}" + +KERNEL_PRIORITY = "${@'%d' % (int(bb.data.getVar('K_MAJOR',d,1)) * 100000000 + int(bb.data.getVar('K_MINOR',d,1)) * 1000000 + int(bb.data.getVar('K_MICRO',d,1)) * 10000 + int(bb.data.getVar('RMKV',d,1)) * 1000 + int(bb.data.getVar('PXAV',d,1)) * 100 + float(bb.data.getVar('HHV',d,1)))}" + +module_conf_h3600_micro = "alias ipaq_hal_3600 h3600_micro" +module_conf_h3600_asic = "alias ipaq_hal_3800 h3600_asic" +module_conf_sa1100_ir = "alias irda0 sa1100_ir" +module_conf_pcmcia_core = "options pcmcia_core ignore_cis_vcc=1" +module_conf_ppp_async = "alias ppp0 ppp_async" +module_conf_orinoco_cs = "options orinoco_cs ignore_cis_vcc=1" +module_conf_hostap_cs = "options hostap_cs ignore_cis_vcc=1" +module_conf_spectrum_cs = "options spectrum_cs ignore_cis_vcc=1" + +module_autoload_h3600_ts = "h3600_ts" +module_autoload_apm = "apm" +module_autoload_h3600-uda1341 = "h3600-uda1341" +module_autoload_af_packet = "af_packet" +module_autoload_ppp_async = "ppp_async" +module_autoload_usb-eth = "usb-eth" + +FILES_kernel += "/etc/init.d/ipaq-hal" +INITSCRIPT_NAME = "ipaq-hal" +INITSCRIPT_PARAMS = "start 21 S ." + +do_configure_prepend() { + install -m 0644 ${WORKDIR}/defconfig-${PACKAGE_ARCH} ${S}/.config +} + +do_install_append() { + install -d ${D}${sysconfdir}/init.d + install ${WORKDIR}/ipaq-hal.init ${D}${sysconfdir}/init.d/ipaq-hal +} |