diff options
Diffstat (limited to 'linux/linux-sun4cdm_2.6.8.1.oe')
| -rw-r--r-- | linux/linux-sun4cdm_2.6.8.1.oe | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/linux/linux-sun4cdm_2.6.8.1.oe b/linux/linux-sun4cdm_2.6.8.1.oe index e69de29bb2..c8c40ed7f1 100644 --- a/linux/linux-sun4cdm_2.6.8.1.oe +++ b/linux/linux-sun4cdm_2.6.8.1.oe @@ -0,0 +1,19 @@ +SECTION = "kernel" +DESCRIPTION = "Linux kernel for sparc32/sun4c" +LICENSE = "GPL" +PR = "r1" + +SRC_URI = "ftp://ftp.kernel.org/pub/linux/kernel/v2.6/linux-${PV}.tar.bz2 \ + file://sun4c_defconfig" +S = "${WORKDIR}/linux-${PV}" + +COMPATIBLE_HOST = 'sparc-linux' + +inherit kernel + +ARCH = "sparc" +KERNEL_IMAGETYPE = "image" + +do_configure_prepend() { + install -m 0644 ${WORKDIR}/sun4c_defconfig ${S}/.config +} |
