Remove unneeded linux-x86

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@635 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
Richard Purdie 2006-08-24 08:57:29 +00:00
parent fa1dde28af
commit 0982068581
2 changed files with 0 additions and 1408 deletions

File diff suppressed because it is too large Load Diff

View File

@ -1,19 +0,0 @@
DESCRIPTION = "Linux Kernel for x86 compatible machines"
SECTION = "kernel"
LICENSE = "GPL"
PR = "r1"
SRC_URI = "ftp://ftp.kernel.org/pub/linux/kernel/v2.6/linux-${PV}.tar.bz2 \
file://defconfig"
S = "${WORKDIR}/linux-${PV}"
inherit kernel
COMPATIBLE_HOST = "i.86.*-linux"
KERNEL_IMAGETYPE = "bzImage"
do_configure_prepend() {
install -m 0644 ${WORKDIR}/defconfig ${S}/.config
}