[yocto] dtb filename mismatch prevents booting

2016-02-10 Thread Oliver Graute
Hello list, if I try to boot from my yocto generated SD-card image my u-boot can't start the kernel because the imx6ul-14x14-evk.dtb is missing. reading boot.scr ** Unable to read file boot.scr ** reading zImage 5072288 bytes read in 328 ms (14.7 MiB/s) Booting from mmc ... reading

Re: [yocto] wic adds wrong mount lines to my fstab

2016-02-10 Thread Oliver Graute
On Wed, Feb 10, 2016 at 11:19 AM, Ed Bartosh <ed.bart...@linux.intel.com> wrote: > Hi Oliver, > > On Tue, Feb 09, 2016 at 09:29:16AM +0100, Oliver Graute wrote: >> # It uses SPL and u-boot >>

[yocto] wic adds wrong mount lines to my fstab

2016-02-09 Thread Oliver Graute
Hello list, I am using wic to generate partitioned yocto images. After I boot such an Image, I see two added entrys in my /etc/fstab wich are not correct. cat /etc/fstab # # /etc/fstab: static file system information # # /dev/root / auto

Re: [yocto] dtb filename mismatch prevents booting

2016-02-10 Thread Oliver Graute
On 10/02/16, Maciej Borzecki wrote: > > > Dnia 10 luty 2016 o 17:16 Oliver Graute <oliver.gra...@gmail.com> > > napisaƂ(a): > > > > > > Hello list, > > > > if I try to boot from my yocto generated SD-card image my u-boot can't > > sta

Re: [yocto] Howto change the default shell in yocto?

2016-03-07 Thread Oliver Graute
On 05/03/16, Burton, Ross wrote: > On 5 March 2016 at 11:48, Oliver Graute <oliver.gra...@gmail.com> wrote: > > > first the default *system* shell (/bin/sh) is this possible? or does this > > affect > > to much of the yoco system itself, if I change /bin/sh to /b

[yocto] Howto change the default shell in yocto?

2016-03-04 Thread Oliver Graute
Hello, how can I change the default shell on the yocto target from bash to another shell like dash? is there a variable for local.conf? or do I need to adapt my passwd for every user? Best Regards, Oliver -- ___ yocto mailing list

Re: [yocto] Howto change the default shell in yocto?

2016-03-05 Thread Oliver Graute
On 04/03/16, Christopher Larson wrote: > The default *system* shell (/bin/sh) or the default shell for users, or for > root? Folks often conflate them, but they're not the same. first the default *system* shell (/bin/sh) is this possible? or does this affect to much of the yoco system itself, if

[yocto] Can't replace login.defs with shadow-sysroot bbappend

2016-07-28 Thread Oliver Graute
Hello list, i'm trying to replace /etc/login.defs on the target with my own one. So I created a shadow-sysroot_%.bbappend file with this content: FILESEXTRAPATHS_prepend := "${THISDIR}/${BPN}:" # As we're overriding login.defs_shadow-sysroot we have to readd the checksum for it here # as it's

Re: [yocto] Can't replace login.defs with shadow-sysroot bbappend

2016-07-29 Thread Oliver Graute
On 28/07/16, Zhenhua Luo wrote: > Hi Oliver, > > The following line in shadow-sysroot.bb disables the final binary packages > generation. You can try to add bbappend for shadow to do the customization. > > # don't create any packages > # otherwise: dbus-dev depends on shadow-sysroot-dev which

[yocto] bitbake -c menuconfig linux-fslc in a tmux window

2017-01-16 Thread Oliver Graute
Hello list, if I start the following command in a tmux window it doesn't work. bitbake -c menuconfig linux-fslc if I start this command in a extra gnome-terminal a new gnome-terminal pops-up and I can configure my kernel related stuff. in the poky /os-poky/meta/lib/oe/terminal.py there is some

[yocto] build ntp with openssl support

