[oe-commits] org.oe.dev madwifi-ng: add slugos support and bump to latest snapshot

mwester commit openembedded-commits at lists.openembedded.org
Thu Jan 4 16:10:19 UTC 2007


madwifi-ng: add slugos support and bump to latest snapshot

Author: mwester at openembedded.org
Branch: org.openembedded.dev
Revision: 2c8930a5e3dfc1e355f0dede8fde6b887e2d33de
ViewMTN: http://monotone.openembedded.org/revision.psp?id=2c8930a5e3dfc1e355f0dede8fde6b887e2d33de
Files:
1
packages/madwifi/files/slugos-VFP-wackelf.patch
packages/madwifi/files/slugos-xscale-be-elf-copts.patch
packages/madwifi/files/slugos-xscale-le-elf-copts.patch
packages/madwifi/madwifi-ng_r1871-20061229.bb
packages/madwifi/madwifi-ng_r.inc
Diffs:

#
# mt diff -r1e37908ee3a652ff29c714689365cce288fa108d -r2c8930a5e3dfc1e355f0dede8fde6b887e2d33de
#
# 
# 
# add_file "packages/madwifi/files/slugos-VFP-wackelf.patch"
#  content [eece6eeb85e5c93778e3b27f961a7680744a9082]
# 
# add_file "packages/madwifi/files/slugos-xscale-be-elf-copts.patch"
#  content [1fe656185060b62ce799b554c4a5de70bc6d7464]
# 
# add_file "packages/madwifi/files/slugos-xscale-le-elf-copts.patch"
#  content [21411edc2f3a0c8dd8dae98122c25fc7f694eeb1]
# 
# add_file "packages/madwifi/madwifi-ng_r1871-20061229.bb"
#  content [4fa0b207e97bd048b8290b7ad0b758fb30221054]
# 
# patch "packages/madwifi/madwifi-ng_r.inc"
#  from [21b98333a880fb6831a3070e1d00095744b0e657]
#    to [3e9d649ea08d065a54aaf47e2d068b9b4779d20a]
# 
============================================================
--- packages/madwifi/files/slugos-VFP-wackelf.patch	eece6eeb85e5c93778e3b27f961a7680744a9082
+++ packages/madwifi/files/slugos-VFP-wackelf.patch	eece6eeb85e5c93778e3b27f961a7680744a9082
@@ -0,0 +1,20 @@
+--- madwifi.orig/ath_hal/Makefile	2007-01-03 23:44:10.000000000 -0600
++++ madwifi/ath_hal/Makefile	2007-01-03 23:47:55.000000000 -0600
+@@ -81,12 +81,16 @@
+ quiet_cmd_uudecode = UUDECODE $@
+       cmd_uudecode = $(obj)/uudecode -o $@ $<
+ 
+-$(obj)/$(TARGET).hal.o: $(HAL)/public/$(TARGET).hal.o.uu $(obj)/uudecode
++$(obj)/wackelf: $(HAL)/public/wackelf.c
++	$(HOSTCC) $(HOSTCFLAGS) -o $@ $<
++
++$(obj)/$(TARGET).hal.o: $(HAL)/public/$(TARGET).hal.o.uu $(obj)/uudecode $(obj)/wackelf
+ ifdef LINUX24
+ 	$(Q)$(obj)/uudecode -o $@ $<
+ else
+ 	$(call if_changed,uudecode)
+ endif
++	$(Q)$(obj)/wackelf -fpa $@
+ 
+ install:
+ 	test -d $(DESTDIR)/$(KMODPATH) || mkdir -p $(DESTDIR)/$(KMODPATH)
============================================================
--- packages/madwifi/files/slugos-xscale-be-elf-copts.patch	1fe656185060b62ce799b554c4a5de70bc6d7464
+++ packages/madwifi/files/slugos-xscale-be-elf-copts.patch	1fe656185060b62ce799b554c4a5de70bc6d7464
@@ -0,0 +1,10 @@
+--- madwifi.orig/hal/public/xscale-be-elf.inc	2007-01-03 23:42:09.000000000 -0600
++++ madwifi/hal/public/xscale-be-elf.inc	2007-01-03 23:48:50.000000000 -0600
+@@ -77,5 +77,5 @@
+ 
+ LDOPTS=	-EB
+ COPTS+=	-DAH_BYTE_ORDER=AH_BIG_ENDIAN
+-COPTS+= -march=armv4 -mbig-endian -fno-strict-aliasing -fno-common -mapcs-32 \
+-	-mtune=xscale  -mshort-load-bytes
++COPTS+= -march=armv4 -mbig-endian -fno-strict-aliasing -fno-common \
++	-mtune=xscale
============================================================
--- packages/madwifi/files/slugos-xscale-le-elf-copts.patch	21411edc2f3a0c8dd8dae98122c25fc7f694eeb1
+++ packages/madwifi/files/slugos-xscale-le-elf-copts.patch	21411edc2f3a0c8dd8dae98122c25fc7f694eeb1
@@ -0,0 +1,8 @@
+--- madwifi.orig/hal/public/xscale-le-elf.inc	2007-01-03 23:42:06.000000000 -0600
++++ madwifi/hal/public/xscale-le-elf.inc	2007-01-03 23:48:50.000000000 -0600
+@@ -79,4 +79,4 @@
+ LDOPTS=	-EL
+ COPTS+=	-DAH_BYTE_ORDER=AH_LITTLE_ENDIAN
+ COPTS+= -march=armv4 -mlittle-endian -fno-strict-aliasing -fno-common \
+-	-mapcs-32 -mtune=xscale  -mshort-load-bytes
++	-mtune=xscale
============================================================
--- packages/madwifi/madwifi-ng_r1871-20061229.bb	4fa0b207e97bd048b8290b7ad0b758fb30221054
+++ packages/madwifi/madwifi-ng_r1871-20061229.bb	4fa0b207e97bd048b8290b7ad0b758fb30221054
@@ -0,0 +1,3 @@
+PR = "r0"
+
+require madwifi-ng_r.inc
============================================================
--- packages/madwifi/madwifi-ng_r.inc	21b98333a880fb6831a3070e1d00095744b0e657
+++ packages/madwifi/madwifi-ng_r.inc	3e9d649ea08d065a54aaf47e2d068b9b4779d20a
@@ -11,6 +11,11 @@ SRC_URI = "http://snapshots.madwifi.org/
 	   file://10-xscale-le-elf-copts.patch;patch=1 \
 	   file://10-sh4-le-elf-copts.patch;patch=1"
 
+SRC_URI_slugos = "http://snapshots.madwifi.org/${PN}/${PN}-${PV}.tar.gz \
+		  file://slugos-xscale-be-elf-copts.patch;patch=1 \
+		  file://slugos-xscale-le-elf-copts.patch;patch=1 \
+		  file://slugos-VFP-wackelf.patch;patch=1"
+
 S = "${WORKDIR}/${PN}-${PV}"
 
 inherit module-base






More information about the Openembedded-commits mailing list