diff options
| -rw-r--r-- | meta/recipes-kernel/linux/linux-wrs/i915.cfg | 18 | ||||
| -rw-r--r-- | meta/recipes-kernel/linux/linux-wrs_git.bb | 8 |
2 files changed, 24 insertions, 2 deletions
diff --git a/meta/recipes-kernel/linux/linux-wrs/i915.cfg b/meta/recipes-kernel/linux/linux-wrs/i915.cfg new file mode 100644 index 0000000000..b20d9ab8fe --- /dev/null +++ b/meta/recipes-kernel/linux/linux-wrs/i915.cfg | |||
| @@ -0,0 +1,18 @@ | |||
| 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 | |||
diff --git a/meta/recipes-kernel/linux/linux-wrs_git.bb b/meta/recipes-kernel/linux/linux-wrs_git.bb index 9d0f613c9e..cd3e064504 100644 --- a/meta/recipes-kernel/linux/linux-wrs_git.bb +++ b/meta/recipes-kernel/linux/linux-wrs_git.bb | |||
| @@ -12,6 +12,9 @@ PV = "2.6.34+git${SRCPV}" | |||
| 12 | # SRC_URI = "git://///path/to/kernel/default_kernel.git;fullclone=1" | 12 | # SRC_URI = "git://///path/to/kernel/default_kernel.git;fullclone=1" |
| 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 | |||
| 16 | SRC_URI_append_atom-pc = "\ | ||
| 17 | file://i915.cfg" | ||
| 15 | 18 | ||
| 16 | WRMACHINE = "${MACHINE}" | 19 | WRMACHINE = "${MACHINE}" |
| 17 | WRMACHINE_qemux86 = "common_pc" | 20 | WRMACHINE_qemux86 = "common_pc" |
| @@ -19,12 +22,13 @@ WRMACHINE_qemux86-64 = "common_pc_64" | |||
| 19 | WRMACHINE_qemuppc = "qemu_ppc32" | 22 | WRMACHINE_qemuppc = "qemu_ppc32" |
| 20 | WRMACHINE_qemumips = "mti_malta32_be" | 23 | WRMACHINE_qemumips = "mti_malta32_be" |
| 21 | WRMACHINE_qemuarm = "arm_versatile_926ejs" | 24 | WRMACHINE_qemuarm = "arm_versatile_926ejs" |
| 25 | WRMACHINE_atom-pc = "common_pc" | ||
| 22 | 26 | ||
| 23 | COMPATIBLE_MACHINE = "(qemuarm|qemux86|qemuppc|qemumips|qemux86-64)" | 27 | COMPATIBLE_MACHINE = "(qemuarm|qemux86|qemuppc|qemumips|qemux86-64|atom-pc)" |
| 24 | 28 | ||
| 25 | LINUX_VERSION = "v2.6.34" | 29 | LINUX_VERSION = "v2.6.34" |
| 26 | LINUX_VERSION_EXTENSION = "-wr-${LINUX_KERNEL_TYPE}" | 30 | LINUX_VERSION_EXTENSION = "-wr-${LINUX_KERNEL_TYPE}" |
| 27 | PR = "r6" | 31 | PR = "r7" |
| 28 | 32 | ||
| 29 | S = "${WORKDIR}/linux" | 33 | S = "${WORKDIR}/linux" |
| 30 | B = "${WORKDIR}/linux-${WRMACHINE}-${LINUX_KERNEL_TYPE}-build" | 34 | B = "${WORKDIR}/linux-${WRMACHINE}-${LINUX_KERNEL_TYPE}-build" |
