diff options
| author | Nitin A Kamble <nitin.a.kamble@intel.com> | 2013-01-16 14:51:03 -0800 |
|---|---|---|
| committer | Tom Zanussi <tom.zanussi@intel.com> | 2013-01-19 16:18:34 -0600 |
| commit | 01c6f60ae68b98968c8425493bfe7608fdf41bcc (patch) | |
| tree | 5d4ff882c479b6fbd90728f5473f85a1912bb698 /meta-emenlow/recipes-kernel | |
| parent | 417825f175d9f5c4a1b25d309323c6d809c98047 (diff) | |
| download | meta-intel-01c6f60ae68b98968c8425493bfe7608fdf41bcc.tar.gz | |
emenlow-noemgd: create a new BSP
This is based on the gma500/gma600 kernel driver and the
modesetting X driver for poulsbo graphics.
The gma500 driver needs soft cursor in X.
Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
Diffstat (limited to 'meta-emenlow/recipes-kernel')
| -rw-r--r-- | meta-emenlow/recipes-kernel/linux/linux-yocto_3.4.bbappend | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/meta-emenlow/recipes-kernel/linux/linux-yocto_3.4.bbappend b/meta-emenlow/recipes-kernel/linux/linux-yocto_3.4.bbappend index d0306bc7..d3700240 100644 --- a/meta-emenlow/recipes-kernel/linux/linux-yocto_3.4.bbappend +++ b/meta-emenlow/recipes-kernel/linux/linux-yocto_3.4.bbappend | |||
| @@ -5,5 +5,16 @@ KMACHINE_emenlow = "emenlow" | |||
| 5 | KBRANCH_emenlow = "standard/emenlow" | 5 | KBRANCH_emenlow = "standard/emenlow" |
| 6 | KERNEL_FEATURES_emenlow_append = " features/drm-emgd cfg/vesafb" | 6 | KERNEL_FEATURES_emenlow_append = " features/drm-emgd cfg/vesafb" |
| 7 | 7 | ||
| 8 | COMPATIBLE_MACHINE_emenlow-noemgd = "emenlow-noemgd" | ||
| 9 | KMACHINE_emenlow-noemgd = "emenlow" | ||
| 10 | KBRANCH_emenlow-noemgd = "standard/emenlow" | ||
| 11 | KERNEL_FEATURES_emenlow-noemgd_append = " features/drm-gma500/drm-gma600" | ||
| 12 | |||
| 8 | SRCREV_machine_pn-linux-yocto_emenlow ?= "${AUTOREV}" | 13 | SRCREV_machine_pn-linux-yocto_emenlow ?= "${AUTOREV}" |
| 9 | SRCREV_meta_pn-linux-yocto_emenlow ?= "${AUTOREV}" | 14 | SRCREV_meta_pn-linux-yocto_emenlow ?= "${AUTOREV}" |
| 15 | SRCREV_emgd_pn-linux-yocto_emenlow ?= "${AUTOREV}" | ||
| 16 | |||
| 17 | SRCREV_machine_pn-linux-yocto_emenlow-noemgd ?= "${AUTOREV}" | ||
| 18 | SRCREV_meta_pn-linux-yocto_emenlow-noemgd ?= "${AUTOREV}" | ||
| 19 | |||
| 20 | SRC_URI_emenlow = "git://git.yoctoproject.org/linux-yocto-3.4.git;protocol=git;nocheckout=1;branch=${KBRANCH},${KMETA},emgd-1.14;name=machine,meta,emgd" | ||
