[oe] [meta-webserver][PATCH v1 1/2] cockpit: Fix cockpit-askpass path

2023-11-09 Thread Daniel Semkowicz
inal image. Signed-off-by: Daniel Semkowicz --- meta-webserver/recipes-webadmin/cockpit/cockpit_298.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-webserver/recipes-webadmin/cockpit/cockpit_298.bb b/meta-webserver/recipes-webadmin/cockpit/cockpit_298.bb index 262302424.

[oe] [meta-webserver][PATCH v1 2/2] cockpit: Bump to version 304

2023-11-09 Thread Daniel Semkowicz
regressions like networking graph not generated correctly. Probably additional dependencies are missing. For this reason, keep the old bridge enabled by default. Signed-off-by: Daniel Semkowicz --- .../cockpit/{cockpit_298.bb => cockpit_304.bb} | 9 +++-- 1 file changed, 7 insertions(+)

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

2023-09-26 Thread Daniel Semkowicz
ing podman with container `yoedistro/yoe-build:bookworm-x86_64`. On Mon, Sep 25, 2023 at 7:25 PM Khem Raj wrote: > > 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 A

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

2023-09-25 Thread Daniel Semkowicz
20, 2023 at 10:04 PM Khem Raj wrote: > > 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 wr

[oe] [meta-webserver][PATCH v1 2/2] cockpit: Move apps to a separate package

2023-09-18 Thread Daniel Semkowicz
Apps (Applications tab) is an optional Cockpit Project package. Make it also an optional package in recipe. Signed-off-by: Daniel Semkowicz --- meta-webserver/recipes-webadmin/cockpit/cockpit_298.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta-webserver/recipes-webadmin/cockpit

[oe] [meta-webserver][PATCH v1 1/2] cockpit: Move packagekit to a separate package

2023-09-18 Thread Daniel Semkowicz
Packagekit (Software Updates tab) is an optional Cockpit Project package. Make it also an optional package in recipe. Signed-off-by: Daniel Semkowicz --- meta-webserver/recipes-webadmin/cockpit/cockpit_298.bb | 3 +++ 1 file changed, 3 insertions(+) diff --git a/meta-webserver/recipes-webadmin

[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 t