diff options
Diffstat (limited to 'openembedded')
17 files changed, 334 insertions, 109 deletions
diff --git a/openembedded/classes/efl.bbclass b/openembedded/classes/efl.bbclass index 964748e85c..b438ca61b4 100644 --- a/openembedded/classes/efl.bbclass +++ b/openembedded/classes/efl.bbclass | |||
| @@ -40,6 +40,7 @@ export IMLIB2_CONFIG = "${STAGING_BINDIR}/imlib2-config${@binconfig_suffix(d)}" | |||
| 40 | 40 | ||
| 41 | do_compile_prepend() { | 41 | do_compile_prepend() { |
| 42 | find ${S} -name Makefile | xargs sed -i 's:/usr/include:${STAGING_INCDIR}:' | 42 | find ${S} -name Makefile | xargs sed -i 's:/usr/include:${STAGING_INCDIR}:' |
| 43 | find ${S} -name Makefile | xargs sed -i 's:/usr/X11R6/include:${STAGING_INCDIR}:' | ||
| 43 | } | 44 | } |
| 44 | 45 | ||
| 45 | do_stage_append () { | 46 | do_stage_append () { |
diff --git a/openembedded/classes/kernel.bbclass b/openembedded/classes/kernel.bbclass index df676c5a8d..463ff5f6b5 100644 --- a/openembedded/classes/kernel.bbclass +++ b/openembedded/classes/kernel.bbclass | |||
| @@ -60,7 +60,7 @@ PACKAGE_ARCH = "${MACHINE_ARCH}" | |||
| 60 | kernel_do_compile() { | 60 | kernel_do_compile() { |
| 61 | unset CFLAGS CPPFLAGS CXXFLAGS LDFLAGS | 61 | unset CFLAGS CPPFLAGS CXXFLAGS LDFLAGS |
| 62 | oe_runmake include/linux/version.h CC="${KERNEL_CC}" LD="${KERNEL_LD}" | 62 | oe_runmake include/linux/version.h CC="${KERNEL_CC}" LD="${KERNEL_LD}" |
| 63 | if ${KERNEL_MAJOR_VERSION} != "2.6"; then | 63 | if [ "${KERNEL_MAJOR_VERSION}" != "2.6" ]; then |
| 64 | oe_runmake dep CC="${KERNEL_CC}" LD="${KERNEL_LD}" | 64 | oe_runmake dep CC="${KERNEL_CC}" LD="${KERNEL_LD}" |
| 65 | fi | 65 | fi |
| 66 | oe_runmake ${KERNEL_IMAGETYPE} CC="${KERNEL_CC}" LD="${KERNEL_LD}" | 66 | oe_runmake ${KERNEL_IMAGETYPE} CC="${KERNEL_CC}" LD="${KERNEL_LD}" |
diff --git a/openembedded/conf/machine/zaurus-clamshell-2.6.conf b/openembedded/conf/machine/zaurus-clamshell-2.6.conf index a26ae7754f..7438e8f998 100644 --- a/openembedded/conf/machine/zaurus-clamshell-2.6.conf +++ b/openembedded/conf/machine/zaurus-clamshell-2.6.conf | |||
| @@ -3,7 +3,7 @@ | |||
| 3 | 3 | ||
| 4 | PREFERRED_PROVIDER_virtual/kernel = "linux-openzaurus" | 4 | PREFERRED_PROVIDER_virtual/kernel = "linux-openzaurus" |
| 5 | 5 | ||
| 6 | BOOTSTRAP_EXTRA_DEPENDS += "virtual/kernel udev sysfsutils hostap-modules spectrum-fw \ | 6 | BOOTSTRAP_EXTRA_DEPENDS += "virtual/kernel udev sysfsutils hostap-modules spectrum-fw orinoco-conf \ |
| 7 | pcmcia-cs apmd wireless-tools console-tools irda-utils lrzsz hostap-utils prism3-firmware prism3-support \ | 7 | pcmcia-cs apmd wireless-tools console-tools irda-utils lrzsz hostap-utils prism3-firmware prism3-support \ |
| 8 | ppp ppp-dialin openswan wpa-supplicant-nossl" | 8 | ppp ppp-dialin openswan wpa-supplicant-nossl" |
| 9 | 9 | ||
diff --git a/openembedded/packages/module-init-tools/module-init-tools-3.2-pre7/ignore_arch_directory b/openembedded/packages/module-init-tools/module-init-tools-3.2-pre9/ignore_arch_directory index 185ea7a3a5..185ea7a3a5 100644 --- a/openembedded/packages/module-init-tools/module-init-tools-3.2-pre7/ignore_arch_directory +++ b/openembedded/packages/module-init-tools/module-init-tools-3.2-pre9/ignore_arch_directory | |||
diff --git a/openembedded/packages/module-init-tools/module-init-tools-3.2-pre7/manpagesopt b/openembedded/packages/module-init-tools/module-init-tools-3.2-pre9/manpagesopt index ee1454c6ef..5d5cac609e 100644 --- a/openembedded/packages/module-init-tools/module-init-tools-3.2-pre7/manpagesopt +++ b/openembedded/packages/module-init-tools/module-init-tools-3.2-pre9/manpagesopt | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | Index: module-init-tools-3.1/configure.in | 1 | Index: module-init-tools-3.2-pre9/configure.in |
| 2 | =================================================================== | 2 | =================================================================== |
| 3 | --- module-init-tools-3.1.orig/configure.in 2004-11-12 00:05:25.000000000 -0500 | 3 | --- module-init-tools-3.2-pre9.orig/configure.in 2005-08-09 04:31:26.000000000 +0000 |
| 4 | +++ module-init-tools-3.1/configure.in 2005-01-20 02:23:16.409792288 -0500 | 4 | +++ module-init-tools-3.2-pre9/configure.in 2005-09-20 22:06:10.000000000 +0000 |
| 5 | @@ -41,5 +41,14 @@ | 5 | @@ -41,5 +41,14 @@ |
| 6 | fi]) | 6 | fi]) |
| 7 | AC_SUBST(MODULE_DIR) | 7 | AC_SUBST(MODULE_DIR) |
| @@ -18,8 +18,10 @@ Index: module-init-tools-3.1/configure.in | |||
| 18 | +AM_CONDITIONAL([MANPAGES], test x"$enable_manpages" = x"yes") | 18 | +AM_CONDITIONAL([MANPAGES], test x"$enable_manpages" = x"yes") |
| 19 | 19 | ||
| 20 | +AC_OUTPUT([Makefile]) | 20 | +AC_OUTPUT([Makefile]) |
| 21 | --- module-init-tools-3.2-pre7/Makefile.am.orig 2005-07-05 13:55:06.000000000 +0200 | 21 | Index: module-init-tools-3.2-pre9/Makefile.am |
| 22 | +++ module-init-tools-3.2-pre7/Makefile.am 2005-07-05 13:55:31.000000000 +0200 | 22 | =================================================================== |
| 23 | --- module-init-tools-3.2-pre9.orig/Makefile.am 2005-08-09 04:54:28.000000000 +0000 | ||
| 24 | +++ module-init-tools-3.2-pre9/Makefile.am 2005-09-20 22:09:03.000000000 +0000 | ||
| 23 | @@ -21,13 +21,14 @@ | 25 | @@ -21,13 +21,14 @@ |
| 24 | MAN5 = modprobe.conf.5 modules.dep.5 | 26 | MAN5 = modprobe.conf.5 modules.dep.5 |
| 25 | MAN8 = depmod.8 insmod.8 lsmod.8 rmmod.8 modprobe.8 modinfo.8 | 27 | MAN8 = depmod.8 insmod.8 lsmod.8 rmmod.8 modprobe.8 modinfo.8 |
| @@ -28,7 +30,7 @@ Index: module-init-tools-3.1/configure.in | |||
| 28 | # If they haven't overridden mandir, fix it (never /man!) | 30 | # If they haven't overridden mandir, fix it (never /man!) |
| 29 | mandir =$(shell if [ @mandir@ = $(prefix)/man ]; then if [ $(prefix) = / ]; then echo /usr/share/man; else echo $(prefix)/share/man; fi; else echo @mandir@; fi) | 31 | mandir =$(shell if [ @mandir@ = $(prefix)/man ]; then if [ $(prefix) = / ]; then echo /usr/share/man; else echo $(prefix)/share/man; fi; else echo @mandir@; fi) |
| 30 | 32 | ||
| 31 | TESTSUITE := $(shell find tests -type f ! -name '*~') | 33 | TESTSUITE := $(shell find tests -type f ! -name '*~') tests/vg-suppressions |
| 32 | 34 | ||
| 33 | -EXTRA_DIST = generate-modprobe.conf modprobe.devfs FAQ CODING stress_modules.sh install-with-care $(SGML) $(man_MANS) $(TESTSUITE) | 35 | -EXTRA_DIST = generate-modprobe.conf modprobe.devfs FAQ CODING stress_modules.sh install-with-care $(SGML) $(man_MANS) $(TESTSUITE) |
| 34 | +if MANPAGES | 36 | +if MANPAGES |
diff --git a/openembedded/packages/module-init-tools/module-init-tools_3.1.bb b/openembedded/packages/module-init-tools/module-init-tools_3.1.bb deleted file mode 100644 index 62523f513a..0000000000 --- a/openembedded/packages/module-init-tools/module-init-tools_3.1.bb +++ /dev/null | |||
| @@ -1,60 +0,0 @@ | |||
| 1 | LICENSE = "GPL" | ||
| 2 | SECTION = "base" | ||
| 3 | DESCRIPTION = "This package contains a set of programs for loading, inserting, and \ | ||
| 4 | removing kernel modules for Linux (versions 2.5.48 and above). It serves \ | ||
| 5 | the same function that the modutils package serves for Linux 2.4." | ||
| 6 | PR = "r2" | ||
| 7 | |||
| 8 | PACKAGES =+ "module-init-tools-insmod-static module-init-tools-depmod" | ||
| 9 | RDEPENDS_${PN} += "module-init-tools-depmod" | ||
| 10 | |||
| 11 | FILES_module-init-tools-depmod = "${sbindir}/depmod.26" | ||
| 12 | FILES_module-init-tools-insmod-static = "${sbindir}/insmod.static" | ||
| 13 | |||
| 14 | SRC_URI = "ftp://ftp.kernel.org/pub/linux/utils/kernel/module-init-tools/module-init-tools-${PV}.tar.bz2 \ | ||
| 15 | file://ignore_arch_directory;patch=1 \ | ||
| 16 | file://modutils_extension;patch=1 \ | ||
| 17 | file://no_man_rebuild;patch=1 \ | ||
| 18 | file://manpagesopt;patch=1 \ | ||
| 19 | file://soc.patch;patch=1;pnum=0" | ||
| 20 | S = "${WORKDIR}/module-init-tools-${PV}" | ||
| 21 | |||
| 22 | EXTRA_OECONF = "--disable-manpages" | ||
| 23 | |||
| 24 | bindir = "/bin" | ||
| 25 | sbindir = "/sbin" | ||
| 26 | |||
| 27 | inherit autotools | ||
| 28 | |||
| 29 | do_install() { | ||
| 30 | autotools_do_install | ||
| 31 | for f in bin/lsmod sbin/insmod sbin/rmmod sbin/modprobe sbin/modinfo sbin/depmod; do | ||
| 32 | mv ${D}/$f ${D}/$f.26 | ||
| 33 | done | ||
| 34 | } | ||
| 35 | |||
| 36 | pkg_postinst_module-init-tools() { | ||
| 37 | #!/bin/sh | ||
| 38 | for f in sbin/insmod sbin/modprobe sbin/rmmod sbin/depmod sbin/modinfo bin/lsmod; do | ||
| 39 | bn=`basename $f` | ||
| 40 | update-alternatives --install /$f $bn /$f.26 20 | ||
| 41 | done | ||
| 42 | } | ||
| 43 | |||
| 44 | pkg_prerm_module-init-tools() { | ||
| 45 | #!/bin/sh | ||
| 46 | for f in sbin/insmod sbin/modprobe sbin/rmmod sbin/depmod sbin/modinfo bin/lsmod; do | ||
| 47 | bn=`basename $f` | ||
| 48 | update-alternatives --remove $bn /$f.26 | ||
| 49 | done | ||
| 50 | } | ||
| 51 | |||
| 52 | pkg_postinst_module-init-tools-depmod() { | ||
| 53 | #!/bin/sh | ||
| 54 | update-alternatives --install /sbin/depmod depmod /sbin/depmod.26 20 | ||
| 55 | } | ||
| 56 | |||
| 57 | pkg_prerm_module-init-tools() { | ||
| 58 | #!/bin/sh | ||
| 59 | update-alternatives --remove depmod /sbin/depmod.26 | ||
| 60 | } | ||
diff --git a/openembedded/packages/module-init-tools/module-init-tools_3.2-pre7.bb b/openembedded/packages/module-init-tools/module-init-tools_3.2-pre9.bb index 017f288e7d..bbd8cca1bf 100644 --- a/openembedded/packages/module-init-tools/module-init-tools_3.2-pre7.bb +++ b/openembedded/packages/module-init-tools/module-init-tools_3.2-pre9.bb | |||
| @@ -3,7 +3,7 @@ removing kernel modules for Linux (versions 2.5.48 and above). It serves \ | |||
| 3 | the same function that the modutils package serves for Linux 2.4." | 3 | the same function that the modutils package serves for Linux 2.4." |
| 4 | LICENSE = "GPL" | 4 | LICENSE = "GPL" |
| 5 | SECTION = "base" | 5 | SECTION = "base" |
| 6 | PR = "r1" | 6 | PR = "r0" |
| 7 | 7 | ||
| 8 | PACKAGES =+ "module-init-tools-insmod-static module-init-tools-depmod" | 8 | PACKAGES =+ "module-init-tools-insmod-static module-init-tools-depmod" |
| 9 | RDEPENDS_${PN} += "module-init-tools-depmod" | 9 | RDEPENDS_${PN} += "module-init-tools-depmod" |
| @@ -36,7 +36,7 @@ pkg_postinst_module-init-tools() { | |||
| 36 | #!/bin/sh | 36 | #!/bin/sh |
| 37 | for f in sbin/insmod sbin/modprobe sbin/rmmod sbin/depmod sbin/modinfo; do | 37 | for f in sbin/insmod sbin/modprobe sbin/rmmod sbin/depmod sbin/modinfo; do |
| 38 | bn=`basename $f` | 38 | bn=`basename $f` |
| 39 | update-alternatives --install /$f $bn /$f.26 20 | 39 | update-alternatives --install /$f $bn /$f.26 60 |
| 40 | done | 40 | done |
| 41 | update-alternatives --install /bin/lsmod bin-lsmod /bin/lsmod.26 60 | 41 | update-alternatives --install /bin/lsmod bin-lsmod /bin/lsmod.26 60 |
| 42 | update-alternatives --install /sbin/lsmod lsmod /bin/lsmod.26 60 | 42 | update-alternatives --install /sbin/lsmod lsmod /bin/lsmod.26 60 |
| @@ -54,7 +54,7 @@ update-alternatives --remove lsmod /bin/lsmod.26 | |||
| 54 | 54 | ||
| 55 | pkg_postinst_module-init-tools-depmod() { | 55 | pkg_postinst_module-init-tools-depmod() { |
| 56 | #!/bin/sh | 56 | #!/bin/sh |
| 57 | update-alternatives --install /sbin/depmod depmod /sbin/depmod.26 20 | 57 | update-alternatives --install /sbin/depmod depmod /sbin/depmod.26 60 |
| 58 | } | 58 | } |
| 59 | 59 | ||
| 60 | pkg_prerm_module-init-tools() { | 60 | pkg_prerm_module-init-tools() { |
diff --git a/openembedded/packages/orinoco/files/hermes.conf b/openembedded/packages/orinoco/files/hermes.conf new file mode 100644 index 0000000000..e45114dd08 --- /dev/null +++ b/openembedded/packages/orinoco/files/hermes.conf | |||
| @@ -0,0 +1,149 @@ | |||
| 1 | device "orinoco_cs" | ||
| 2 | class "network" | ||
| 3 | module "hermes", "orinoco", "orinoco_cs" | ||
| 4 | |||
| 5 | device "spectrum_cs" | ||
| 6 | class "network" module "hermes", "orinoco", "spectrum_cs" | ||
| 7 | |||
| 8 | |||
| 9 | # This manfid was used for cards with Lucent/Agere and Intersil firmware. | ||
| 10 | # orinoco_cs supports both types, so we don't need to distinguish them. | ||
| 11 | |||
| 12 | card "Orinoco or Intersil Prism 2 Wireless" | ||
| 13 | manfid 0x0156,0x0002 | ||
| 14 | bind "orinoco_cs" | ||
| 15 | |||
| 16 | |||
| 17 | # Cards with Lucent/Agere firmware (Hermes chipset) | ||
| 18 | |||
| 19 | card "Lucent Technologies Wavelan/IEEE" | ||
| 20 | version "Lucent Technologies", "WaveLAN/IEEE" | ||
| 21 | bind "orinoco_cs" | ||
| 22 | |||
| 23 | card "Avaya World Card" | ||
| 24 | version "Avaya Communication", "Avaya Wireless PC Card" | ||
| 25 | bind "orinoco_cs" | ||
| 26 | |||
| 27 | card "Cabletron RoamAbout 802.11 DS" | ||
| 28 | version "Cabletron", "RoamAbout 802.11 DS" | ||
| 29 | bind "orinoco_cs" | ||
| 30 | |||
| 31 | card "ELSA AirLancer MC-11" | ||
| 32 | version "ELSA", "AirLancer MC-11" | ||
| 33 | bind "orinoco_cs" | ||
| 34 | |||
| 35 | card "MELCO WLI-PCM-L11" | ||
| 36 | version "MELCO", "WLI-PCM-L11" | ||
| 37 | bind "orinoco_cs" | ||
| 38 | |||
| 39 | card "ARtem Onair" | ||
| 40 | version "ARtem", "Onair" | ||
| 41 | bind "orinoco_cs" | ||
| 42 | |||
| 43 | |||
| 44 | # Cards with Symbol firmware in flash (Spectrum24 chipset) | ||
| 45 | |||
| 46 | card "LA4111 Spectrum24 Wireless LAN PC Card" | ||
| 47 | version "Symbol Technologies" | ||
| 48 | bind "orinoco_cs" | ||
| 49 | |||
| 50 | card "3Com AirConnect" | ||
| 51 | version "3Com", "3CRWE737A AirConnect Wireless LAN PC Card" | ||
| 52 | bind "orinoco_cs" | ||
| 53 | |||
| 54 | card "Intel PRO/Wireless 2011" | ||
| 55 | manfid 0x0089,0x0001 | ||
| 56 | bind "orinoco_cs" | ||
| 57 | |||
| 58 | card "Ericsson WLAN Card C11" | ||
| 59 | manfid 0x016b,0x0001 | ||
| 60 | bind "orinoco_cs" | ||
| 61 | |||
| 62 | card "Nortel Networks e-mobility 802.11 Wireless LAN PC Card" | ||
| 63 | version "Nortel Networks", "emobility 802.11 Wireless LAN PC Card", "1.00" | ||
| 64 | bind "orinoco_cs" | ||
| 65 | |||
| 66 | card "D-Link DWL-650H" | ||
| 67 | version "D-Link Corporation", "D-Link DWL-650H 11Mbps WLAN Adapter" | ||
| 68 | bind "orinoco_cs" | ||
| 69 | |||
| 70 | |||
| 71 | # Cards with Symbol firmware without flash memory (Spectrum24 Trilogy). | ||
| 72 | # These cards need a separate driver that loads the firmware. | ||
| 73 | |||
| 74 | card "LA4100 Spectrum24 CF WLAN Card" | ||
| 75 | manfid 0x026c, 0x0001 | ||
| 76 | bind "spectrum_cs" | ||
| 77 | |||
| 78 | card "Socket Communications CF+ LP WLAN Card" | ||
| 79 | manfid 0x0104, 0x0001 | ||
| 80 | bind "spectrum_cs" | ||
| 81 | |||
| 82 | card "Intel PRO/Wireless 2011B" | ||
| 83 | manfid 0x0089, 0x0001 | ||
| 84 | bind "spectrum_cs" | ||
| 85 | |||
| 86 | |||
| 87 | # Cards with Intersil firmware (Prism chipset) | ||
| 88 | |||
| 89 | card "Farallon SkyLINE" | ||
| 90 | version "INTERSIL", "HFA384x/IEEE" | ||
| 91 | bind "orinoco_cs" | ||
| 92 | |||
| 93 | card "D-Link DWL-650" | ||
| 94 | version "D", "Link DWL-650 11Mbps WLAN Card" | ||
| 95 | bind "orinoco_cs" | ||
| 96 | |||
| 97 | card "SAMSUNG 11Mbps WLAN Card" | ||
| 98 | version "SAMSUNG", "11Mbps WLAN Card" | ||
| 99 | bind "orinoco_cs" | ||
| 100 | # Does this one cover Compaq as well ??? | ||
| 101 | |||
| 102 | card "HyperLink Wireless PC Card 11Mbps" | ||
| 103 | version "HyperLink","Wireless PC Card 11Mbps" | ||
| 104 | bind "orinoco_cs" | ||
| 105 | |||
| 106 | card "PROXIM LAN PC CARD HARMONY 80211B" | ||
| 107 | version "PROXIM","LAN PC CARD HARMONY 80211B" | ||
| 108 | bind "orinoco_cs" | ||
| 109 | |||
| 110 | card "Linksys WPC11 11Mbps 802.11b WLAN Card" | ||
| 111 | version "Instant Wireless ", " Network PC CARD", "Version 01.02" | ||
| 112 | bind "orinoco_cs" | ||
| 113 | |||
| 114 | card "Linksys WPC11 11Mbps 802.11b WLAN Card" | ||
| 115 | version "The Linksys Group, Inc.", "Instant Wireless Network PC Card", "ISL37300P", "RevA" | ||
| 116 | bind "orinoco_cs" | ||
| 117 | |||
| 118 | card "Linksys CompactFlash Wireless Card" | ||
| 119 | version "Linksys", "Wireless CompactFlash Card" | ||
| 120 | bind "orinoco_cs" | ||
| 121 | |||
| 122 | card "Tekram PCF-200" | ||
| 123 | version "PCMCIA", "11M WLAN Card v2.5", "ISL37300P", "RevA" | ||
| 124 | bind "orinoco_cs" | ||
| 125 | |||
| 126 | card "ACTIONTEC PRISM Wireless LAN PC Card" | ||
| 127 | version "ACTIONTEC", "PRISM Wireless LAN PC Card" | ||
| 128 | bind "orinoco_cs" | ||
| 129 | |||
| 130 | card "Zcomax XI-325HP" | ||
| 131 | version " ", "IEEE 802.11 Wireless LAN/PC Card" | ||
| 132 | bind "orinoco_cs" | ||
| 133 | |||
| 134 | card "Microsoft Wireless Notebook Adapter MN-520 1.0.3" | ||
| 135 | version "Microsoft", "Wireless Notebook Adapter MN-520", "", "1.0.3" | ||
| 136 | bind "orinoco_cs" | ||
| 137 | |||
| 138 | card "Linksys WPC11 Version 3" | ||
| 139 | manfid 0x0274,0x1613 | ||
| 140 | bind "orinoco_cs" | ||
| 141 | |||
| 142 | card "Netgear MA401RA" | ||
| 143 | version "NETGEAR MA401RA Wireless PC", "Card", "ISL37300P", "Eval-RevA" | ||
| 144 | bind "orinoco_cs" | ||
| 145 | |||
| 146 | card "BENQ AWL100" | ||
| 147 | version "BENQ", "AWL100 PCMCIA ADAPTER" | ||
| 148 | bind "orinoco_cs" | ||
| 149 | |||
diff --git a/openembedded/packages/orinoco/orinoco-modules-0.15rc2/spectrum.conf b/openembedded/packages/orinoco/files/spectrum.conf index 96aa794f0b..849455537e 100644 --- a/openembedded/packages/orinoco/orinoco-modules-0.15rc2/spectrum.conf +++ b/openembedded/packages/orinoco/files/spectrum.conf | |||
| @@ -5,6 +5,10 @@ card "LA4100 Spectrum24 CF WLAN Card" | |||
| 5 | manfid 0x026c, 0x0001 | 5 | manfid 0x026c, 0x0001 |
| 6 | bind "spectrum_cs" | 6 | bind "spectrum_cs" |
| 7 | 7 | ||
| 8 | card "LA4137 Spectrum24 CF WLAN CARD" | ||
| 9 | manfid 0x014d, 0x0001 | ||
| 10 | bind "spectrum_cs" | ||
| 11 | |||
| 8 | card "Socket Communications CF+ LP WLAN Card" | 12 | card "Socket Communications CF+ LP WLAN Card" |
| 9 | manfid 0x0104, 0x0001 | 13 | manfid 0x0104, 0x0001 |
| 10 | bind "spectrum_cs" | 14 | bind "spectrum_cs" |
diff --git a/openembedded/packages/orinoco/orinoco-modules-0.15rc2/spectrum_fw.h b/openembedded/packages/orinoco/files/spectrum_fw.h index 94c825d372..94c825d372 100644 --- a/openembedded/packages/orinoco/orinoco-modules-0.15rc2/spectrum_fw.h +++ b/openembedded/packages/orinoco/files/spectrum_fw.h | |||
diff --git a/openembedded/packages/orinoco/orinoco-conf_1.0.bb b/openembedded/packages/orinoco/orinoco-conf_1.0.bb new file mode 100644 index 0000000000..d44446895d --- /dev/null +++ b/openembedded/packages/orinoco/orinoco-conf_1.0.bb | |||
| @@ -0,0 +1,18 @@ | |||
| 1 | DESCRIPTION = "PCMCIA-cs configuration files for Hermes (Orinoco) wireless LAN cards" | ||
| 2 | SECTION = "kernel/modules" | ||
| 3 | PRIORITY = "optional" | ||
| 4 | MAINTAINER = "Michael 'Mickey' Lauer <mickey@Vanille.de>" | ||
| 5 | LICENSE = "GPL" | ||
| 6 | PR = "r0" | ||
| 7 | |||
| 8 | SRC_URI = "file://spectrum.conf \ | ||
| 9 | file://hermes.conf \ | ||
| 10 | file://orinoco_cs.conf" | ||
| 11 | |||
| 12 | do_install() { | ||
| 13 | install -d ${D}${sysconfdir}/pcmcia | ||
| 14 | install -d ${D}${sysconfdir}/modutils | ||
| 15 | install -m 0644 ${WORKDIR}/spectrum.conf ${D}${sysconfdir}/pcmcia/ | ||
| 16 | install -m 0644 ${WORKDIR}/hermes.conf ${D}${sysconfdir}/pcmcia/ | ||
| 17 | install -m 0644 ${WORKDIR}/orinoco_cs.conf ${D}${sysconfdir}/modutils/ | ||
| 18 | } | ||
diff --git a/openembedded/packages/orinoco/orinoco-modules-0.15rc2/spectrum-firmware.patch b/openembedded/packages/orinoco/orinoco-modules-0.15rc2/spectrum-firmware.patch deleted file mode 100644 index c3d89d096b..0000000000 --- a/openembedded/packages/orinoco/orinoco-modules-0.15rc2/spectrum-firmware.patch +++ /dev/null | |||
| @@ -1,16 +0,0 @@ | |||
| 1 | |||
| 2 | # | ||
| 3 | # Patch managed by http://www.mn-logistik.de/unsupported/pxa250/patcher | ||
| 4 | # | ||
| 5 | |||
| 6 | --- orinoco-0.15rc1/spectrum_cs.c~spectrum-firmware 2004-04-19 07:08:24.000000000 +0200 | ||
| 7 | +++ orinoco-0.15rc1/spectrum_cs.c 2004-05-28 01:20:05.000000000 +0200 | ||
| 8 | @@ -57,7 +57,7 @@ | ||
| 9 | * hotplug firmware directory (typically /usr/lib/hotplug/firmware) and | ||
| 10 | * make sure that you have hotplug installed and enabled in the kernel. | ||
| 11 | */ | ||
| 12 | -/* #define SPECTRUM_FW_INCLUDED 1 */ | ||
| 13 | +#define SPECTRUM_FW_INCLUDED 1 | ||
| 14 | |||
| 15 | #ifdef SPECTRUM_FW_INCLUDED | ||
| 16 | /* Header with the firmware */ | ||
diff --git a/openembedded/packages/orinoco/orinoco-modules_0.15rc2.bb b/openembedded/packages/orinoco/orinoco-modules_0.15rc2.bb index 8093e7d246..e75924c19d 100644 --- a/openembedded/packages/orinoco/orinoco-modules_0.15rc2.bb +++ b/openembedded/packages/orinoco/orinoco-modules_0.15rc2.bb | |||
| @@ -3,9 +3,11 @@ Also contains support for cards using downloadable firmware, i.e. the Symbol/Soc | |||
| 3 | SECTION = "kernel/modules" | 3 | SECTION = "kernel/modules" |
| 4 | PRIORITY = "optional" | 4 | PRIORITY = "optional" |
| 5 | PROVIDES = "spectrum-modules" | 5 | PROVIDES = "spectrum-modules" |
| 6 | DEPENDS = "orinoco-conf spectrum-fw" | ||
| 7 | RDEPENDS = "orinoco-conf" | ||
| 6 | MAINTAINER = "Michael 'Mickey' Lauer <mickey@Vanille.de>" | 8 | MAINTAINER = "Michael 'Mickey' Lauer <mickey@Vanille.de>" |
| 7 | LICENSE = "GPL" | 9 | LICENSE = "GPL" |
| 8 | PR = "r8" | 10 | PR = "r9" |
| 9 | 11 | ||
| 10 | SRC_URI = "http://ozlabs.org/people/dgibson/dldwd/orinoco-${PV}.tar.gz \ | 12 | SRC_URI = "http://ozlabs.org/people/dgibson/dldwd/orinoco-${PV}.tar.gz \ |
| 11 | file://makefile_fix.patch;patch=1 \ | 13 | file://makefile_fix.patch;patch=1 \ |
| @@ -13,37 +15,24 @@ SRC_URI = "http://ozlabs.org/people/dgibson/dldwd/orinoco-${PV}.tar.gz \ | |||
| 13 | file://add_utsname.patch;patch=1 \ | 15 | file://add_utsname.patch;patch=1 \ |
| 14 | file://add_event.patch;patch=1 \ | 16 | file://add_event.patch;patch=1 \ |
| 15 | file://spectrum_cs_ids.patch;patch=1 \ | 17 | file://spectrum_cs_ids.patch;patch=1 \ |
| 16 | file://spectrum-firmware.patch;patch=1 \ | 18 | file://catch-up-with-kernel-changes.patch;patch=1" |
| 17 | file://catch-up-with-kernel-changes.patch;patch=1 \ | ||
| 18 | file://spectrum.conf \ | ||
| 19 | file://spectrum_fw.h \ | ||
| 20 | file://orinoco_cs.conf" | ||
| 21 | S = "${WORKDIR}/orinoco-${PV}" | 19 | S = "${WORKDIR}/orinoco-${PV}" |
| 22 | 20 | ||
| 23 | inherit module | 21 | inherit module |
| 24 | 22 | ||
| 25 | do_compile_prepend() { | ||
| 26 | install ${WORKDIR}/spectrum_fw.h ${S}/ | ||
| 27 | } | ||
| 28 | |||
| 29 | do_install() { | 23 | do_install() { |
| 30 | install -d ${D}${base_libdir}/modules/${KERNEL_VERSION}/net/ | 24 | install -d ${D}${base_libdir}/modules/${KERNEL_VERSION}/net/ |
| 31 | install -d ${D}${sysconfdir}/pcmcia | ||
| 32 | install -m 0644 *${KERNEL_OBJECT_SUFFIX} ${D}${base_libdir}/modules/${KERNEL_VERSION}/net/ | 25 | install -m 0644 *${KERNEL_OBJECT_SUFFIX} ${D}${base_libdir}/modules/${KERNEL_VERSION}/net/ |
| 33 | install -m 0644 ${WORKDIR}/spectrum.conf ${D}${sysconfdir}/pcmcia/ | ||
| 34 | install -m 0644 hermes.conf ${D}${sysconfdir}/pcmcia/ | ||
| 35 | install -d ${D}${sysconfdir}/modutils | ||
| 36 | install -m 0644 ${WORKDIR}/orinoco_cs.conf ${D}${sysconfdir}/modutils/ | ||
| 37 | } | 26 | } |
| 38 | 27 | ||
| 39 | PACKAGES = "orinoco-modules-cs orinoco-modules-pci orinoco-modules-usb orinoco-modules-nortel orinoco-modules" | 28 | PACKAGES = "orinoco-modules-cs orinoco-modules-pci orinoco-modules-usb orinoco-modules-nortel orinoco-modules" |
| 40 | FILES_orinoco-modules-cs = "/lib/modules/${KERNEL_VERSION}/net/*_cs${KERNEL_OBJECT_SUFFIX} /${sysconfdir}" | 29 | FILES_orinoco-modules-cs = "/lib/modules/${KERNEL_VERSION}/net/*_cs${KERNEL_OBJECT_SUFFIX}" |
| 41 | FILES_orinoco-modules-pci = "/lib/modules/${KERNEL_VERSION}/net/orinoco_p*${KERNEL_OBJECT_SUFFIX}" | 30 | FILES_orinoco-modules-pci = "/lib/modules/${KERNEL_VERSION}/net/orinoco_p*${KERNEL_OBJECT_SUFFIX}" |
| 42 | FILES_orinoco-modules-usb = "/lib/modules/${KERNEL_VERSION}/net/*_usb${KERNEL_OBJECT_SUFFIX}" | 31 | FILES_orinoco-modules-usb = "/lib/modules/${KERNEL_VERSION}/net/*_usb${KERNEL_OBJECT_SUFFIX}" |
| 43 | FILES_orinoco-modules-nortel = "/lib/modules/${KERNEL_VERSION}/net/orinoco_tmd${KERNEL_OBJECT_SUFFIX} \ | 32 | FILES_orinoco-modules-nortel = "/lib/modules/${KERNEL_VERSION}/net/orinoco_tmd${KERNEL_OBJECT_SUFFIX} \ |
| 44 | /lib/modules/${KERNEL_VERSION}/net/orinoco_nortel${KERNEL_OBJECT_SUFFIX}" | 33 | /lib/modules/${KERNEL_VERSION}/net/orinoco_nortel${KERNEL_OBJECT_SUFFIX}" |
| 45 | FILES_orinoco-modules = "/lib/modules/" | 34 | FILES_orinoco-modules = "/lib/modules/" |
| 46 | RDEPENDS_orinoco-modules-cs = "orinoco-modules" | 35 | RDEPENDS_orinoco-modules-cs = "orinoco-modules spectrum-fw" |
| 47 | RDEPENDS_orinoco-modules-pci = "orinoco-modules" | 36 | RDEPENDS_orinoco-modules-pci = "orinoco-modules" |
| 48 | RDEPENDS_orinoco-modules-usb = "orinoco-modules" | 37 | RDEPENDS_orinoco-modules-usb = "orinoco-modules" |
| 49 | RDEPENDS_orinoco-modules-nortel = "orinoco-modules" | 38 | RDEPENDS_orinoco-modules-nortel = "orinoco-modules" |
diff --git a/openembedded/packages/pcmcia-cs/pcmcia-cs-3.2.8/no-hostap-cards.patch b/openembedded/packages/pcmcia-cs/pcmcia-cs-3.2.8/no-hostap-cards.patch new file mode 100644 index 0000000000..1c1dd54356 --- /dev/null +++ b/openembedded/packages/pcmcia-cs/pcmcia-cs-3.2.8/no-hostap-cards.patch | |||
| @@ -0,0 +1,124 @@ | |||
| 1 | --- pcmcia-cs/etc/config.orig 2004-07-16 18:38:25.000000000 +0200 | ||
| 2 | +++ pcmcia-cs/etc/config 2005-10-03 13:02:49.000000000 +0200 | ||
| 3 | @@ -1151,10 +1151,6 @@ | ||
| 4 | # | ||
| 5 | # Wireless network adapters | ||
| 6 | # | ||
| 7 | -card "Intersil PRISM2 11 Mbps Wireless Adapter" | ||
| 8 | - manfid 0x0156, 0x0002 | ||
| 9 | - bind "orinoco_cs" | ||
| 10 | - | ||
| 11 | card "350 Series Wireless LAN Adapter" | ||
| 12 | manfid 0x015f, 0x000a | ||
| 13 | bind "airo_cs" | ||
| 14 | @@ -1180,25 +1176,11 @@ | ||
| 15 | manfid 0x015f, 0x0007 | ||
| 16 | bind "airo_cs" | ||
| 17 | |||
| 18 | -card "Airvast WN-100" | ||
| 19 | - #version "WLAN", "PRISM PCMCIA CARD" | ||
| 20 | - manfid 0x50c2, 0x7300 | ||
| 21 | - bind "orinoco_cs" | ||
| 22 | - | ||
| 23 | -card "AirWay 802.11 Adapter (PCMCIA)" | ||
| 24 | - #version "AirWay", "802.11 Adapter (PCMCIA)" | ||
| 25 | - manfid 0x0261, 0x0002 | ||
| 26 | - bind "orinoco_cs" | ||
| 27 | - | ||
| 28 | card "ARtem Onair Version 1.0" | ||
| 29 | #version "ARtem", "Onair", "Version 1.0" | ||
| 30 | manfid 0x0268, 0x0001 | ||
| 31 | bind "orinoco_cs" | ||
| 32 | |||
| 33 | -card "ASUS SpaceLink WL-100" | ||
| 34 | - manfid 0x02aa, 0x0002 | ||
| 35 | - bind "orinoco_cs" | ||
| 36 | - | ||
| 37 | card "AT&T WaveLAN Adapter" | ||
| 38 | version "AT&T", "WaveLAN/PCMCIA" | ||
| 39 | bind "wavelan_cs" | ||
| 40 | @@ -1215,18 +1197,6 @@ | ||
| 41 | version "Cabletron", "RoamAbout 802.11 DS" | ||
| 42 | bind "orinoco_cs" | ||
| 43 | |||
| 44 | -card "Compaq WL100 11 Mbps Wireless Adapter" | ||
| 45 | - manfid 0x0138, 0x0002 | ||
| 46 | - bind "orinoco_cs" | ||
| 47 | - | ||
| 48 | -card "Compaq HNW-100 11 Mbps Wireless Adapter" | ||
| 49 | - manfid 0x028a, 0x0002 | ||
| 50 | - bind "orinoco_cs" | ||
| 51 | - | ||
| 52 | -card "Conceptronic CON11Cpro" | ||
| 53 | - manfid 0xc250, 0x0002 | ||
| 54 | - bind "orinoco_cs" | ||
| 55 | - | ||
| 56 | card "Corega PCC-11" | ||
| 57 | version "corega K.K.", "Wireless LAN PCC-11" | ||
| 58 | bind "orinoco_cs" | ||
| 59 | @@ -1247,10 +1217,6 @@ | ||
| 60 | version "D", "Link DRC-650 11Mbps WLAN Card" | ||
| 61 | bind "orinoco_cs" | ||
| 62 | |||
| 63 | -card "D-Link DCF660" | ||
| 64 | - manfid 0xd601, 0x0005 | ||
| 65 | - bind "orinoco_cs" | ||
| 66 | - | ||
| 67 | card "ELSA AirLancer MC-11" | ||
| 68 | version "ELSA", "AirLancer MC-11" | ||
| 69 | bind "orinoco_cs" | ||
| 70 | @@ -1275,14 +1241,6 @@ | ||
| 71 | version "Instant Wireless ", " Network PC CARD", "Version 01.02" | ||
| 72 | bind "orinoco_cs" | ||
| 73 | |||
| 74 | -card "Linksys WPC11 11Mbps 802.11b WLAN Card" | ||
| 75 | - manfid 0x0274, 0x1613 | ||
| 76 | - bind "orinoco_cs" | ||
| 77 | - | ||
| 78 | -card "Linksys WCF12 Wireless CompactFlash Card" | ||
| 79 | - manfid 0x028a, 0x0673 | ||
| 80 | - bind "orinoco_cs" | ||
| 81 | - | ||
| 82 | card "Lucent Technologies WaveLAN/IEEE Adapter" | ||
| 83 | version "Lucent Technologies", "WaveLAN/IEEE" | ||
| 84 | bind "orinoco_cs" | ||
| 85 | @@ -1343,27 +1301,10 @@ | ||
| 86 | manfid 0x01a6, 0x0000 | ||
| 87 | bind "ray_cs" | ||
| 88 | |||
| 89 | -card "Safeway 802.11b Wireless Adapter" | ||
| 90 | - manfid 0xd601, 0x0002 | ||
| 91 | - bind "orinoco_cs" | ||
| 92 | - | ||
| 93 | card "SAMSUNG 11Mbps WLAN Card" | ||
| 94 | version "SAMSUNG", "11Mbps WLAN Card" | ||
| 95 | bind "orinoco_cs" | ||
| 96 | |||
| 97 | -card "Sandisk Connect SDWCFB-000" | ||
| 98 | - manfid 0xd601, 0x0005 | ||
| 99 | - bind "orinoco_cs" | ||
| 100 | - | ||
| 101 | -card "Sohoware NCP110" | ||
| 102 | - manfid 0x000b,0x7300 | ||
| 103 | - bind "orinoco_cs" | ||
| 104 | - | ||
| 105 | -card "SpeedStream SS1021 Wireless Adapter" | ||
| 106 | - #version "Siemens", "SpeedStream Wireless PCMCIA" | ||
| 107 | - manfid 0x02ac, 0x0002 | ||
| 108 | - bind "orinoco_cs" | ||
| 109 | - | ||
| 110 | card "Xircom CreditCard Netwave" | ||
| 111 | version "Xircom", "CreditCard Netwave" | ||
| 112 | bind "netwave_cs" | ||
| 113 | @@ -1372,11 +1313,6 @@ | ||
| 114 | manfid 0x0105, 0x0007 | ||
| 115 | bind "airo_cs" | ||
| 116 | |||
| 117 | -card "ZCOMAX AirRunner/XI-300" | ||
| 118 | - #version "ZCOMAX", "AirRunner/XI-300" | ||
| 119 | - manfid 0xd601, 0x0002 | ||
| 120 | - bind "orinoco_cs" | ||
| 121 | - | ||
| 122 | # | ||
| 123 | # Modems and other serial devices | ||
| 124 | # | ||
diff --git a/openembedded/packages/pcmcia-cs/pcmcia-cs_3.2.8.bb b/openembedded/packages/pcmcia-cs/pcmcia-cs_3.2.8.bb index dadf830534..fa685f8d5f 100644 --- a/openembedded/packages/pcmcia-cs/pcmcia-cs_3.2.8.bb +++ b/openembedded/packages/pcmcia-cs/pcmcia-cs_3.2.8.bb | |||
| @@ -3,7 +3,7 @@ SECTION = "base" | |||
| 3 | PRIORITY = "required" | 3 | PRIORITY = "required" |
| 4 | LICENSE = "GPL" | 4 | LICENSE = "GPL" |
| 5 | DEPENDS = "virtual/kernel" | 5 | DEPENDS = "virtual/kernel" |
| 6 | PR = "r21" | 6 | PR = "r22" |
| 7 | 7 | ||
| 8 | SRC_URI = "${SOURCEFORGE_MIRROR}/pcmcia-cs/pcmcia-cs-${PV}.tar.gz \ | 8 | SRC_URI = "${SOURCEFORGE_MIRROR}/pcmcia-cs/pcmcia-cs-${PV}.tar.gz \ |
| 9 | file://busybox.patch;patch=1 \ | 9 | file://busybox.patch;patch=1 \ |
| @@ -11,6 +11,7 @@ SRC_URI = "${SOURCEFORGE_MIRROR}/pcmcia-cs/pcmcia-cs-${PV}.tar.gz \ | |||
| 11 | file://pcic-extra.patch;patch=1 \ | 11 | file://pcic-extra.patch;patch=1 \ |
| 12 | file://automount.patch;patch=1 \ | 12 | file://automount.patch;patch=1 \ |
| 13 | file://ratoc-cfu1u.patch;patch=1 \ | 13 | file://ratoc-cfu1u.patch;patch=1 \ |
| 14 | file://no-hostap-cards.patch;patch=1 \ | ||
| 14 | file://pcmcia \ | 15 | file://pcmcia \ |
| 15 | file://ide.opts \ | 16 | file://ide.opts \ |
| 16 | file://wireless.opts \ | 17 | file://wireless.opts \ |
diff --git a/openembedded/packages/perl/perl_5.8.7.bb b/openembedded/packages/perl/perl_5.8.7.bb index bb8e0c5174..e78a4829af 100644 --- a/openembedded/packages/perl/perl_5.8.7.bb +++ b/openembedded/packages/perl/perl_5.8.7.bb | |||
| @@ -3,6 +3,7 @@ MAINTAINER="David Karlstrom <daka@thg.se>" | |||
| 3 | include perl.inc | 3 | include perl.inc |
| 4 | 4 | ||
| 5 | SRC_URI += "file://config.sh-armeb-linux \ | 5 | SRC_URI += "file://config.sh-armeb-linux \ |
| 6 | file://config.sh-arm-linux \ | ||
| 6 | file://config.sh-i386-linux" | 7 | file://config.sh-i386-linux" |
| 7 | 8 | ||
| 8 | PR = "r14" | 9 | PR = "r14" |
| @@ -17,6 +18,12 @@ do_configure() { | |||
| 17 | cp ${WORKDIR}/config.sh-i686-linux . | 18 | cp ${WORKDIR}/config.sh-i686-linux . |
| 18 | cp ${WORKDIR}/config.sh-i386-linux . | 19 | cp ${WORKDIR}/config.sh-i386-linux . |
| 19 | cp ${WORKDIR}/config.sh-armeb-linux . | 20 | cp ${WORKDIR}/config.sh-armeb-linux . |
| 21 | # nslu2 LE uclibc builds do not work with the default config.sh | ||
| 22 | if test "${MACHINE}" = nslu2 | ||
| 23 | then | ||
| 24 | rm -f ./config.sh-arm-linux | ||
| 25 | cp ${WORKDIR}/config.sh-arm-linux . | ||
| 26 | fi | ||
| 20 | for i in config.sh-*-linux; do | 27 | for i in config.sh-*-linux; do |
| 21 | a="`echo $i|sed -e 's,^config.sh-,,; s,-linux$,,'`" | 28 | a="`echo $i|sed -e 's,^config.sh-,,; s,-linux$,,'`" |
| 22 | newfile="`echo $i|sed -e 's,-linux$,-linux-uclibc,g'`" | 29 | newfile="`echo $i|sed -e 's,-linux$,-linux-uclibc,g'`" |
diff --git a/openembedded/packages/xserver/xserver-kdrive_20050207.bb b/openembedded/packages/xserver/xserver-kdrive_20050207.bb index e1e1381f93..f37cd578b9 100644 --- a/openembedded/packages/xserver/xserver-kdrive_20050207.bb +++ b/openembedded/packages/xserver/xserver-kdrive_20050207.bb | |||
| @@ -38,11 +38,15 @@ SRC_URI = "cvs://anoncvs:anoncvs@pdx.freedesktop.org/cvs/xserver;module=xserver; | |||
| 38 | file://fbdev-not-fix.patch;patch=1 " | 38 | file://fbdev-not-fix.patch;patch=1 " |
| 39 | 39 | ||
| 40 | SRC_URI_append_mnci = " file://onlyfb.patch;patch=1 \ | 40 | SRC_URI_append_mnci = " file://onlyfb.patch;patch=1 \ |
| 41 | file://devfs.patch;patch=1 \ | 41 | file://faster-rotated.patch;patch=1 \ |
| 42 | file://disable-apm.patch;patch=1" | 42 | file://devfs.patch;patch=1 \ |
| 43 | SRC_URI_append_poodle = " file://xserver-kdrive-poodle.patch;patch=1" | 43 | file://disable-apm.patch;patch=1" |
| 44 | SRC_URI_append_collie = " file://faster-rotated.patch;patch=1" | ||
| 45 | SRC_URI_append_poodle = " file://xserver-kdrive-poodle.patch;patch=1 \ | ||
| 46 | file://faster-rotated.patch;patch=1" | ||
| 44 | SRC_URI_append_c7x0 = " file://disable-apm.patch;patch=1" | 47 | SRC_URI_append_c7x0 = " file://disable-apm.patch;patch=1" |
| 45 | SRC_URI_append_ipaq-pxa270= " file://disable-apm.patch;patch=1" | 48 | SRC_URI_append_ipaq-pxa270= " file://disable-apm.patch;patch=1" |
| 49 | SRC_URI_append_h3600 = " file://faster-rotated.patch;patch=1" | ||
| 46 | SRC_URI_append_h3900 = " file://disable-apm.patch;patch=1" | 50 | SRC_URI_append_h3900 = " file://disable-apm.patch;patch=1" |
| 47 | SRC_URI_append_h2200 = " file://disable-apm.patch;patch=1" | 51 | SRC_URI_append_h2200 = " file://disable-apm.patch;patch=1" |
| 48 | SRC_URI_append_spitz = " file://disable-apm.patch;patch=1 \ | 52 | SRC_URI_append_spitz = " file://disable-apm.patch;patch=1 \ |
| @@ -52,9 +56,11 @@ SRC_URI_append_akita = " file://disable-apm.patch;patch=1 \ | |||
| 52 | SRC_URI_append_borzoi = " file://disable-apm.patch;patch=1 \ | 56 | SRC_URI_append_borzoi = " file://disable-apm.patch;patch=1 \ |
| 53 | file://faster-rotated.patch;patch=1" | 57 | file://faster-rotated.patch;patch=1" |
| 54 | 58 | ||
| 59 | PACKAGE_ARCH_collie = "collie" | ||
| 55 | PACKAGE_ARCH_poodle = "poodle" | 60 | PACKAGE_ARCH_poodle = "poodle" |
| 56 | PACKAGE_ARCH_c7x0 = "c7x0" | 61 | PACKAGE_ARCH_c7x0 = "c7x0" |
| 57 | PACKAGE_ARCH_ipaq-pxa270 = "ipaq-pxa270" | 62 | PACKAGE_ARCH_ipaq-pxa270 = "ipaq-pxa270" |
| 63 | PACKAGE_ARCH_h3600 = "h3600" | ||
| 58 | PACKAGE_ARCH_h3900 = "h3900" | 64 | PACKAGE_ARCH_h3900 = "h3900" |
| 59 | PACKAGE_ARCH_h2200 = "h2200" | 65 | PACKAGE_ARCH_h2200 = "h2200" |
| 60 | PACKAGE_ARCH_spitz = "spitz" | 66 | PACKAGE_ARCH_spitz = "spitz" |
