Re: [yocto] GLIBC_GENERATE_LOCALES setting not generating locales

2018-12-03 Thread Conor Slater
> > < CORE_IMAGE_EXTRA_INSTALL += "rpm python python3 python3-pip > python3-flask" > > < IMAGE_INSTALL_append = " glibc-utils localedef" > > < GLIBC_GENERATE_LOCALES = "en_US.UTF-8" > > < SERIAL_CONSOLES = "38400 tty1" &g

[yocto] GLIBC_GENERATE_LOCALES setting not generating locales

2018-11-26 Thread Conor Slater
Dear All, I'm having trouble adding locales to my image. If I make changes to GLIBC_GENERATE_LOCALES in my local.conf glibc-locales will rebuild but only the default locales are present: $ locale -a C POSIX en_US The locales are listed when I run this before building the image: $ bitbake -e gmpa

Re: [yocto] meta/recipes-devtools/python/python3_3.5.5.bb - no venv module

2018-11-26 Thread Conor Slater
w. Thanks again for your help. Best Regards, Conor. On Mon, 26 Nov 2018 at 12:04, Burton, Ross wrote: > On Mon, 26 Nov 2018 at 08:11, Conor Slater wrote: > > After adding python3 to the install I appear to be missing the standard > Python module venv. The module should be a standar

[yocto] meta/recipes-devtools/python/python3_3.5.5.bb - no venv module

2018-11-26 Thread Conor Slater
Dear All, After adding python3 to the install I appear to be missing the standard Python module venv. The module should be a standard part of Python 3.5.5. Has this been disabled? If so, how and where? How do I enable it so it is built? Best Regards, Conor. --

Re: [yocto] Enable wpa_supplicant@wlan0.service on boot with systemd

2018-11-14 Thread Conor Slater
sable' all > services in SYSTEMD_SERVICE_xxx. There's no mechanism to enable or disable > a subset of them. > This might need to be improved. > > Best Regards, > Chen Qi > > On 11/14/2018 05:11 PM, Conor Slater wrote: > > Dear All, > > I'm trying to start wpa_suppl

[yocto] Enable wpa_supplicant@wlan0.service on boot with systemd

2018-11-14 Thread Conor Slater
Dear All, I'm trying to start wpa_supplicant with wlan0 as the interface on boot using systemd. I've created the following .bbappend for wpa_supplicant to install the new configuration and enable the wpa_supplicant@wlan0.service. This doesn't enable the service and somehow breaks being able the s