2016-09-16 Thread Oliver Graute
Hello, how can I build ntp with openssl support? I already created a ntp_%.bbappend file to extend the recipe ntp_4.2.8p4.bb. FILESEXTRAPATHS_prepend := "${THISDIR}/files:" PACKAGECONFIG += "openssl" is this sufficant to enable openssl? How can I determine if ntp supports sha1? Best regards,

Re: [yocto] build ntp with openssl support

2016-09-19 Thread Oliver Graute
On 16/09/16, Andre McCurdy wrote: > On Fri, Sep 16, 2016 at 1:24 AM, Oliver Graute <oliver.gra...@gmail.com> > wrote: > > Hello, > > > > how can I build ntp with openssl support? > > > > I already created a ntp_%.bbappend file to extend the recipe ntp_4

Re: [yocto] build ntp with openssl support

2016-09-23 Thread Oliver Graute
On 22/09/16, Khem Raj wrote: > On Thu, Sep 22, 2016 at 12:16 AM, Oliver Graute <oliver.gra...@gmail.com> > wrote: > > On 19/09/16, Oliver Graute wrote: > >> On 16/09/16, Andre McCurdy wrote: > >> > On Fri, Sep 16, 2016 at 1:24 AM, Oliver Graute

Re: [yocto] build ntp with openssl support

2016-09-22 Thread Oliver Graute
On 19/09/16, Oliver Graute wrote: > On 16/09/16, Andre McCurdy wrote: > > On Fri, Sep 16, 2016 at 1:24 AM, Oliver Graute <oliver.gra...@gmail.com> > > wrote: > > > Hello, > > > > > > how can I build ntp with openssl support? > > > > >

Re: [yocto] build ntp with openssl support

2016-09-26 Thread Oliver Graute
On 23/09/16, Lennart Sorensen wrote: > On Fri, Sep 23, 2016 at 02:19:20PM +0200, Oliver Graute wrote: > > On 22/09/16, Khem Raj wrote: > > > On Thu, Sep 22, 2016 at 12:16 AM, Oliver Graute <oliver.gra...@gmail.com> > > > wrote: > > > > On 19/09/16, Oli

[yocto] Setting directories permissions

2017-06-13 Thread Oliver Graute
Hello List, I try to define a directory permission for a folder to 0775 instead of 0755 in my recipe. But somewhere in the install and packaging process this is overwritten. in my receipe I do this: do_install() { install -m 0775 -d ${D}${sysconfdir}/folder1/folder2/ I expect this on the

Re: [yocto] yocto jethro failed on gettext-native

2018-04-27 Thread Oliver Graute
On 26/04/18, Zoran Stojsavljevic wrote: > > I deleted all the build-imx6ulevk folder and build everything from > > scratch with only one thread, waited a few hours for compilation and now > > its working ;) > > Still, I am struggling to understand why??? What is the requirement > behind this ask?

Re: [yocto] yocto jethro failed on gettext-native

2018-04-26 Thread Oliver Graute
On 25/04/18, Andre McCurdy wrote: > On Wed, Apr 25, 2018 at 8:03 AM, Oliver Graute <oliver.gra...@gmail.com> > wrote: > > Hello list, > > > > I try to compile yocto jethro environment which is working > > on a Ubuntu 14.04 installation. But not on a Kubuntu 1

[yocto] yocto jethro failed on gettext-native

2018-04-25 Thread Oliver Graute
Hello list, I try to compile yocto jethro environment which is working on a Ubuntu 14.04 installation. But not on a Kubuntu 16.04. The compilations stops on gettext-native. bitbake -k fsl-image-mfgtool-initramfs make[5]: Entering directory

Re: [yocto] yocto jethro failed on gettext-native

2018-04-25 Thread Oliver Graute
On 25/04/18, Zoran Stojsavljevic wrote: > > I try to compile yocto jethro environment which is working > > on a Ubuntu 14.04 installation. But not on a Kubuntu 16.04 . > > What would be the benefit for the successful compiling of YOCTO Jethro on > Kubuntu 16.04 over Ubuntu 14.04??? I tried to