Re: [yocto] partitions resizing on the fly

2018-06-06 Thread Ferry Toth
ChenQi wrote: > On 06/05/2018 10:33 PM, Mihaela Apetroaie-Cristea wrote: >> Hello, >> >> I have a minimal yocto OS built for RPI, which has three partitions: >> boot, root and data. Is there any way to resize root and data such that >> root expands/flattens when files and others are added/deleted?

Re: [yocto] struggling with initramfs

2018-07-04 Thread Ferry Toth
Tim Hammer wrote: > Can anyone point me to a step-by-step tutorial or simple how-to on > creating and using an initramfs with my kernel for ARM aarch64? > > > I have tried creating my own: > - boot-image.bb file with IMAGE_FSTYPES = "cpio.gz". > - local.conf has INITRAMFS_IMAGE_BUNDLE = "1" >

Re: [yocto] struggling with initramfs

2018-07-07 Thread Ferry Toth
Tim Hammer wrote: > Can anyone point me to a step-by-step tutorial or simple how-to on > creating and using an initramfs with my kernel for ARM aarch64? > > > I have tried creating my own: > - boot-image.bb file with IMAGE_FSTYPES = "cpio.gz". > - local.conf has INITRAMFS_IMAGE_BUNDLE = "1" >

[yocto] Removal of VM_DEFAULT_KERNEL in Sumo breaks booting initramfs kernel

2018-08-11 Thread Ferry Toth
We are generating a initramfs kernel and depending on VM_DEFAULT_KERNEL to install that into our boot hddimg as vmlinuz, which a U-Boot script looks for to load. This works nicely in Rocko. The patch 'live-vm-common.bbclass: Don't use vmlinuz or VM_DEFAULT_KERNEL' for Sumo causes U-Boot to not

Re: [yocto] Qt5 will not build on Yocto edison image

2017-06-17 Thread Ferry Toth
I'm interrested in this too. Edison has no display. So I think the question is what DISTRO_FEATURES to set. As it is now, the following error occurs: EGL disabled. | Warning: Disabling Accessibility. This version of Qt is unsupported. | No QPA platform plugin enabled! | If you really want to bu

[yocto] Build core2 (i686) U-Boot for a core-i7 (amd64) image

2017-07-17 Thread Ferry Toth
On edison U-Boot is 32 bit. I'm building a 64 bit kernel + rootfs. The only recipy that fails is U-Boot with: undefined reference to `__normal___udivdi3' Apparently, when building 32 bit U-Boot outside of yocto on a 64bit machine you need to install gcc-6-multilib. How would I configure poke or

Re: [yocto] Build core2 (i686) U-Boot for a core-i7 (amd64) image

2017-07-18 Thread Ferry Toth
Op Mon, 17 Jul 2017 22:49:51 -0400, schreef Khem Raj: > On Mon, Jul 17, 2017 at 3:02 PM, Ferry Toth > wrote: >> On edison U-Boot is 32 bit. I'm building a 64 bit kernel + rootfs. >> >> The only recipy that fails is U-Boot with: >> undefined reference to `__n

[yocto] Problems building U-Boot for x86_64

2017-08-23 Thread Ferry Toth
I am having trouble building a specific U-Boot version with Yocto. Outside of Yocto on 64 bit Ubuntu 17.04 with multilib it builds fine. I am extending meta-intel-edison to build a 64 bit Poke Morty, with a vanilla 64-bit kernel (4.12). This is working quite well. My host is x86_64, the target

Re: [yocto] Problems building U-Boot for x86_64

2017-08-23 Thread Ferry Toth
Khem Raj wrote: > On 8/22/17 11:41 PM, Ferry Toth wrote: >> I am having trouble building a specific U-Boot version with Yocto. >> Outside of Yocto on 64 bit Ubuntu 17.04 with multilib it builds fine. >> >> I am extending meta-intel-edison to build a 64 bit Poke Mort

Re: [yocto] Problems building U-Boot for x86_64

2017-08-23 Thread Ferry Toth
Ferry Toth wrote: > Khem Raj wrote: > >> On 8/22/17 11:41 PM, Ferry Toth wrote: >>> I am having trouble building a specific U-Boot version with Yocto. >>> Outside of Yocto on 64 bit Ubuntu 17.04 with multilib it builds fine. >>> >>> I am extendin

Re: [yocto] Problems building U-Boot for x86_64

2017-08-23 Thread Ferry Toth
Op Wed, 23 Aug 2017 14:51:55 -0700, schreef Khem Raj: > On 8/23/17 2:29 PM, Ferry Toth wrote: >> Ferry Toth wrote: >> >>> Khem Raj wrote: >>> >>>> On 8/22/17 11:41 PM, Ferry Toth wrote: >>>>> I am having trouble building a specific

Re: [yocto] Problems building U-Boot for x86_64

2017-08-23 Thread Ferry Toth
Op Wed, 23 Aug 2017 21:07:56 -0700, schreef Khem Raj: > On 8/23/17 3:40 PM, Ferry Toth wrote: >> Op Wed, 23 Aug 2017 14:51:55 -0700, schreef Khem Raj: >> >>> On 8/23/17 2:29 PM, Ferry Toth wrote: >>>> Ferry Toth wrote: >>>> >>>>> Khe

Re: [yocto] Problems building U-Boot for x86_64

2017-08-24 Thread Ferry Toth
Op Thu, 24 Aug 2017 12:40:57 +0200, schreef Stefano Babic: > Hi Ferry, > > On 24/08/2017 08:51, Ferry Toth wrote: >> Op Wed, 23 Aug 2017 21:07:56 -0700, schreef Khem Raj: >> >>> On 8/23/17 3:40 PM, Ferry Toth wrote: >>>> Op Wed, 23 Aug 2017 14:51:55 -

