diff options
author | Zubair Lutfullah Kakakhel <Zubair.Kakakhel@imgtec.com> | 2016-09-02 17:01:40 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-09-05 11:55:50 +0100 |
commit | d7ef5e14ab1f31b0dc34b6e5965ae783b063ecbb (patch) | |
tree | 02f29940929736abc80606cb6ec6f86aaa376789 /meta/recipes-core/packagegroups | |
parent | 33a3f2be1e84421efb0cb0f5a6f3a09b868f6931 (diff) | |
download | openembedded-core-d7ef5e14ab1f31b0dc34b6e5965ae783b063ecbb.tar.gz openembedded-core-d7ef5e14ab1f31b0dc34b6e5965ae783b063ecbb.tar.bz2 openembedded-core-d7ef5e14ab1f31b0dc34b6e5965ae783b063ecbb.zip |
packagegroup: Disable packages not available on mipsel
These are not available on mipsel yet so disable them
Signed-off-by: Zubair Lutfullah Kakakhel <Zubair.Kakakhel@imgtec.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core/packagegroups')
-rw-r--r-- | meta/recipes-core/packagegroups/packagegroup-core-tools-profile.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-core/packagegroups/packagegroup-core-tools-profile.bb b/meta/recipes-core/packagegroups/packagegroup-core-tools-profile.bb index 55e9c6f9c8..dd9844504b 100644 --- a/meta/recipes-core/packagegroups/packagegroup-core-tools-profile.bb +++ b/meta/recipes-core/packagegroups/packagegroup-core-tools-profile.bb @@ -37,6 +37,7 @@ SYSTEMTAP = "systemtap" SYSTEMTAP_libc-uclibc = "" SYSTEMTAP_libc-musl = "" SYSTEMTAP_mips = "" +SYSTEMTAP_mipsel = "" SYSTEMTAP_mips64 = "" SYSTEMTAP_mips64n32 = "" SYSTEMTAP_nios2 = "" @@ -65,6 +66,7 @@ VALGRIND = "valgrind" VALGRIND_libc-uclibc = "" VALGRIND_libc-musl = "" VALGRIND_mips = "" +VALGRIND_mipsel = "" VALGRIND_mips64 = "" VALGRIND_mips64n32 = "" VALGRIND_nios2 = "" |