My commit said "Add tuning for" but the f went missing after I created the patch using git format-patch -M -n1 -s --subject-prefix="meta-oe][PATCH". Not sure why.
-----Original Message----- From: openembedded-core@lists.openembedded.org <openembedded-core@lists.openembedded.org> On Behalf Of Jonathan Richardson via lists.openembedded.org Sent: Wednesday, September 23, 2020 3:31 PM To: openembedded-core@lists.openembedded.org Cc: Jonathan Richardson <jonathan.richard...@broadcom.com> Subject: [OE-core][PATCH 1/1] cortex-m0.inc: Add tuning for cortex-m0 Add tuning or ARM cortex-m0. Signed-off-by: Jonathan Richardson <jonathan.richard...@broadcom.com> --- meta/conf/machine/include/tune-cortex-m0.inc | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 meta/conf/machine/include/tune-cortex-m0.inc diff --git a/meta/conf/machine/include/tune-cortex-m0.inc b/meta/conf/machine/include/tune-cortex-m0.inc new file mode 100644 index 0000000000..a59c8af941 --- /dev/null +++ b/meta/conf/machine/include/tune-cortex-m0.inc @@ -0,0 +1,11 @@ +DEFAULTTUNE ?= "cortexm0" +require conf/machine/include/arm/arch-armv6m.inc + +TUNEVALID[cortexm0] = "Enable Cortex-M0 specific processor optimizations" +TUNE_CCARGS .= "${@bb.utils.contains('TUNE_FEATURES', 'cortexm0', ' -mcpu=cortex-m0', '', d)}" +AVAILTUNES += "cortexm0" + +ARMPKGARCH_tune-cortexm0 = "cortexm0" +TUNE_FEATURES_tune-cortexm0 = "${TUNE_FEATURES_tune-armv6m} cortexm0" + +PACKAGE_EXTRA_ARCHS_tune-cortexm0 = "${PACKAGE_EXTRA_ARCHS_tune-armv6m} cortexm0" -- 2.20.1
smime.p7s
Description: S/MIME Cryptographic Signature
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#142758): https://lists.openembedded.org/g/openembedded-core/message/142758 Mute This Topic: https://lists.openembedded.org/mt/77046167/21656 Group Owner: openembedded-core+ow...@lists.openembedded.org Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [arch...@mail-archive.com] -=-=-=-=-=-=-=-=-=-=-=-