]> code.ossystems Code Review - openembedded-core.git/commitdiff
linux-wrs: remove external x86 config fragment
authorBruce Ashfield <bruce.ashfield@windriver.com>
Tue, 12 Oct 2010 02:20:01 +0000 (22:20 -0400)
committerSaul Wold <Saul.Wold@intel.com>
Thu, 14 Oct 2010 04:38:51 +0000 (21:38 -0700)
[BUGID #363]

Integrate the x86 gfx options into the existing x86 graphics
options for the common_pc and common_pc_64 boards.

Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
meta/conf/distro/include/poky-default-revisions.inc
meta/recipes-kernel/linux/linux-wrs/x86-wrs.cfg [deleted file]
meta/recipes-kernel/linux/linux-wrs_git.bb

index af5b2d376e3d92c414a26b08884b3c11ae3978fa..3a207478845451a62d7811daa7aa87e261e2f52b 100644 (file)
@@ -92,7 +92,7 @@ SRCREV_machine_pn-linux-wrs_atom-pc ?= "0431115c9d720fee5bb105f6a7411efb4f851d26
 SRCREV_machine_pn-linux-wrs_routerstationpro ?= "0431115c9d720fee5bb105f6a7411efb4f851d26"
 SRCREV_machine_pn-linux-wrs_mpc8315e-rdb ?= "0431115c9d720fee5bb105f6a7411efb4f851d26"
 SRCREV_machine_pn-linux-wrs_beagleboard ?= "0431115c9d720fee5bb105f6a7411efb4f851d26"
-SRCREV_meta_pn-linux-wrs ?= "134a33e3a43579114ca5263e34c18a5d6854d085"
+SRCREV_meta_pn-linux-wrs ?= "9d46ade6a1c073f63d918ad6ceb1f5c268e2a91d"
 SRCREV_pn-linux-libc-headers-wrs ??= "09a39c638dd65dc27c549c119abe1af2631b2ae0"
 SRCREV_pn-matchbox-config-gtk ??= "2081"
 SRCREV_pn-matchbox-desktop-sato ??= "76"
diff --git a/meta/recipes-kernel/linux/linux-wrs/x86-wrs.cfg b/meta/recipes-kernel/linux/linux-wrs/x86-wrs.cfg
deleted file mode 100644 (file)
index da4f00a..0000000
+++ /dev/null
@@ -1,2 +0,0 @@
-CONFIG_FB_UVESA=m
-CONFIG_FRAMEBUFFER_CONSOLE=y
index ddc8d3bdce3e60b48ca903e8f54774318df76f02..4178f4b1713602b46737d55dd8c6eed4438db744 100644 (file)
@@ -16,8 +16,6 @@ SRC_URI = "git://git.pokylinux.org/linux-2.6-windriver.git;protocol=git;fullclon
 SRC_URI_append_atom-pc = "\
            file://i915.cfg \
            file://8250.cfg"
-SRC_URI_append_qemux86 = " file://x86-wrs.cfg"
-SRC_URI_append_qemux86-64 = " file://x86-wrs.cfg"
            
 WRMACHINE = "${MACHINE}"
 WRMACHINE_qemux86  = "common_pc"