Hi
Even if it does not cover all the use cases. Can we consider this patch?
Thanks!
On Sat, Apr 25, 2020 at 11:29 PM Ricardo Ribalda Delgado
wrote:
>
> Hi Christopher
>
> On Fri, Apr 24, 2020 at 5:56 PM Christopher Larson wrote:
> >
> > This will only work the way you expect if hte user's loca
Hi Christopher
On Fri, Apr 24, 2020 at 5:56 PM Christopher Larson wrote:
>
> This will only work the way you expect if hte user's local.conf uses ?= or
> ??= for MACHINE, otherwise setting it in the environment will do nothing.
>
Good catch, You are right :(,
Any idea of how could I fix it. I
This will only work the way you expect if hte user's local.conf uses ?= or
??= for MACHINE, otherwise setting it in the environment will do nothing.
On Fri, Apr 24, 2020 at 6:30 AM Ricardo Ribalda
wrote:
> If you want to make a disk image containing rootfs for different
> machines, the only way
If you want to make a disk image containing rootfs for different
machines, the only way to do it today is by calling wic and passing the
different rootfs-paths.
Eg:
combined.wks
part /export --source rootfs --rootfs-dir=target-image
part / --source rootfs
bitbake multiconfig:arm:target-image
wic