On Wed, Jul 01, 2020 at 07:26:00AM -0700, [email protected] wrote: > On Wed, Jul 1, 2020 at 05:27 AM, "Josef Holzmayr" > <[email protected]> wrote: > > > > > Howdy! > > > > Am 01.07.2020 um 14:05 schrieb [email protected]: > > > >> On Wed, Jul 1, 2020 at 04:46 AM, Josef Holzmayr wrote: > >> > >> The correct place to do this is your DISTRO conf file. > >> > >> Is this the correct way to set up it? > >> > >> PACKAGECONFIG_pn-rrdtool="rrdtool rrdtool-perl" > > > > Please see > > > > https://www.yoctoproject.org/docs/3.1/ref-manual/ref-manual.html#var-PACKAGECONFIG > > > > > > Section "configuration file" > > > > > > I've added "PACKAGECONFIG_pn-rrdtool" into my distro conf file but still get > same result. > > I also tried adding .bbappend but it doesn't help. > > My distro conf file is in below, could you see any issue in it? > > *include conf/distro/poky.conf* > *DISTRO = "rpi"* > *DISTRO_NAME = "rpi"* > *DISTRO_VERSION = "1.0"* > > *PACKAGECONFIG_pn-rrdtool = "perl systemd"* > > *# Use systemd as init manager* > *DISTRO_FEATURES_append = " virtualization systemd bluez5 bluetooth wifi > ssh-server-openssl"* > *DISTRO_FEATURES_BACKFILL_CONSIDERED += "sysvinit"* > *VIRTUAL-RUNTIME_init_manager = "systemd"* > *VIRTUAL-RUNTIME_initscripts = "systemd-compat-units"* >
bitbake rrdtool -e and look for the line starting with PACKAGECONFIG. CHeck it's set to what you want, if not, look the lines above to understand why it's not set "correctly". Quentin
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#49817): https://lists.yoctoproject.org/g/yocto/message/49817 Mute This Topic: https://lists.yoctoproject.org/mt/75231635/21656 Group Owner: [email protected] Unsubscribe: https://lists.yoctoproject.org/g/yocto/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
