Re: [OE-core] [PATCH V4] u-boot-fw-utils: Add support for libubootenv

2020-01-14 Thread Stefano Babic
On 14/01/20 11:24, Ross Burton wrote: > On 14/01/2020 10:00, Stefano Babic wrote: >> Thanks for this - I have fixed it, too, fast exactly in the same way you >> did, but directly into libubootenv. This avoids to track the patch >> into OE: >> >> http://patchwork.ozlabs.org/patch/1222627/ > >

Re: [OE-core] [PATCH V4] u-boot-fw-utils: Add support for libubootenv

2020-01-14 Thread Ross Burton
On 14/01/2020 10:00, Stefano Babic wrote: Thanks for this - I have fixed it, too, fast exactly in the same way you did, but directly into libubootenv. This avoids to track the patch into OE: http://patchwork.ozlabs.org/patch/1222627/ As you're using GNUInstallDirs there to get libdir,

Re: [OE-core] [PATCH V4] u-boot-fw-utils: Add support for libubootenv

2020-01-14 Thread Stefano Babic
Hi Chen, On 14/01/20 06:57, ChenQi wrote: > On 01/09/2020 05:31 PM, Stefano Babic wrote: >> Hi Chen, >> >> On 09/01/20 02:29, ChenQi wrote: >>> Resend as previous email forgets to add Stefano. >>> >>> In case of multilib, the do_package fails with >>> >>> ERROR: libubootenv-0.2-r0 do_package: QA

Re: [OE-core] [PATCH V4] u-boot-fw-utils: Add support for libubootenv

2020-01-13 Thread ChenQi
On 01/09/2020 05:31 PM, Stefano Babic wrote: Hi Chen, On 09/01/20 02:29, ChenQi wrote: Resend as previous email forgets to add Stefano. In case of multilib, the do_package fails with ERROR: libubootenv-0.2-r0 do_package: QA Issue: libubootenv: Files/directories were installed but not shipped

Re: [OE-core] [PATCH V4] u-boot-fw-utils: Add support for libubootenv

2020-01-09 Thread Stefano Babic
Hi Chen, On 09/01/20 02:29, ChenQi wrote: > Resend as previous email forgets to add Stefano. > > In case of multilib, the do_package fails with > > ERROR: libubootenv-0.2-r0 do_package: QA Issue: libubootenv: > Files/directories were installed but not shipped in any package: >  

Re: [OE-core] [PATCH V4] u-boot-fw-utils: Add support for libubootenv

2020-01-08 Thread ChenQi
Resend as previous email forgets to add Stefano. In case of multilib, the do_package fails with ERROR: libubootenv-0.2-r0 do_package: QA Issue: libubootenv: Files/directories were installed but not shipped in any package: /usr/lib/libubootenv.so /usr/lib/libubootenv.so.0.2 Regards, Chen

Re: [OE-core] [PATCH V4] u-boot-fw-utils: Add support for libubootenv

2020-01-07 Thread ChenQi
In case of multilib, the do_package fails with ERROR: libubootenv-0.2-r0 do_package: QA Issue: libubootenv: Files/directories were installed but not shipped in any package: /usr/lib/libubootenv.so /usr/lib/libubootenv.so.0.2 Regards, Chen Qi On 01/03/2020 08:33 PM, Stefano Babic wrote:

[OE-core] [PATCH V4] u-boot-fw-utils: Add support for libubootenv

2020-01-03 Thread Stefano Babic
libubootenv is a replacement for u-boot-fw-utils. It is hardware-independent and provides fw_printenv and fw_setenv tools that are full compatible with the ones provided by U-Boot. A library is provided to access the environment from an own application. License is LGPL-2.1 and this allow to link