diff options
author | Tim 'timtim' Ellis <tim.ellis@foonas.org> | 2009-01-21 23:47:25 +0000 |
---|---|---|
committer | Tim 'timtim' Ellis <tim.ellis@foonas.org> | 2009-01-21 23:47:25 +0000 |
commit | 0319c765a96eb72aa42257dcbc92d722bd5f1513 (patch) | |
tree | 787053828e1e23081305a113e3367eee17fc128f /packages/linux/linux-linkstationppc_2.6.27.10.bb | |
parent | bfa4d089bd1f3dd1ed095f18c9998c9c45080f77 (diff) |
linux-linkstationppc: Move from 2.6.21-rc5 to 2.6.27.10. Move to using deice tree stuff in linux.inc.
Diffstat (limited to 'packages/linux/linux-linkstationppc_2.6.27.10.bb')
-rw-r--r-- | packages/linux/linux-linkstationppc_2.6.27.10.bb | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/packages/linux/linux-linkstationppc_2.6.27.10.bb b/packages/linux/linux-linkstationppc_2.6.27.10.bb new file mode 100644 index 0000000000..998888a181 --- /dev/null +++ b/packages/linux/linux-linkstationppc_2.6.27.10.bb @@ -0,0 +1,22 @@ +DESCRIPTION = "Linux Kernel for the Buffalo Linkstation HD/HG" +SECTION = "kernel" +LICENSE = "GPL" +PR = "r2" + +DEPENDS = "dtc-native u-boot-mkimage-native" +COMPATIBLE_MACHINE = "(lsppchd|lsppchg)" + +SRC_URI = "${KERNELORG_MIRROR}/pub/linux/kernel/v2.6/linux-2.6.27.tar.bz2 \ + ${KERNELORG_MIRROR}/pub/linux/kernel/v2.6/patch-${PV}.gz;patch=1 \ + file://defconfig \ + " +S = "${WORKDIR}/linux-2.6.27" + +require linux.inc + +export ARCH="powerpc" + +do_configure() { + install -m 0644 ${WORKDIR}/defconfig ${S}/.config + ARCH=${ARCH} oe_runmake oldconfig +} |