diff options
author | 2015-10-30 15:48:47 +0900 | |
---|---|---|
committer | 2015-11-10 20:52:53 +0900 | |
commit | dc4f2ca503db4c51b2a4d670e1b4d8d4c709793e (patch) | |
tree | a88fe8f3020a62a94e1ee26c5c9c11784829f54b | |
parent | eb88be10944f7f8be31c350f19f074d0f78d2976 (diff) | |
download | meta-ivi-dc4f2ca503db4c51b2a4d670e1b4d8d4c709793e.tar.gz meta-ivi-dc4f2ca503db4c51b2a4d670e1b4d8d4c709793e.tar.bz2 meta-ivi-dc4f2ca503db4c51b2a4d670e1b4d8d4c709793e.zip |
mesa: move bbappend from meta-ivi to meta-ivi-bsp
Choosing the graphics driver should be BSP specific, and
for weston it is already done inside meta-ivi-bsp.
Signed-off-by: Frederico Cadete <frederico.cadete@awtce.be>
Signed-off-by: Yong-iL Joh <yong-il.joh@windriver.com>
-rw-r--r-- | meta-ivi-bsp/recipes-graphics/mesa/mesa/README.gallium (renamed from meta-ivi/recipes-graphics/mesa/mesa/README.gallium) | 0 | ||||
-rw-r--r-- | meta-ivi-bsp/recipes-graphics/mesa/mesa/revert-363b53f00069af718f64cf047f19ad5681a8bf6d.patch (renamed from meta-ivi/recipes-graphics/mesa/mesa/revert-363b53f00069af718f64cf047f19ad5681a8bf6d.patch) | 0 | ||||
-rw-r--r-- | meta-ivi-bsp/recipes-graphics/mesa/mesa/revert-c46c551c56f78c6bf9e63524c89478695fc4f525.patch (renamed from meta-ivi/recipes-graphics/mesa/mesa/revert-c46c551c56f78c6bf9e63524c89478695fc4f525.patch) | 0 | ||||
-rw-r--r-- | meta-ivi-bsp/recipes-graphics/mesa/mesa_10.4.%.bbappend (renamed from meta-ivi/recipes-graphics/mesa/mesa_10.%.bbappend) | 5 |
4 files changed, 2 insertions, 3 deletions
diff --git a/meta-ivi/recipes-graphics/mesa/mesa/README.gallium b/meta-ivi-bsp/recipes-graphics/mesa/mesa/README.gallium index 6bc7787..6bc7787 100644 --- a/meta-ivi/recipes-graphics/mesa/mesa/README.gallium +++ b/meta-ivi-bsp/recipes-graphics/mesa/mesa/README.gallium diff --git a/meta-ivi/recipes-graphics/mesa/mesa/revert-363b53f00069af718f64cf047f19ad5681a8bf6d.patch b/meta-ivi-bsp/recipes-graphics/mesa/mesa/revert-363b53f00069af718f64cf047f19ad5681a8bf6d.patch index 3c91cc5..3c91cc5 100644 --- a/meta-ivi/recipes-graphics/mesa/mesa/revert-363b53f00069af718f64cf047f19ad5681a8bf6d.patch +++ b/meta-ivi-bsp/recipes-graphics/mesa/mesa/revert-363b53f00069af718f64cf047f19ad5681a8bf6d.patch diff --git a/meta-ivi/recipes-graphics/mesa/mesa/revert-c46c551c56f78c6bf9e63524c89478695fc4f525.patch b/meta-ivi-bsp/recipes-graphics/mesa/mesa/revert-c46c551c56f78c6bf9e63524c89478695fc4f525.patch index b417249..b417249 100644 --- a/meta-ivi/recipes-graphics/mesa/mesa/revert-c46c551c56f78c6bf9e63524c89478695fc4f525.patch +++ b/meta-ivi-bsp/recipes-graphics/mesa/mesa/revert-c46c551c56f78c6bf9e63524c89478695fc4f525.patch diff --git a/meta-ivi/recipes-graphics/mesa/mesa_10.%.bbappend b/meta-ivi-bsp/recipes-graphics/mesa/mesa_10.4.%.bbappend index 72c2b6f..7ae6b8b 100644 --- a/meta-ivi/recipes-graphics/mesa/mesa_10.%.bbappend +++ b/meta-ivi-bsp/recipes-graphics/mesa/mesa_10.4.%.bbappend @@ -8,13 +8,12 @@ PACKAGES =+ " \ " FILESEXTRAPATHS_append := "${THISDIR}/${PN}" -SRC_URI_append = " \ - file://revert-c46c551c56f78c6bf9e63524c89478695fc4f525.patch \ - " SRC_URI_append_qemux86 = " \ + file://revert-c46c551c56f78c6bf9e63524c89478695fc4f525.patch \ file://revert-363b53f00069af718f64cf047f19ad5681a8bf6d.patch \ " SRC_URI_append_qemux86-64 = " \ + file://revert-c46c551c56f78c6bf9e63524c89478695fc4f525.patch \ file://revert-363b53f00069af718f64cf047f19ad5681a8bf6d.patch \ " |