Re: [yocto] Problems building U-Boot for x86_64

2017-08-24 Thread Ferry Toth
Op Thu, 24 Aug 2017 17:48:55 +0200, schreef Stefano Babic: > Hi Ferry, > > On 24/08/2017 15:09, Ferry Toth wrote: >> Op Thu, 24 Aug 2017 12:40:57 +0200, schreef Stefano Babic: >> >>> Hi Ferry, >>> >>> On 24/08/2017 08:51, Ferry Toth wrote: >&

Re: [yocto] Problems building U-Boot for x86_64

2017-08-24 Thread Ferry Toth
Op Thu, 24 Aug 2017 16:35:05 +, schreef Ferry Toth: > Op Thu, 24 Aug 2017 17:48:55 +0200, schreef Stefano Babic: > >> Hi Ferry, >> >> On 24/08/2017 15:09, Ferry Toth wrote: >>> Op Thu, 24 Aug 2017 12:40:57 +0200, schreef Stefano Babic: >>> &g

Re: [yocto] Problems building U-Boot for x86_64

2017-08-25 Thread Ferry Toth
Op Thu, 24 Aug 2017 21:34:56 +, schreef Ferry Toth: > Op Thu, 24 Aug 2017 16:35:05 +, schreef Ferry Toth: > >> Op Thu, 24 Aug 2017 17:48:55 +0200, schreef Stefano Babic: >> >>> Hi Ferry, >>> >>> On 24/08/2017 15:09, Ferry Toth wrote: >

Re: [yocto] Problems building U-Boot for x86_64

2017-08-25 Thread Ferry Toth
Khem Raj wrote: > > > > On 8/23/17 3:40 PM, Ferry Toth wrote: >> Op Wed, 23 Aug 2017 14:51:55 -0700, schreef Khem Raj: >> >>> On 8/23/17 2:29 PM, Ferry Toth wrote: >>>> Ferry Toth wrote: >>>> >>>>> Khem Raj wrote: >>

Re: [yocto] Problems building U-Boot for x86_64

2017-08-25 Thread Ferry Toth
Op Fri, 25 Aug 2017 21:22:40 +0200, schreef Ferry Toth: > Khem Raj wrote: > > >> >> >> On 8/23/17 3:40 PM, Ferry Toth wrote: >>> Op Wed, 23 Aug 2017 14:51:55 -0700, schreef Khem Raj: >>> >>>> On 8/23/17 2:29 PM, Ferry Toth w

[yocto] Solved : Re: Problems building U-Boot for x86_64

2017-10-08 Thread Ferry Toth
Op Fri, 25 Aug 2017 22:30:42 +, schreef Ferry Toth: > Op Fri, 25 Aug 2017 21:22:40 +0200, schreef Ferry Toth: > >> Khem Raj wrote: >> >> >> >>> >>> On 8/23/17 3:40 PM, Ferry Toth wrote: >>>> Op Wed, 23 Aug 2017 14:51:55 -0700,

[yocto] populate sdk fails when multilib enabled

2017-10-08 Thread Ferry Toth
e not idea why there are not installable. Does anybody know what's wrong here? Is there a bug in the lib32 package group? Is there a way I can prevent this package group from being installed in the sdk? Thanks in advance! -- Ferry Toth -- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

Re: [yocto] Solved : Re: Problems building U-Boot for x86_64

2018-01-30 Thread Ferry Toth
Op donderdag 30 november 2017 09:03:46 CET schreef Stefan Roese: > Hi Ferry, > > On 08.10.2017 18:50, Ferry Toth wrote: > > Op Fri, 25 Aug 2017 22:30:42 +, schreef Ferry Toth: > > > >> Op Fri, 25 Aug 2017 21:22:40 +0200, schreef Ferry T

[yocto] How to build initramfs with modules but without bzImage

2017-05-21 Thread Ferry Toth
I am building 2 images. One has my rootfs, the other builds a kernel with builtin initramfs. To build the initramfs I did the following: In the .../conf directory, I create a file named initramfs.conf and add the following: INITRAMFS_IMAGE = "core-image-minimal-initramfs" INITRAMFS_IMAGE_BUNDLE

[yocto] How to build initramfs with modules but without bzImage

2017-05-22 Thread Ferry Toth
I am building 2 images. One has my rootfs, the other builds a kernel with builtin initramfs. To build the initramfs I did the following: In the .../conf directory, I create a file named initramfs.conf and add the following: INITRAMFS_IMAGE = "core-image-minimal-initramfs" INITRAMFS_IMAGE_BUNDL

Re: [yocto] How to build initramfs with modules but without bzImage

2017-05-22 Thread Ferry Toth
Op Mon, 22 May 2017 00:05:41 +0200, schreef Ferry Toth: > I am building 2 images. One has my rootfs, the other builds a kernel > with builtin initramfs. > > To build the initramfs I did the following: > In the .../conf directory, I create a file named initramfs.conf and add

[yocto] libpam-systemd not built, but enabled in systemd PACKAGECONFIG

2017-06-02 Thread Ferry Toth
That is when building systemd with morty. I have DISTRO_FEATURES pam set, but I find --disable-pam in the configure log. In fact only --enable-split-usr --enable-xz and --enable-nls are set according to the log. None of these are set through PACKAGECONFIG. And everything that is set through

Re: [yocto] libpam-systemd not built, but enabled in systemd PACKAGECONFIG

2017-06-03 Thread Ferry Toth
Khem Raj wrote: > On Fri, Jun 2, 2017 at 4:51 PM, Ferry Toth > wrote: >> That is when building systemd with morty. >> >> I have DISTRO_FEATURES pam set, but I find --disable-pam in the configure >> log. >> >> In fact only --enable-split-usr --enable-x