Re: [yocto] Using multiple versions of package (PACKAGECONFIG) in the same bitbake

2016-05-09 Thread Paul Knopf
Thanks, What I winded up doing is using bbappend to remove fstab from base-files. I then created two separate packages with different fstab files, and added each of them into their own image. On Sun, May 8, 2016 at 1:09 PM Khem Raj wrote: > On May 8, 2016, at 6:50 AM, Paul Knopf wrote: > > I h

Re: [yocto] Using multiple versions of package (PACKAGECONFIG) in the same bitbake

2016-05-08 Thread Khem Raj
> On May 8, 2016, at 6:50 AM, Paul Knopf wrote: > > I have two rootfs. My main image, and the initramfs image for the kernel > (INITRAMFS_IAMGE and INITRAMFS_IMAGE_BUNDLE). > > I need to provide different fstab files for each build. > > I have added a .bbappend for the base-files recipe to us

[yocto] Using multiple versions of package (PACKAGECONFIG) in the same bitbake

2016-05-08 Thread Paul Knopf
I have two rootfs. My main image, and the initramfs image for the kernel (INITRAMFS_IAMGE and INITRAMFS_IMAGE_BUNDLE). I need to provide different fstab files for each build. I have added a .bbappend for the base-files recipe to use a customized fstab. In the bbappend file, I'd like to add PACKA