diff options
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-kernel/linux/linux-wrs/8250.cfg | 7 | ||||
-rw-r--r-- | meta/recipes-kernel/linux/linux-wrs/i915.cfg | 18 | ||||
-rw-r--r-- | meta/recipes-kernel/linux/linux-wrs_git.bb | 8 |
3 files changed, 2 insertions, 31 deletions
diff --git a/meta/recipes-kernel/linux/linux-wrs/8250.cfg b/meta/recipes-kernel/linux/linux-wrs/8250.cfg deleted file mode 100644 index 5a1cf7a77e..0000000000 --- a/meta/recipes-kernel/linux/linux-wrs/8250.cfg +++ /dev/null | |||
@@ -1,7 +0,0 @@ | |||
1 | CONFIG_SERIAL_8250=y | ||
2 | CONFIG_SERIAL_8250_CONSOLE=y | ||
3 | CONFIG_SERIAL_8250_PCI=y | ||
4 | CONFIG_SERIAL_8250_NR_UARTS=4 | ||
5 | CONFIG_SERIAL_8250_RUNTIME_UARTS=4 | ||
6 | CONFIG_SERIAL_CORE=y | ||
7 | CONFIG_SERIAL_CORE_CONSOLE=y | ||
diff --git a/meta/recipes-kernel/linux/linux-wrs/i915.cfg b/meta/recipes-kernel/linux/linux-wrs/i915.cfg deleted file mode 100644 index 9b228225fb..0000000000 --- a/meta/recipes-kernel/linux/linux-wrs/i915.cfg +++ /dev/null | |||
@@ -1,18 +0,0 @@ | |||
1 | CONFIG_I2C=y | ||
2 | CONFIG_I2C_BOARDINFO=y | ||
3 | CONFIG_I2C_COMPAT=y | ||
4 | CONFIG_I2C_HELPER_AUTO=y | ||
5 | CONFIG_I2C_ALGOBIT=y | ||
6 | |||
7 | CONFIG_AGP=y | ||
8 | CONFIG_AGP_INTEL=y | ||
9 | CONFIG_DRM=y | ||
10 | CONFIG_DRM_KMS_HELPER=y | ||
11 | CONFIG_DRM_I915=y | ||
12 | CONFIG_DRM_I915_KMS=y | ||
13 | |||
14 | CONFIG_FB=y | ||
15 | CONFIG_FB_CFB_FILLRECT=y | ||
16 | CONFIG_FB_CFB_COPYAREA=y | ||
17 | CONFIG_FB_CFB_IMAGEBLIT=y | ||
18 | CONFIG_FRAMEBUFFER_CONSOLE=y | ||
diff --git a/meta/recipes-kernel/linux/linux-wrs_git.bb b/meta/recipes-kernel/linux/linux-wrs_git.bb index 4178f4b171..45c11505b3 100644 --- a/meta/recipes-kernel/linux/linux-wrs_git.bb +++ b/meta/recipes-kernel/linux/linux-wrs_git.bb | |||
@@ -13,17 +13,13 @@ PV = "2.6.34+git${SRCPV}" | |||
13 | SRC_URI = "git://git.pokylinux.org/linux-2.6-windriver.git;protocol=git;fullclone=1;branch=${WRMACHINE}-${LINUX_KERNEL_TYPE};name=machine \ | 13 | SRC_URI = "git://git.pokylinux.org/linux-2.6-windriver.git;protocol=git;fullclone=1;branch=${WRMACHINE}-${LINUX_KERNEL_TYPE};name=machine \ |
14 | git://git.pokylinux.org/linux-2.6-windriver.git;protocol=git;noclone=1;branch=wrs_meta;name=meta" | 14 | git://git.pokylinux.org/linux-2.6-windriver.git;protocol=git;noclone=1;branch=wrs_meta;name=meta" |
15 | 15 | ||
16 | SRC_URI_append_atom-pc = "\ | ||
17 | file://i915.cfg \ | ||
18 | file://8250.cfg" | ||
19 | |||
20 | WRMACHINE = "${MACHINE}" | 16 | WRMACHINE = "${MACHINE}" |
21 | WRMACHINE_qemux86 = "common_pc" | 17 | WRMACHINE_qemux86 = "common_pc" |
22 | WRMACHINE_qemux86-64 = "common_pc_64" | 18 | WRMACHINE_qemux86-64 = "common_pc_64" |
23 | WRMACHINE_qemuppc = "qemu_ppc32" | 19 | WRMACHINE_qemuppc = "qemu_ppc32" |
24 | WRMACHINE_qemumips = "mti_malta32_be" | 20 | WRMACHINE_qemumips = "mti_malta32_be" |
25 | WRMACHINE_qemuarm = "arm_versatile_926ejs" | 21 | WRMACHINE_qemuarm = "arm_versatile_926ejs" |
26 | WRMACHINE_atom-pc = "common_pc" | 22 | WRMACHINE_atom-pc = "atom-pc" |
27 | WRMACHINE_routerstationpro = "routerstationpro" | 23 | WRMACHINE_routerstationpro = "routerstationpro" |
28 | WRMACHINE_mpc8315e-rdb = "fsl-mpc8315e-rdb" | 24 | WRMACHINE_mpc8315e-rdb = "fsl-mpc8315e-rdb" |
29 | WRMACHINE_beagleboard = "beagleboard" | 25 | WRMACHINE_beagleboard = "beagleboard" |
@@ -32,7 +28,7 @@ COMPATIBLE_MACHINE = "(qemuarm|qemux86|qemuppc|qemumips|qemux86-64|atom-pc|route | |||
32 | 28 | ||
33 | LINUX_VERSION = "v2.6.34" | 29 | LINUX_VERSION = "v2.6.34" |
34 | LINUX_VERSION_EXTENSION = "-wr-${LINUX_KERNEL_TYPE}" | 30 | LINUX_VERSION_EXTENSION = "-wr-${LINUX_KERNEL_TYPE}" |
35 | PR = "r9" | 31 | PR = "r10" |
36 | 32 | ||
37 | S = "${WORKDIR}/linux" | 33 | S = "${WORKDIR}/linux" |
38 | B = "${WORKDIR}/linux-${WRMACHINE}-${LINUX_KERNEL_TYPE}-build" | 34 | B = "${WORKDIR}/linux-${WRMACHINE}-${LINUX_KERNEL_TYPE}-build" |