diff options
Diffstat (limited to 'packages/linux/linux-linkstationarm_2.6.12.bb')
-rw-r--r-- | packages/linux/linux-linkstationarm_2.6.12.bb | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/packages/linux/linux-linkstationarm_2.6.12.bb b/packages/linux/linux-linkstationarm_2.6.12.bb deleted file mode 100644 index df984a02c3..0000000000 --- a/packages/linux/linux-linkstationarm_2.6.12.bb +++ /dev/null @@ -1,27 +0,0 @@ -DESCRIPTION = "Linux Kernel for ARM based Buffalo Linkstations" -SECTION = "kernel" -LICENSE = "GPL" -DEPENDS += "u-boot-utils-native" -PR = "r2" - -COMPATIBLE_MACHINE = "lsarm" - -SRC_URI = "http://kernel.org/pub/linux/kernel/v2.6/linux-2.6.12.tar.bz2 \ - http://downloads.linkstationwiki.net/Users/timtimred/lsarm/2.6.12-compiler_fix.patch;patch=1 \ - file://makefile.patch;patch=1 \ - file://defconfig \ - " - -S = "${WORKDIR}/linux-2.6.12" - -inherit kernel - -export ARCH="arm" - -KERNEL_IMAGETYPE = "uImage" - -do_configure() { - install -m 0644 ${WORKDIR}/defconfig ${S}/.config - ARCH=${ARCH} oe_runmake oldconfig -} -KERNEL_IMAGE_SYMLINK_NAME="vmlinux.UBoot" |