Re: [yocto] Navigating the layer labyrinth

2017-10-12 Thread Aaron Schwartz
the most complex and tangled > labyrinth of recipes navigable with ease. > > Please tell me that such a thing already exists and I just have not > found it yet. > > Bernd > -- > ___ > yocto mailing list > yocto@yoctoproject.org >

Re: [yocto] RFC: autotooler: generation of "configure.ac" and "Makefile.am" using Kconfig

2017-10-02 Thread Aaron Schwartz
> [--enable-pthread Include PThreads], > [case "${enableval}" in > yes)use_pthread=true ;; > no) use_pthread=false ;; > *) AC_MSG_ERROR(bad value ${enableval} for > --enable-pthread) ;; >

Re: [yocto] how to execute bitbake menuconfig from ssh server

2017-09-13 Thread Aaron Schwartz
>>> >>> > > > -- > Yahia Farghaly > Graduated from Faculty of Engineering - Electronics and Communications > Department at Cairo University. > Linkedin <https://linkedin.com/in/yahiafarghaly> - GitHub > <https://github.com/yahiafarghaly&g

Re: [yocto] Predictable network interface names without systemd?

2017-08-21 Thread Aaron Schwartz
, 2017 at 4:59 PM, Andre McCurdy <armccu...@gmail.com> wrote: > On Fri, Aug 18, 2017 at 9:37 AM, Aaron Schwartz > <aaron.schwa...@logicsupply.com> wrote: > > Does anybody here know of a way to get predictable network interface > names > > without systemd? > > If y

[yocto] Predictable network interface names without systemd?

2017-08-18 Thread Aaron Schwartz
Does anybody here know of a way to get predictable network interface names without systemd? I realize I could write a script to do it myself, but I was hoping there's an easier solution that's ready to go (or

Re: [yocto] How to have Poky automatically login at boot?

2017-07-31 Thread Aaron Schwartz
. Thanks for the help On Fri, Jul 28, 2017 at 8:32 PM, Andre McCurdy <armccu...@gmail.com> wrote: > On Fri, Jul 28, 2017 at 11:29 AM, Aaron Schwartz > <aaron.schwa...@logicsupply.com> wrote: > > Hello, > > > > I'm trying to have the busybox getty in Poky login as

[yocto] How to have Poky automatically login at boot?

2017-07-28 Thread Aaron Schwartz
Hello, I'm trying to have the busybox getty in Poky login as root automatically but I can't seem to get it working. So far I have a sysvinit-inittab_2.%.bbappend: > PR := "${PR}.1" > SYSVINIT_ENABLED_GETTYS="1 2 3 4" > do_install() { > install -d ${D}${sysconfdir} > install -m 0644