blob: 719c5eba6821a946297ed1bf882dfbc04a351f4e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
DESCRIPTION = "Linux 2.6 kernel for the AMD Geode GX processor"
LICENSE = "GPL"
require linux.inc
COMPATIBLE_MACHINE = "geodegx"
PR = "r0"
S = "${WORKDIR}/linux-${PV}"
DEFAULT_PREFERENCE = "-1"
DEFAULT_PREFERENCE_geodegx = "1"
SRC_URI = "${KERNELORG_MIRROR}/pub/linux/kernel/v2.6/linux-${PV}.tar.bz2 \
file://defconfig"
|