Re: #av1 #armv6 #raspberrypi #neon
#av1
#armv6
#raspberrypi
#neon
can you try adding
EXTRA_OECMAKE += "-DHAVE_NEON=0" and see if that helps ? for whatever reason set_aom_detect_var is enabling it where as default should be 0 On Thu, Feb 18, 2021 at 10:42 AM safouane maaloul <maaloulsafouane@...> wrote:
|
|
Re: #av1 #armv6 #raspberrypi #neon
#av1
#armv6
#raspberrypi
#neon
safouane maaloul
I succed in removing callconvention-hard from TUNE_FEATURES ? But i have the same problem. I am pretty sure that i get get it working if i add neon to the TUNE_FEATURES. Something like this TUNE_FEATURES= "arm armv6 vfp arm1176jzfs callconvention-hard neon". But I can't do it with armv6. I have to use raspberrypi zero w so i have to make it work with armv6. I know that i can make it work with armv7 and armv8. I have error like this : | In file included from /workdir/tep-cam-rpi-yocto/rpi-build-gatesgarth/tmp/work/arm1176jzfshf-vfp-poky-linux-gnueabi/aom/2.0.0-r0/git/av1/encoder/arm/neon/quantize_neon.c:20: | /workdir/tep-cam-rpi-yocto/rpi-build-gatesgarth/tmp/work/arm1176jzfshf-vfp-poky-linux-gnueabi/aom/2.0.0-r0/git/av1/common/arm/mem_neon.h:528:24: note: called from here | 528 | const int16x4_t s1 = vmovn_s32(v1); | | ^~~~~~~~~~~~~ | In file included from /workdir/tep-cam-rpi-yocto/rpi-build-gatesgarth/tmp/work/arm1176jzfshf-vfp-poky-linux-gnueabi/aom/2.0.0-r0/git/av1/encoder/arm/neon/quantize_neon.c:12: | /workdir/tep-cam-rpi-yocto/rpi-build-gatesgarth/tmp/work/arm1176jzfshf-vfp-poky-linux-gnueabi/aom/2.0.0-r0/recipe-sysroot-native/usr/lib/arm-poky-linux-gnueabi/gcc/arm-poky-linux-gnueabi/10.2.0/include/arm_neon.h:7556:1: error: inlining failed in call to 'always_inline' 'vmovn_s32': target specific option mismatch | 7556 | vmovn_s32 (int32x4_t __a) | | ^~~~~~~~~ So i am sure i have to add the neon feature so i appreciate it if someone can help me. I didn't find a workaround this problem on the internet. Best regards, Safouane
Le jeu. 18 févr. 2021 à 18:00, Zoran Stojsavljevic <zoran.stojsavljevic@...> a écrit : https://yocto.yoctoproject.narkive.com/Wle40I09/gcc-on-arm --
SAFOUANE MAALOUL
|
|
Re: [meta-selinux][PATCH] remove obsolete e2fsprogs bbappend
On 2021-02-08 1:32 a.m., hongxu wrote:
Since oe-core commit [f51835e022 e2fsprogs: upgrade 1.45.6 -> 1.45.7] applied,Ping Joe... ../Randy --- -- # Randy MacLeod # Wind River Linux
|
|
Re: #av1 #armv6 #raspberrypi #neon
#av1
#armv6
#raspberrypi
#neon
Zoran
https://yocto.yoctoproject.narkive.com/Wle40I09/gcc-on-arm
https://www.yoctoproject.org/docs/current/mega-manual/mega-manual.html#var-TUNE_FEATURES https://www.yoctoproject.org/docs/current/mega-manual/mega-manual.html#var-AVAILTUNES Zee _______ On Thu, Feb 18, 2021 at 3:28 PM safouane maaloul <maaloulsafouane@...> wrote:
|
|
Re: #av1 #armv6 #raspberrypi #neon
#av1
#armv6
#raspberrypi
#neon
safouane maaloul
Yes I will check it. Do you know how to remove callconvention-hard from TUNE_FEATURES ? Best regards, Safouane
Le jeu. 18 févr. 2021 à 14:52, Zoran Stojsavljevic <zoran.stojsavljevic@...> a écrit : > TUNE_FEATURES = "arm armv6 vfp arm1176jzfs callconvention-hard" --
SAFOUANE MAALOUL
|
|
Re: [qa-build-notification] [yocto] QA notification for completed autobuilder build (yocto-3.2.2.rc1)
Richard Purdie
On Thu, 2021-02-18 at 14:58 +0100, Yann Dirson wrote:
Not expected but we worked it out. There is a patch from Ross on this list which fixes the issue in yocto-autobuilder2. For the purposes of the release I'm thinking we should rerun the meta-arm tests and swap in the gatesgarth revision. Copying Vineela/Michael so they know about the issue. Cheers, Richard
|
|
Re: QA notification for completed autobuilder build (yocto-3.2.2.rc1)
Yann Dirson
Le mar. 16 févr. 2021 à 18:43, Pokybuild User <pokybuild@...> a écrit :
Is it expected that the noted meta-arm sha1 is on branch "master" and not "gatesgarth" ?
|
|
Re: #av1 #armv6 #raspberrypi #neon
#av1
#armv6
#raspberrypi
#neon
Zoran
TUNE_FEATURES = "arm armv6 vfp arm1176jzfs callconvention-hard"Here is an interesting reading for you, for me also: https://www.yoctoproject.org/pipermail/meta-xilinx/2015-July/001060.html What I am getting from this reading is that you need to try with the following line: TUNE_FEATURES = "arm armv6 vfp arm1176jzfs" I guess, YOCTO people have not too much experience with armv6, nor me, but this should be (I hope) generic. Hope this helps. Zoran _______ On Thu, Feb 18, 2021 at 12:44 PM safouane maaloul <maaloulsafouane@...> wrote:
|
|
Re: Keep .bbappend for older Yocto version
Jonas Vautherin
It does help, yes! Thanks a lot!
On Thu, 18 Feb 2021, 12:24 , <Mikko.Rapeli@...> wrote: Hi,
|
|
Re: #av1 #armv6 #raspberrypi #neon
#av1
#armv6
#raspberrypi
#neon
safouane maaloul
Le jeu. 18 févr. 2021 à 12:44, safouane maaloul <maaloulsafouane@...> a écrit :
SAFOUANE MAALOUL
|
|
Re: #av1 #armv6 #raspberrypi #neon
#av1
#armv6
#raspberrypi
#neon
safouane maaloul
Le mer. 17 févr. 2021 à 13:18, safouane maaloul <maaloulsafouane@...> a écrit :
SAFOUANE MAALOUL
|
|
[meta-zephyr][PATCH 2/2] zephyr-kernel-src.inc: set default preferred version to 2.5.0
Naveen Saini
Signed-off-by: Naveen Saini <naveen.kumar.saini@...>
--- recipes-kernel/zephyr-kernel/zephyr-kernel-src.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-kernel/zephyr-kernel/zephyr-kernel-src.inc b/recipes-kernel/zephyr-kernel/zephyr-kernel-src.inc index 2dcde74..39cbc10 100644 --- a/recipes-kernel/zephyr-kernel/zephyr-kernel-src.inc +++ b/recipes-kernel/zephyr-kernel/zephyr-kernel-src.inc @@ -2,7 +2,7 @@ LICENSE = "Apache-2.0" LIC_FILES_CHKSUM = "file://LICENSE;md5=fa818a259cbed7ce8bc2a22d35a464fc" # Default to a stable version -PREFERRED_VERSION_zephyr-kernel ??= "2.4.0" +PREFERRED_VERSION_zephyr-kernel ??= "2.5.0" include zephyr-kernel-src-${PREFERRED_VERSION_zephyr-kernel}.inc inherit cmake -- 2.17.1
|
|
[meta-zephyr][PATCH 1/2] zephyr: upgrade 2.5.0-rc4 -> 2.5.0
Naveen Saini
Release notes:
https://github.com/zephyrproject-rtos/zephyr/releases/tag/zephyr-v2.5.0 Signed-off-by: Naveen Saini <naveen.kumar.saini@...> --- ...r-kernel-src-2.5.0-rc4.inc => zephyr-kernel-src-2.5.0.inc} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename recipes-kernel/zephyr-kernel/{zephyr-kernel-src-2.5.0-rc4.inc => zephyr-kernel-src-2.5.0.inc} (82%) diff --git a/recipes-kernel/zephyr-kernel/zephyr-kernel-src-2.5.0-rc4.inc b/recipes-kernel/zephyr-kernel/zephyr-kernel-src-2.5.0.inc similarity index 82% rename from recipes-kernel/zephyr-kernel/zephyr-kernel-src-2.5.0-rc4.inc rename to recipes-kernel/zephyr-kernel/zephyr-kernel-src-2.5.0.inc index b8aa4dc..6350d86 100644 --- a/recipes-kernel/zephyr-kernel/zephyr-kernel-src-2.5.0-rc4.inc +++ b/recipes-kernel/zephyr-kernel/zephyr-kernel-src-2.5.0.inc @@ -1,5 +1,5 @@ SRCREV_FORMAT = "default_cmsis" -SRCREV_default = "v2.5.0-rc4" +SRCREV_default = "fe7c2efca800a0cf1bccf23aefe08b3c4beb88bf" SRCREV_cmsis = "c3bd2094f92d574377f7af2aec147ae181aa5f8e" SRCREV_nordic = "f3434da6446380fcdd426dbe2866af21d0d549b6" SRCREV_stm32 = "cc8731dba4fd9c57d7fe8ea6149828b89c2bd635" @@ -7,4 +7,4 @@ SRCREV_open-amp = "de1b85a13032a2de1d8b6695ae5f800b613e739d" SRCREV_libmetal = "9d4ee2c3cfd5f49861939447990f3b7d7bf9bf94" SRCREV_tinycrypt = "3e9a49d2672ec01435ffbf0d788db6d95ef28de0" -PV = "2.5.0-rc4+git${SRCPV}" +PV = "2.5.0+git${SRCPV}" -- 2.17.1
|
|
Re: QA notification for completed autobuilder build (yocto-3.2.2.rc1)
Sangeeta Jain
Hi all,
toggle quoted messageShow quoted text
Intel and WR YP QA is planning for QA execution for YP build yocto-3.2.2.rc1. We are planning to execute following tests for this cycle: OEQA-manual tests for following module: 1. OE-Core 2. BSP-hw Runtime auto test for following platforms: 1. MinnowTurbot 32-bit 2. Coffee Lake 3. NUC 7 4. NUC 6 5. Edgerouter 6. Beaglebone ETA for completion is next Monday, February 22. Thanks, Sangeeta
-----Original Message-----
|
|
[PATCH yocto-autobuilder2] schedulers: add appropriate meta-arm branches to the release selector
Ross Burton <ross@...>
Signed-off-by: Ross Burton <ross.burton@...>
--- schedulers.py | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/schedulers.py b/schedulers.py index dbf72c9..8479290 100644 --- a/schedulers.py +++ b/schedulers.py @@ -175,6 +175,7 @@ def parent_scheduler(target): 'branch': 'master', 'branch_poky': 'master', 'branch_bitbake': 'master', + 'branch_meta-arm': 'master', 'branch_meta-gplv2': 'master', 'branch_meta-intel': 'master', 'branch_meta-mingw': 'master', @@ -184,6 +185,7 @@ def parent_scheduler(target): 'branch': 'master', 'branch_poky': 'master-next', 'branch_bitbake': 'master-next', + 'branch_meta-arm': 'master', 'branch_meta-gplv2': 'master', 'branch_meta-intel': 'master', 'branch_meta-mingw': 'master', @@ -194,6 +196,7 @@ def parent_scheduler(target): 'branch_poky': 'ross/mut', 'repo_poky': 'git://git.yoctoproject.org/poky-contrib', 'branch_bitbake': 'master', + 'branch_meta-arm': 'master', 'branch_meta-gplv2': 'master', 'branch_meta-intel': 'master', 'branch_meta-mingw': 'master', @@ -203,6 +206,7 @@ def parent_scheduler(target): 'branch': 'gatesgarth', 'branch_poky': 'gatesgarth', 'branch_bitbake': '1.48', + 'branch_meta-arm': 'gatesgarth', 'branch_meta-gplv2': 'gatesgarth', 'branch_meta-intel': 'gatesgarth', 'branch_meta-mingw': 'gatesgarth', @@ -212,6 +216,7 @@ def parent_scheduler(target): 'branch': 'dunfell', 'branch_poky': 'dunfell', 'branch_bitbake': '1.46', + 'branch_meta-arm': 'dunfell', 'branch_meta-gplv2': 'dunfell', 'branch_meta-intel': 'dunfell', 'branch_meta-mingw': 'dunfell', --=20 2.25.1
|
|
[PATCH yocto-autobuilder-helper] config: build and test SDKs when using package_deb
Ross Burton <ross@...>
Signed-off-by: Ross Burton <ross.burton@...>
--- config.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config.json b/config.json index ea2d86b..3286e57 100644 --- a/config.json +++ b/config.json @@ -580,8 +580,8 @@ "pkgman-deb-non-deb" : { "MACHINE" : "qemux86", "PACKAGE_CLASSES" : "package_deb", - "BBTARGETS" : "core-image-sato core-image-sato-dev core-imag= e-sato-sdk core-image-minimal core-image-minimal-dev", - "SANITYTARGETS" : "core-image-minimal:do_testimage core-imag= e-sato:do_testimage core-image-sato-sdk:do_testimage" + "BBTARGETS" : "core-image-sato core-image-sato-dev core-imag= e-sato-sdk core-image-minimal core-image-minimal-dev core-image-sato:do_p= opulate_sdk", + "SANITYTARGETS" : "core-image-minimal:do_testimage core-imag= e-sato:do_testimage core-image-sato-sdk:do_testimage core-image-sato:do_t= estsdk" }, "pkgman-non-rpm" : { "MACHINE" : "qemux86", --=20 2.25.1
|
|
changing root password in readonly rootfs
Marek Belisko
Hi,
does anybody know if there is a way to have possibility to change root pwd when readonly rootfs is used? I've added shadow package + overlay /ect/shadow + /etc/passwd but chpasswd complains and changis is not possible. Thanks and BR, marek -- as simple and primitive as possible ------------------------------------------------- Marek Belisko - OPEN-NANDRA Freelance Developer Ruska Nova Ves 219 | Presov, 08005 Slovak Republic Tel: +421 915 052 184 skype: marekwhite twitter: #opennandra web: http://open-nandra.com
|
|
Re: Regarding Mender integration
U RAVI KUMAR <uppadaravi2511@...>
HI robert, Thank you very much for your response. Regards, RAVI_UPPADA
On Wed, Feb 17, 2021 at 2:21 PM Robert Berger@... <robert.berger.yocto.user@...> wrote: Hi,
|
|
Re: [meta-security] [PATCH 0/5] Some fixes for IMA/EVM
Dmitry Baryshkov
I suppose, patch 3 can be split into logical chunks.
toggle quoted messageShow quoted text
Other patches are: Reviewed-by: Dmitry Baryshkov <dmitry.baryshkov@...> ср, 17 февр. 2021 г. в 17:09, Ming Liu <liu.ming50@...>:
--
With best wishes Dmitry
|
|
[meta-security] [PATCH 5/5] ima-evm-rootfs.bbclass: avoid generating /etc/fstab for wic
Ming Liu <liu.ming50@...>
From: Ming Liu <liu.ming50@...>
Or else wic will fail without "--no-fstab-update" option. Signed-off-by: Ming Liu <liu.ming50@...> --- meta-integrity/classes/ima-evm-rootfs.bbclass | 3 +++ 1 file changed, 3 insertions(+) diff --git a/meta-integrity/classes/ima-evm-rootfs.bbclass b/meta-integrity/classes/ima-evm-rootfs.bbclass index 4359af0..0acd6e7 100644 --- a/meta-integrity/classes/ima-evm-rootfs.bbclass +++ b/meta-integrity/classes/ima-evm-rootfs.bbclass @@ -28,6 +28,9 @@ IMA_EVM_ROOTFS_HASHED ?= ". -depth 0 -false" # the iversion flags (needed by IMA when allowing writing). IMA_EVM_ROOTFS_IVERSION ?= "" +# Avoid re-generating fstab when ima is enabled. +WIC_CREATE_EXTRA_ARGS_append = "${@bb.utils.contains('DISTRO_FEATURES', 'ima', ' --no-fstab-update', '', d)}" + ima_evm_sign_rootfs () { cd ${IMAGE_ROOTFS} -- 2.29.0
|
|