linux_2.6.39: Remove all traces from our layer

* Move the "defconfig" back to files/sysmocom-bsc/defconfig
* Remove the linux_2.6.39 recipe
This commit is contained in:
Holger Hans Peter Freyther 2015-04-13 17:01:19 +02:00
parent ad976e4eb3
commit e7a10f014d
4 changed files with 898 additions and 3786 deletions

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -21,9 +21,6 @@ PV = "${LINUX_VERSION}+git${SRCPV}"
SRC_URI = "git://git.sysmocom.de/sysmo-bts/linux.git;protocol=git;branch=linux-3.10.50 \
file://defconfig"
# tmp disabled.. patch needs to be rebased for 3.10
# file://mISDN_loop.patch;patch=1
S = "${WORKDIR}/git"
COMPATIBLE_MACHINE = "(sysmobts-v1|sysmobts-v2|sysmocom-bsc)"

View File

@ -1,20 +0,0 @@
inherit kernel
require linux-sysmocom.inc
LINUX_VERSION ?= "${PV}"
PR = "r15"
SRC_URI = "${KERNELORG_MIRROR}/linux/kernel/v2.6/linux-${PV}.tar.bz2 \
ftp://ftp.servus.at/linux-kernel/patch-2.6.39.4.bz2;apply=yes;name=stablepatch \
file://mISDN_loop.patch \
file://defconfig"
COMPATIBLE_MACHINE = "(sysmocom-bsc)"
require linux-tools.inc
do_configure() {
install -m 0644 ${WORKDIR}/defconfig ${S}/.config
oe_runmake oldconfig
}