[oe-commits] org.oe.dev linux-libc-headers 2.6.20: add avr32 support

koen commit openembedded-commits at lists.openembedded.org
Fri Jun 1 15:34:04 UTC 2007


linux-libc-headers 2.6.20: add avr32 support

Author: koen at openembedded.org
Branch: org.openembedded.dev
Revision: 4eb9d3b0c9a35463c247aadd30af658fd1c31fc4
ViewMTN: http://monotone.openembedded.org/revision.psp?id=4eb9d3b0c9a35463c247aadd30af658fd1c31fc4
Files:
1
packages/linux-libc-headers/linux-libc-headers_2.6.20.bb
Diffs:

#
# mt diff -reaf3a51c8eeda81e029db9d3d3dbf0d4fd16dfb8 -r4eb9d3b0c9a35463c247aadd30af658fd1c31fc4
#
# 
# 
# patch "packages/linux-libc-headers/linux-libc-headers_2.6.20.bb"
#  from [e776b9347b3dad66ec67b90ce4364ae4221964ab]
#    to [791b173dfa13d9284c5609bd6c782c6f6c2d4d5d]
# 
============================================================
--- packages/linux-libc-headers/linux-libc-headers_2.6.20.bb	e776b9347b3dad66ec67b90ce4364ae4221964ab
+++ packages/linux-libc-headers/linux-libc-headers_2.6.20.bb	791b173dfa13d9284c5609bd6c782c6f6c2d4d5d
@@ -1,8 +1,8 @@ DEPENDS = "unifdef-native"
 require linux-libc-headers.inc
 
 INHIBIT_DEFAULT_DEPS = "1"
 DEPENDS = "unifdef-native"
-PR = "r6"
+PR = "r7"
 
 SRC_URI = "${KERNELORG_MIRROR}/pub/linux/kernel/v2.6/linux-${PV}.tar.bz2 \
            file://procinfo.h"
@@ -25,6 +25,7 @@ set_arch() {
 		sparc64*) ARCH=sparc64 ;;
 		sparc*)   ARCH=sparc ;;
 		x86_64*)  ARCH=x86_64 ;;
+	        avr32*)   ARCH=avr32 ;;
 	esac
 }
 






More information about the Openembedded-commits mailing list