Re: [yocto] How to build a same package twice with different configurations for same MACHINE?

2017-07-27 Thread Ngọc Thi Huỳnh
Thi Huynh Best Regards, Thi Huynh On Wed, Jul 26, 2017 at 4:18 AM, Dennis Menschel <mensche...@posteo.de> wrote: > Hi, > > Am 18.07.2017 um 15:24 schrieb Ngọc Thi Huỳnh: > > [...] > > > > Both images use busybox package but in different ways. The main-ima

[yocto] How to build a same package twice with different configurations for same MACHINE?

2017-07-18 Thread Ngọc Thi Huỳnh
Hi everyone, In my system, I want to build two images: - main-image : contains the real system with applications and stuff. - initial-flasher-image : contains a swu (swupdate file) for the first flashing. The images are built in this sequence: main-image > swu > initial-flasher-image Both

Re: [yocto] Update SRCREV doesn't work?

2017-07-08 Thread Ngọc Thi Huỳnh
line, everything is fine now. Best Regards, Thi Huynh Huỳnh Ngọc Thi -so61pi On Wed, Jul 5, 2017 at 1:43 PM, Stefano Babic <sba...@denx.de> wrote: > Hi Huynh, > > On 05/07/2017 04:09, Ngọc Thi Huỳnh wrote: > > Hi, > > > > I guess I'll remove build/tmp directory an

Re: [yocto] Update SRCREV doesn't work?

2017-07-04 Thread Ngọc Thi Huỳnh
> > On 04/07/2017 18:13, Ngọc Thi Huỳnh wrote: > > Hi everyone, > > > > I'm using poky pyro to build a beaglebone image with swupdate. > > > > First time I built swupdate (by bitbake swupdate), it used the latest > > git version and I encountered an make err

[yocto] Update SRCREV doesn't work?

2017-07-04 Thread Ngọc Thi Huỳnh
Hi everyone, I'm using poky pyro to build a beaglebone image with swupdate. First time I built swupdate (by bitbake swupdate), it used the latest git version and I encountered an make error which related to swupdate only. Then I changed swupdate version to 2017.04 (by using

Re: [yocto] How to install dbg package and not its dependencies?

2017-05-31 Thread Ngọc Thi Huỳnh
Mabäcker > > Technux <pet...@technux.se>www.technux.se > > 2017-05-30 04:17 skrev Ngọc Thi Huỳnh: > > I have both app-example*-dbg* & app-example in IMAGE_INSTALL and the > result is app-example-dbg & app-example & libexample-dbg & libexample are &

Re: [yocto] How to install dbg package and not its dependencies?

2017-05-29 Thread Ngọc Thi Huỳnh
...@linux.intel.com> wrote: > On Sun, 2017-05-28 at 17:23 +0700, Ngọc Thi Huỳnh wrote: > > Hi everyone, > > > > > > Let's say I have app-example package which depends on libexample. > > > > When I add app-example-dbg to IMAGE_INSTALL, libexample-dbg package

[yocto] How to install dbg package and not its dependencies?

2017-05-28 Thread Ngọc Thi Huỳnh
Hi everyone, Let's say I have app-example package which depends on libexample. When I add app-example-dbg to IMAGE_INSTALL, libexample-dbg package is automatically included in the final image which makes the image size become bigger. In this case, is there a way to prevent libexample-dbg from