mirror of
git://git.yoctoproject.org/poky
synced 2026-08-13 11:02:47 +00:00
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:
parent
fa1dde28af
commit
0982068581
1389
meta/packages/linux/linux-x86-2.6.11.6/defconfig
vendored
1389
meta/packages/linux/linux-x86-2.6.11.6/defconfig
vendored
File diff suppressed because it is too large
Load Diff
@ -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
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user