Re: [yocto] Remove Python dependency from target package only

2024-01-23 Thread Sebert, Holger.ext
Hi Quentin, Von: Quentin Schulz > What does > bitbake-getvar -r libxml2-native PACKAGECONFIG > and > bitbake-getvar -r libxml2 PACKAGECONFIG > > return? Here is the output of the respective commands: $ bitbake-getvar -r libxml2-native PACKAGECONFIG #

Re: [yocto] Remove Python dependency from target package only

2024-01-22 Thread Sebert, Holger.ext
Hi Richard, Von: Richard Purdie > Try: > > PACKAGECONFIG:remove:class-target:pn-libxml2 = "python" > Tried it, but same error appears (“Python not found” in libxml2-native). -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#62219):

[yocto] Remove Python dependency from target package only

2024-01-21 Thread Sebert, Holger.ext
Hi, I am trying to remove the Python dependency in libxml2 for the target. For the libxml2-native package it shall still be available, however. I have put this into my local.conf: PACKAGECONFIG:remove:pn-libxml2 = "python" When I build core-image-full-cmdline I get the following error from

Re: [yocto] overlayroot: When is the RW layer unmounted?

2023-09-27 Thread Sebert, Holger.ext
Has anyone an idea? (see below) Best, Holger Von: yocto@lists.yoctoproject.org im Auftrag von Sebert, Holger.ext Gesendet: Dienstag, 19. September 2023 18:58 An: yocto@lists.yoctoproject.org Betreff: [Ext] [yocto] overlayroot: When is the RW layer

[yocto] overlayroot: When is the RW layer unmounted?

2023-09-19 Thread Sebert, Holger.ext
Hi, I am using the OverlayFS-feature from Poky by enabling it as follows: DISTRO_FEATURES:append = " overlayrootfs" In the image this results in the following init-script: /init.d/91-overlayroot In this init-script the RW overlay is mounted as follows: mount -t overlay overlay -o

Re: [yocto] Poky/Mickledore bitbake menuconfig does not work

2023-09-19 Thread Sebert, Holger.ext
, 14. September 2023 23:52 An: Sebert, Holger.ext Cc: Zoran Stojsavljevic; Yocto-mailing-list Betreff: [Ext] Re: [yocto] Poky/Mickledore bitbake menuconfig does not work Hi, Le jeu. 14 sept. 2023 à 14:10, Sebert, Holger.ext mailto:holger.sebert@karlstorz.com>> a écrit : Hi Zoran, I wa

Re: [yocto] Poky/Mickledore bitbake menuconfig does not work

2023-09-14 Thread Sebert, Holger.ext
vocation of `menuconfig` leads to errors. Could you please verify/check? Best, Holger Von: Zoran Stojsavljevic Gesendet: Mittwoch, 23. August 2023 13:08 An: Sebert, Holger.ext Cc: Yocto-mailing-list Betreff: [Ext] Re: [yocto] Poky/Mickledore bitbake m

[yocto] Poky/Mickledore bitbake menuconfig does not work

2023-08-21 Thread Sebert, Holger.ext
Hi, I am using a Yocto-Poky-Mickledore (version 4.2.1) based system. For configuring the kernel, I would like to use the command bitbake -c menuconfig virtual/kernel If I do that, Bitbake opens an xterm window and runs the build steps for Kconfig. However, after the compiler has finised,