[oe-commits] [openembedded-core] 03/09: arch-armv5-dsp.inc: Check for dsp only to enable 'e' in package arches

git at git.openembedded.org git at git.openembedded.org
Mon Mar 18 23:40:02 UTC 2019


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

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

commit 1d6d5bb30a83f9136b7c33e297d48564ae61b50e
Author: Khem Raj <raj.khem at gmail.com>
AuthorDate: Thu Mar 14 22:06:51 2019 -0700

    arch-armv5-dsp.inc: Check for dsp only to enable 'e' in package arches
    
    armv5 is not a specific tune feature anymore, there is no need to check
    it, since having dsp will define if 'e' should be added or not
    
    Signed-off-by: Khem Raj <raj.khem at gmail.com>
    Cc: Peter Kjellerstedt <peter.kjellerstedt at axis.com>
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 meta/conf/machine/include/arm/arch-armv5-dsp.inc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/conf/machine/include/arm/arch-armv5-dsp.inc b/meta/conf/machine/include/arm/arch-armv5-dsp.inc
index 1f16085..d117af1 100644
--- a/meta/conf/machine/include/arm/arch-armv5-dsp.inc
+++ b/meta/conf/machine/include/arm/arch-armv5-dsp.inc
@@ -1,4 +1,4 @@
-ARMPKGSFX_DSP = "${@bb.utils.contains('TUNE_FEATURES', [ 'armv5', 'dsp' ], 'e', '', d)}"
+ARMPKGSFX_DSP = "${@bb.utils.contains('TUNE_FEATURES', [ 'dsp' ], 'e', '', d)}"
 TUNEVALID[dsp] = "ARM DSP functionality"
 
 require conf/machine/include/arm/arch-armv5.inc

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


More information about the Openembedded-commits mailing list