diff options
author | Chris Larson <clarson@kergoth.com> | 2004-12-07 22:05:47 +0000 |
---|---|---|
committer | Chris Larson <clarson@kergoth.com> | 2004-12-07 22:05:47 +0000 |
commit | a780643c4b6aa11e1a36965a69df7116477c7b4c (patch) | |
tree | 17e81e77bde19931facf9b30fa5b5981df796071 /linux-libc-headers | |
parent | 88cce8db7ebf88ab9da2366a2ac21a5a723340b8 (diff) |
Merge oe-devel@oe-devel.bkbits.net:packages.bb
into handhelds.org:/home/kergoth/code/packages.bb
2004/12/07 04:58:25-06:00 ti.com!kergoth
More updates per the core rename.
2004/12/07 04:46:51-06:00 ti.com!kergoth
Update soundtracker per the core rename.
2004/12/07 04:44:14-06:00 ti.com!kergoth
Merge
2004/12/07 04:42:38-06:00 ti.com!kergoth
Updates per the recent rename of the oe core from 'oe' to 'bitbake'.
BKrev: 41b6293b91LRHSxMOt6WnrZVAdLbFw
Diffstat (limited to 'linux-libc-headers')
-rw-r--r-- | linux-libc-headers/linux-libc-headers_2.6.7.0.bb | 0 | ||||
-rw-r--r-- | linux-libc-headers/linux-libc-headers_2.6.7.0.oe | 56 | ||||
-rw-r--r-- | linux-libc-headers/linux-libc-headers_2.6.8.1.bb | 0 | ||||
-rw-r--r-- | linux-libc-headers/linux-libc-headers_2.6.8.1.oe | 61 |
4 files changed, 0 insertions, 117 deletions
diff --git a/linux-libc-headers/linux-libc-headers_2.6.7.0.bb b/linux-libc-headers/linux-libc-headers_2.6.7.0.bb new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/linux-libc-headers/linux-libc-headers_2.6.7.0.bb diff --git a/linux-libc-headers/linux-libc-headers_2.6.7.0.oe b/linux-libc-headers/linux-libc-headers_2.6.7.0.oe deleted file mode 100644 index ca3b3c3d9d..0000000000 --- a/linux-libc-headers/linux-libc-headers_2.6.7.0.oe +++ /dev/null @@ -1,56 +0,0 @@ -SECTION = "devel" -DESCRIPTION = "Sanitized set of 2.6 kernel headers for the C library's use." -MAINTAINER = "Chris Larson <kergoth@handhelds.org>" -INHIBIT_DEFAULT_DEPS = "1" -PR = "r3" - -# NOTE: no need to package these headers, since the c library includes them. -PACKAGES = "" - -SRC_URI = "http://ep09.pld-linux.org/~mmazur/linux-libc-headers/linux-libc-headers-${PV}.tar.bz2 \ - file://sh-missing.patch;patch=1 \ - file://keyboard.patch;patch=1" -S = "${WORKDIR}/linux-libc-headers-${PV}" - -do_configure () { - case ${TARGET_ARCH} in - alpha*) ARCH=alpha ;; - arm*) ARCH=arm ;; - cris*) ARCH=cris ;; - hppa*) ARCH=parisc ;; - i*86*) ARCH=i386 ;; - ia64*) ARCH=ia64 ;; - mips*) ARCH=mips ;; - m68k*) ARCH=m68k ;; - powerpc*) ARCH=ppc ;; - s390*) ARCH=s390 ;; - sh*) ARCH=sh ;; - sparc64*) ARCH=sparc64 ;; - sparc*) ARCH=sparc ;; - x86_64*) ARCH=x86_64 ;; - esac - if test ! -e include/asm-$ARCH; then - oefatal unable to create asm symlink in kernel headers - fi - cp -a "include/asm-$ARCH" "include/asm" - if test "$ARCH" = "arm"; then - cp -a include/asm/arch-ebsa285 include/asm/arch - elif test "$ARCH" = "sh"; then - cp -a include/asm/cpu-${TARGET_ARCH} include/asm/cpu || die "unable to create include/asm/cpu" - fi -} - -do_stage () { - install -d ${STAGING_INCDIR} - rm -rf ${STAGING_INCDIR}/linux ${STAGING_INCDIR}/asm - cp -pfLR include/linux ${STAGING_INCDIR}/ - cp -pfLR include/asm ${STAGING_INCDIR}/ - rm -rf ${CROSS_DIR}/${TARGET_SYS}/include/linux - rm -rf ${CROSS_DIR}/${TARGET_SYS}/include/asm - install -d ${CROSS_DIR}/${TARGET_SYS}/include - cp -pfLR include/linux ${CROSS_DIR}/${TARGET_SYS}/include/ - cp -pfLR include/asm ${CROSS_DIR}/${TARGET_SYS}/include/ - - ln -sf ${STAGING_KERNEL_DIR}/include/linux/wireless.h ${STAGING_INCDIR}/linux/wireless.h - ln -sf ${STAGING_KERNEL_DIR}/include/linux/wireless.h ${CROSS_DIR}/${TARGET_SYS}/include/linux/wireless.h -} diff --git a/linux-libc-headers/linux-libc-headers_2.6.8.1.bb b/linux-libc-headers/linux-libc-headers_2.6.8.1.bb new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/linux-libc-headers/linux-libc-headers_2.6.8.1.bb diff --git a/linux-libc-headers/linux-libc-headers_2.6.8.1.oe b/linux-libc-headers/linux-libc-headers_2.6.8.1.oe deleted file mode 100644 index c127e8a9e7..0000000000 --- a/linux-libc-headers/linux-libc-headers_2.6.8.1.oe +++ /dev/null @@ -1,61 +0,0 @@ -SECTION = "devel" -DESCRIPTION = "Sanitized set of 2.6 kernel headers for the C library's use." -HOMEPAGE = "http://ep09.pld-linux.org/~mmazur/linux-libc-headers/" -# license note from the package: -# Linux-libc-headers are derived from linux kernel headers. For license of a -# particular header, check it's content, and if copyright notice isn't present, -# standard linux kernel license applies. -# since we assume GPL for linux i think we can also assume it here -LICENSE = "GPL" -MAINTAINER = "Chris Larson <kergoth@handhelds.org>" -INHIBIT_DEFAULT_DEPS = "1" -PR = "r7" - -# NOTE: no need to package these headers, since the c library includes them. -PACKAGES = "" - -SRC_URI = "http://ep09.pld-linux.org/~mmazur/linux-libc-headers/linux-libc-headers-${PV}.tar.bz2 \ - file://mips-asm-atomic-system.diff;patch=1;pnum=0 \ - file://keyboard.patch;patch=1" - -S = "${WORKDIR}/linux-libc-headers-${PV}" - -do_configure () { - case ${TARGET_ARCH} in - alpha*) ARCH=alpha ;; - arm*) ARCH=arm ;; - cris*) ARCH=cris ;; - hppa*) ARCH=parisc ;; - i*86*) ARCH=i386 ;; - ia64*) ARCH=ia64 ;; - mips*) ARCH=mips ;; - m68k*) ARCH=m68k ;; - powerpc*) ARCH=ppc ;; - s390*) ARCH=s390 ;; - sh*) ARCH=sh ;; - sparc64*) ARCH=sparc64 ;; - sparc*) ARCH=sparc ;; - x86_64*) ARCH=x86_64 ;; - esac - if test ! -e include/asm-$ARCH; then - oefatal unable to create asm symlink in kernel headers - fi - cp -a "include/asm-$ARCH" "include/asm" - if test "$ARCH" = "arm"; then - cp -a include/asm/arch-ebsa285 include/asm/arch - elif test "$ARCH" = "sh"; then - cp -a include/asm/cpu-${TARGET_ARCH} include/asm/cpu || die "unable to create include/asm/cpu" - fi -} - -do_stage () { - install -d ${STAGING_INCDIR} - rm -rf ${STAGING_INCDIR}/linux ${STAGING_INCDIR}/asm - cp -pfLR include/linux ${STAGING_INCDIR}/ - cp -pfLR include/asm ${STAGING_INCDIR}/ - rm -rf ${CROSS_DIR}/${TARGET_SYS}/include/linux - rm -rf ${CROSS_DIR}/${TARGET_SYS}/include/asm - install -d ${CROSS_DIR}/${TARGET_SYS}/include - cp -pfLR include/linux ${CROSS_DIR}/${TARGET_SYS}/include/ - cp -pfLR include/asm ${CROSS_DIR}/${TARGET_SYS}/include/ -} |