On 11/01/2023 12:11:49+0100, Alexandre Belloni wrote: > v1 has already been applied and you didn't specify what changed since > then. Can you rebase?
I'm mistaken, I'll handle this patch. > > On 10/01/2023 11:31:09+0800, leimaohui wrote: > > NEON is enabled for aarch64 by default, so, to ensure consistency with > > arm32, reference to libpng-1.6.38/configure, added > > enable_hardware_optimizations option for aarch64. > > > > Signed-off-by: Lei Maohui <[email protected]> > > --- > > meta/recipes-multimedia/libpng/libpng_1.6.39.bb | 4 +++- > > 1 file changed, 3 insertions(+), 1 deletion(-) > > > > diff --git a/meta/recipes-multimedia/libpng/libpng_1.6.39.bb > > b/meta/recipes-multimedia/libpng/libpng_1.6.39.bb > > index d9dcf37..a6c229f 100644 > > --- a/meta/recipes-multimedia/libpng/libpng_1.6.39.bb > > +++ b/meta/recipes-multimedia/libpng/libpng_1.6.39.bb > > @@ -22,7 +22,9 @@ BINCONFIG = "${bindir}/libpng-config > > ${bindir}/libpng16-config" > > inherit autotools binconfig-disabled pkgconfig > > > > # Work around missing symbols > > -EXTRA_OECONF:append:class-target = " ${@bb.utils.contains("TUNE_FEATURES", > > "neon", "--enable-arm-neon=on", "--enable-arm-neon=off", d)}" > > +ARMNEON = "${@bb.utils.contains("TUNE_FEATURES", "neon", > > "--enable-arm-neon=on", "--enable-arm-neon=off", d)}" > > +ARMNEON:aarch64 = "--enable-hardware-optimizations=on" > > +EXTRA_OECONF += "${ARMNEON}" > > > > PACKAGES =+ "${PN}-tools" > > > > -- > > 1.8.3.1 > > > > > > > > > > > > -- > Alexandre Belloni, co-owner and COO, Bootlin > Embedded Linux and Kernel engineering > https://bootlin.com -- Alexandre Belloni, co-owner and COO, Bootlin Embedded Linux and Kernel engineering https://bootlin.com
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#175731): https://lists.openembedded.org/g/openembedded-core/message/175731 Mute This Topic: https://lists.openembedded.org/mt/96170221/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
