Re: [OE-core] [PATCH V2 1/6] libssp-nonshared: Add recipe

2018-04-30 Thread Khem Raj
On Mon, Apr 30, 2018 at 8:21 AM, Burton, Ross wrote: > Now I've actually read what you wrote, I see I didn't miss it ;) > > Now it fails like this: > > ERROR: Nothing RPROVIDES 'rpcsvc-proto' (but > /home/pokybuild/yocto-autobuilder/yocto-worker/build-appliance/build/meta/recipes-core/packagegroup

Re: [OE-core] [PATCH V2 1/6] libssp-nonshared: Add recipe

2018-04-30 Thread Burton, Ross
Now I've actually read what you wrote, I see I didn't miss it ;) Now it fails like this: ERROR: Nothing RPROVIDES 'rpcsvc-proto' (but /home/pokybuild/yocto-autobuilder/yocto-worker/build-appliance/build/meta/recipes-core/packagegroups/packagegroup-self-hosted.bb RDEPENDS on or otherwise requires

Re: [OE-core] [PATCH V2 1/6] libssp-nonshared: Add recipe

2018-04-30 Thread Burton, Ross
Oh yes, sorry missed that when I was trying to pick up just the SSP changes. Ross On 30 April 2018 at 15:17, Khem Raj wrote: > On Mon, Apr 30, 2018 at 6:08 AM, Burton, Ross wrote: >> build-appliance is failing at SDK creation time: >> >> Problem: package packagegroup-self-hosted-1.0-r13.0.noar

Re: [OE-core] [PATCH V2 1/6] libssp-nonshared: Add recipe

2018-04-30 Thread Khem Raj
On Mon, Apr 30, 2018 at 6:08 AM, Burton, Ross wrote: > build-appliance is failing at SDK creation time: > > Problem: package packagegroup-self-hosted-1.0-r13.0.noarch requires > packagegroup-self-hosted-sdk, but none of the providers can be > installed > - conflicting requests > - nothing pro

Re: [OE-core] [PATCH V2 1/6] libssp-nonshared: Add recipe

2018-04-30 Thread Burton, Ross
build-appliance is failing at SDK creation time: Problem: package packagegroup-self-hosted-1.0-r13.0.noarch requires packagegroup-self-hosted-sdk, but none of the providers can be installed - conflicting requests - nothing provides libssp-dev needed by packagegroup-self-hosted-sdk-1.0-r13.0.n

[OE-core] [PATCH V2 1/6] libssp-nonshared: Add recipe

2018-04-20 Thread Khem Raj
libssp-nonshared is a minimal gcc runtime piece which is needed on non-glibc systems which do implement libssp APIs in libc Signed-off-by: Khem Raj --- Changes since v1: - Package into staticdev package meta/recipes-core/musl/libssp-nonshared.bb| 39 .../musl/libssp-nonshar