[oe-commits] [openembedded-core] 20/36: packagegroup-core-tools-testapps: Exclude gst-examples on riscv64

git at git.openembedded.org git at git.openembedded.org
Tue Sep 4 10:05:14 UTC 2018


This is an automated email from the git hooks/post-receive script.

rpurdie pushed a commit to branch master
in repository openembedded-core.

commit c86aa4beefb7882f5418b111b89433fb4ed45019
Author: Khem Raj <raj.khem at gmail.com>
AuthorDate: Wed Aug 29 20:55:37 2018 -0700

    packagegroup-core-tools-testapps: Exclude gst-examples on riscv64
    
    Signed-off-by: Khem Raj <raj.khem at gmail.com>
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 meta/recipes-core/packagegroups/packagegroup-core-tools-testapps.bb | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/meta/recipes-core/packagegroups/packagegroup-core-tools-testapps.bb b/meta/recipes-core/packagegroups/packagegroup-core-tools-testapps.bb
index a35f15e..6432198 100644
--- a/meta/recipes-core/packagegroups/packagegroup-core-tools-testapps.bb
+++ b/meta/recipes-core/packagegroups/packagegroup-core-tools-testapps.bb
@@ -17,6 +17,9 @@ KEXECTOOLS_microblaze ?= ""
 KEXECTOOLS_nios2 ?= ""
 KEXECTOOLS_riscv64 ?= ""
 
+GSTEXAMPLES ?= "gst-examples"
+GSTEXAMPLES_riscv64 = ""
+
 X11GLTOOLS = "\
     mesa-demos \
     "
@@ -26,7 +29,7 @@ X11GLTOOLS = "\
     "
 
 X11TOOLS = "\
-    gst-examples \
+    ${GSTEXAMPLES} \
     x11perf \
     xrestop \
     xwininfo \

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list