From 822cebf2a935db8588e9b0827e9241da86b91a7a Mon Sep 17 00:00:00 2001 From: Tim 'timtim' Ellis Date: Wed, 11 Feb 2009 00:17:31 +0000 Subject: checksums.ini: Add linux patch-2.6.28.4 --- packages/linux/linux-linkstationppc_2.6.28.4.bb | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 packages/linux/linux-linkstationppc_2.6.28.4.bb (limited to 'packages/linux/linux-linkstationppc_2.6.28.4.bb') diff --git a/packages/linux/linux-linkstationppc_2.6.28.4.bb b/packages/linux/linux-linkstationppc_2.6.28.4.bb new file mode 100644 index 0000000000..e64b2aca56 --- /dev/null +++ b/packages/linux/linux-linkstationppc_2.6.28.4.bb @@ -0,0 +1,23 @@ +DESCRIPTION = "Linux Kernel for the Buffalo Linkstation HD/HG" +SECTION = "kernel" +LICENSE = "GPL" +PR = "r3" + +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://fw-and-powerpc-install.patch;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 +} -- cgit v1.2.3 From 4a9452f98343ed595726d7a8eeac3cc28ebb6f2d Mon Sep 17 00:00:00 2001 From: Tim 'timtim' Ellis Date: Wed, 11 Feb 2009 00:22:20 +0000 Subject: linux-linkstationppc: Fix last commit, 2.6.27.10 => 2.6.28.4, add usb webcam modules --- packages/linux/linux-linkstationppc_2.6.28.4.bb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'packages/linux/linux-linkstationppc_2.6.28.4.bb') diff --git a/packages/linux/linux-linkstationppc_2.6.28.4.bb b/packages/linux/linux-linkstationppc_2.6.28.4.bb index e64b2aca56..3c15d78e42 100644 --- a/packages/linux/linux-linkstationppc_2.6.28.4.bb +++ b/packages/linux/linux-linkstationppc_2.6.28.4.bb @@ -1,17 +1,17 @@ DESCRIPTION = "Linux Kernel for the Buffalo Linkstation HD/HG" SECTION = "kernel" LICENSE = "GPL" -PR = "r3" +PR = "r0" 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 \ +SRC_URI = "${KERNELORG_MIRROR}/pub/linux/kernel/v2.6/linux-2.6.28.tar.bz2 \ ${KERNELORG_MIRROR}/pub/linux/kernel/v2.6/patch-${PV}.gz;patch=1 \ file://fw-and-powerpc-install.patch;patch=1 \ file://defconfig \ " -S = "${WORKDIR}/linux-2.6.27" +S = "${WORKDIR}/linux-2.6.28" require linux.inc -- cgit v1.2.3