Re: [oe] [meta-webserver][PATCH v1 0/2] cockpit: Separate packagekit and apps packages

2023-09-26 Thread Daniel Semkowicz
I tried yoe-distro on two different hosts and I was not able to reproduce the error. I have built cockpit using following commands: ``` . ./envsetup.sh qemux86 yoe_setup bitbake cockpit ``` with version: meta-yoe = "master:3e8908b3b2af1fa9bf45b8abb52753b972341c8a" I am using podman with contain

Re: [oe] [meta-webserver][PATCH v1 0/2] cockpit: Separate packagekit and apps packages

2023-09-25 Thread Khem Raj
I usually use - https://github.com/yoedistro/yoe-distro but I think it can be reproduced with poky + meta-openembedded as well. On Mon, Sep 25, 2023 at 6:53 AM Daniel Semkowicz wrote: > > Hello, > > Could you please provide some details about test setup? I tried to > build cockpit using meta-yoe

Re: [oe] [meta-webserver][PATCH v1 0/2] cockpit: Separate packagekit and apps packages

2023-09-25 Thread Daniel Semkowicz
Hello, Could you please provide some details about test setup? I tried to build cockpit using meta-yoe with yoe distro and qemux86, but it was built without any error. Building using clean poky also does not show any error. It seems to be related to environment. Best regards Daniel On Wed, Sep 2

Re: [oe] [meta-webserver][PATCH v1 0/2] cockpit: Separate packagekit and apps packages

2023-09-20 Thread Khem Raj
I usually see this error with this package https://errors.yoctoproject.org/Errors/Details/737847/ Can you see if anything pops up to fix it while you are here ? On Mon, Sep 18, 2023 at 4:03 AM Daniel Semkowicz wrote: > > "Packagekit" and "apps" Cockpit modules were included in the main ${PN} >

[oe] [meta-webserver][PATCH v1 0/2] cockpit: Separate packagekit and apps packages

2023-09-18 Thread Daniel Semkowicz
"Packagekit" and "apps" Cockpit modules were included in the main ${PN} package. Move them to a separate packages like all other existing Cockpit modules. This allows to choose which modules are installed in the system. Daniel Semkowicz (2): cockpit: Move packagekit to a separate package cockp