Re: [OE-core] [PATCH 1/6] libseccomp: move recipe from meta-security to core

2021-04-26 Thread Armin Kuster
On 4/25/21 5:10 PM, Khem Raj wrote: > On Sun, Apr 25, 2021 at 11:26 AM akuster808 wrote: >> >> >> On 4/24/21 3:16 PM, Khem Raj wrote: >>> riscv32 is not happy >> that is not supported by libseccomp per their supported arch list. I >> came across that yesterday. > I think the problem is when we e

Re: [OE-core] [PATCH 1/6] libseccomp: move recipe from meta-security to core

2021-04-25 Thread Khem Raj
On Sun, Apr 25, 2021 at 11:26 AM akuster808 wrote: > > > > On 4/24/21 3:16 PM, Khem Raj wrote: > > riscv32 is not happy > > that is not supported by libseccomp per their supported arch list. I > came across that yesterday. I think the problem is when we enable it by default in DISTRO_FEATURES per

Re: [OE-core] [PATCH 1/6] libseccomp: move recipe from meta-security to core

2021-04-25 Thread Armin Kuster
On 4/24/21 8:56 AM, Armin Kuster via lists.openembedded.org wrote: > ptest results: > Regression Test Summary > tests run: 1404 > tests skipped: 369 > tests passed: 1402 > tests failed: 2 > tests errored: 154 PtestĀ  on x86 musl with the patches in master-next many thanks to Richard and Khem

Re: [OE-core] [PATCH 1/6] libseccomp: move recipe from meta-security to core

2021-04-25 Thread Armin Kuster
On 4/24/21 8:46 PM, Khem Raj wrote: > musl/x86 apt fails Right. RP told me yesterday. I have been looking into it. I say your patch. thanks. -armin > > https://errors.yoctoproject.org/Errors/Details/577480/ > > On Sat, Apr 24, 2021 at 3:16 PM Khem Raj wrote: >> riscv32 is not happy >> >> ERRO

Re: [OE-core] [PATCH 1/6] libseccomp: move recipe from meta-security to core

2021-04-25 Thread Armin Kuster
On 4/24/21 3:16 PM, Khem Raj wrote: > riscv32 is not happy that is not supported by libseccomp per their supported arch list. I came across that yesterday. > > ERROR: Nothing PROVIDES 'libseccomp' (but > /home/jenkins/oe/world/yoe/sources/openembedded-core/meta/recipes-core/systemd/systemd_247.6

Re: [OE-core] [PATCH 1/6] libseccomp: move recipe from meta-security to core

2021-04-24 Thread Khem Raj
musl/x86 apt fails https://errors.yoctoproject.org/Errors/Details/577480/ On Sat, Apr 24, 2021 at 3:16 PM Khem Raj wrote: > > riscv32 is not happy > > ERROR: Nothing PROVIDES 'libseccomp' (but > /home/jenkins/oe/world/yoe/sources/openembedded-core/meta/recipes-core/systemd/systemd_247.6.bb, > /h

Re: [OE-core] [PATCH 1/6] libseccomp: move recipe from meta-security to core

2021-04-24 Thread Khem Raj
riscv32 is not happy ERROR: Nothing PROVIDES 'libseccomp' (but /home/jenkins/oe/world/yoe/sources/openembedded-core/meta/recipes-core/systemd/systemd_247.6.bb, /home/jenkins/oe/world/yoe/sources/openembedded-core/meta/recipes-support/gnutls/gnutls_3.7.1.bb DEPENDS on or otherwise requires it) libs

Re: [OE-core] [PATCH 1/6] libseccomp: move recipe from meta-security to core

2021-04-24 Thread Khem Raj
On Sat, Apr 24, 2021 at 9:55 AM akuster808 wrote: > > > On 4/24/21 9:19 AM, Khem Raj wrote: > > On Sat, Apr 24, 2021 at 8:56 AM Armin Kuster > wrote: > >> ptest results: > >> Regression Test Summary > >> tests run: 1404 > >> tests skipped: 369 > >> tests passed: 1402 > >> tests failed: 2 > >

Re: [OE-core] [PATCH 1/6] libseccomp: move recipe from meta-security to core

2021-04-24 Thread Armin Kuster
On 4/24/21 9:19 AM, Khem Raj wrote: > On Sat, Apr 24, 2021 at 8:56 AM Armin Kuster wrote: >> ptest results: >> Regression Test Summary >> tests run: 1404 >> tests skipped: 369 >> tests passed: 1402 >> tests failed: 2 >> tests errored: 154 >> >> Add feature_check so that the other recipes wh

Re: [OE-core] [PATCH 1/6] libseccomp: move recipe from meta-security to core

2021-04-24 Thread Khem Raj
On Sat, Apr 24, 2021 at 8:56 AM Armin Kuster wrote: > > ptest results: > Regression Test Summary > tests run: 1404 > tests skipped: 369 > tests passed: 1402 > tests failed: 2 > tests errored: 154 > > Add feature_check so that the other recipes who can take > advantage of this funtionality can

[OE-core] [PATCH 1/6] libseccomp: move recipe from meta-security to core

2021-04-24 Thread Armin Kuster
ptest results: Regression Test Summary tests run: 1404 tests skipped: 369 tests passed: 1402 tests failed: 2 tests errored: 154 Add feature_check so that the other recipes who can take advantage of this funtionality can enable it. Signed-off-by: Armin Kuster --- .../libseccomp/files/run-pt