Re: [yocto] Problem recipe build with package debian

2015-01-21 Thread Cleiton Bueno
Is already configured with package_deb. I'll check the EXTRA_IMAGE_FEATURES and test. Even if I do not use do_install () it is to install the package? 2015-01-21 20:38 GMT-02:00 Aníbal Limón : > Hi Cleiton, > > If you want to build deb packages you need to set in your local.conf, > > PACKAGE

Re: [yocto] [autobuilder][PATCH 2/2] BuildImages.py: Make -w flag depend on bitbake version check

2015-01-21 Thread Saul Wold
Brendan, Just a heads up, these AB patches will be reviewed when Beth comes back in just over 3 weeks, you should be able to fix your local AB instance for now. Thanks for your patience Sau! On 01/21/2015 03:08 AM, brendan.le.f...@intel.com wrote: From: Brendan Le Foll Because bitbake

Re: [yocto] Problem recipe build with package debian

2015-01-21 Thread Aníbal Limón
Hi Cleiton, If you want to build deb packages you need to set in your local.conf, PACKAGE_CLASSES ?= "package_deb" Also if you want package-management support in the TARGET_IMAGE you need to add package-management to EXTRA_IMAGE_FEATURES. Regards alimon On 21/01/15 15:43, Cleiton Bueno

Re: [yocto] Difference between target, cross, native and nativesdk.

2015-01-21 Thread Denys Dmytriyenko
On Wed, Jan 21, 2015 at 09:23:35PM +, Richard Purdie wrote: > On Wed, 2015-01-21 at 14:27 -0500, Denys Dmytriyenko wrote: > > On Wed, Jan 21, 2015 at 11:23:38AM -0200, Raphael Philipe wrote: > > > I was explained about the difference in a different way. > > > > > > cross generates binary for t

Re: [yocto] Difference between target, cross, native and nativesdk.

2015-01-21 Thread Richard Purdie
On Wed, 2015-01-21 at 16:31 -0500, Denys Dmytriyenko wrote: > On Wed, Jan 21, 2015 at 09:23:35PM +, Richard Purdie wrote: > > On Wed, 2015-01-21 at 14:27 -0500, Denys Dmytriyenko wrote: > > > On Wed, Jan 21, 2015 at 11:23:38AM -0200, Raphael Philipe wrote: > > > > I was explained about the diff

[yocto] Problem recipe build with package debian

2015-01-21 Thread Cleiton Bueno
I have a deb package with several scripts and configurations that I want to use the BBB. I created a recipe, as well as other modules and packages to install. The recipe I'm using is equal below, (removed some details, is just the example base) SUMMARY = "" DESCRIPTION = "" HOMEPAGE = "" LI

Re: [yocto] Difference between target, cross, native and nativesdk.

2015-01-21 Thread Richard Purdie
On Wed, 2015-01-21 at 14:27 -0500, Denys Dmytriyenko wrote: > On Wed, Jan 21, 2015 at 11:23:38AM -0200, Raphael Philipe wrote: > > I was explained about the difference in a different way. > > > > cross generates binary for the host architecture. But the way this > > binary is generated depends of

Re: [yocto] Difference between target, cross, native and nativesdk.

2015-01-21 Thread Denys Dmytriyenko
On Wed, Jan 21, 2015 at 11:23:38AM -0200, Raphael Philipe wrote: > I was explained about the difference in a different way. > > cross generates binary for the host architecture. But the way this > binary is generated depends of the target architecture. Native > generated binaries that do not depen

Re: [yocto] CMake in populate_sdk

2015-01-21 Thread Philip Balister
On 01/21/2015 02:26 PM, Benjamin Fleming wrote: > > >> -Original Message- >> From: Philip Balister [mailto:phi...@balister.org] >> Sent: Tuesday, January 20, 2015 5:29 PM >> To: Benjamin Fleming; yocto@yoctoproject.org >> Subject: Re: [yocto] CMake in populate_sdk >> >> On 01/20/2015 02:4

Re: [yocto] CMake in populate_sdk

2015-01-21 Thread Benjamin Fleming
> -Original Message- > From: Philip Balister [mailto:phi...@balister.org] > Sent: Tuesday, January 20, 2015 5:29 PM > To: Benjamin Fleming; yocto@yoctoproject.org > Subject: Re: [yocto] CMake in populate_sdk > > On 01/20/2015 02:42 PM, Benjamin Fleming wrote: > > How do I add packages to

Re: [yocto] Kernel build woes

2015-01-21 Thread Gary Thomas
On 2015-01-21 09:08, Bruce Ashfield wrote: On 15-01-21 11:02 AM, Gary Thomas wrote: Since the recent changes in how the kernel is built, some useful workflows have been broken. In particular when working on a kernel, I use this sequence quite a lot: $ bitbake virtual/kernel $ bitbake virt

Re: [yocto] Kernel build woes

2015-01-21 Thread Bruce Ashfield
On 15-01-21 11:02 AM, Gary Thomas wrote: Since the recent changes in how the kernel is built, some useful workflows have been broken. In particular when working on a kernel, I use this sequence quite a lot: $ bitbake virtual/kernel $ bitbake virtual/kernel -c devshell ... make some twea

[yocto] Kernel build woes

2015-01-21 Thread Gary Thomas
Since the recent changes in how the kernel is built, some useful workflows have been broken. In particular when working on a kernel, I use this sequence quite a lot: $ bitbake virtual/kernel $ bitbake virtual/kernel -c devshell ... make some tweaks, add a test patch, etc $ bitbake virtual

Re: [yocto] Difference between target, cross, native and nativesdk.

2015-01-21 Thread Otavio Salvador
On Wed, Jan 21, 2015 at 11:23 AM, Raphael Philipe wrote: > I was explained about the difference in a different way. > > cross generates binary for the host architecture. But the way this > binary is generated depends of the target architecture. Native > generated binaries that do not depend of the

Re: [yocto] Difference between target, cross, native and nativesdk.

2015-01-21 Thread Raphael Philipe
I was explained about the difference in a different way. cross generates binary for the host architecture. But the way this binary is generated depends of the target architecture. Native generated binaries that do not depend of the target architecture. Regards, On Tue, Jan 20, 2015 at 12:44 PM

[yocto] Ls1021a how i include nfs-utils correcty

2015-01-21 Thread Hänel-Baas , Alexander
Hi I work with the Layerscape 1021a ,that comes with yocto, i can create the image, dtb und rootfs and start my target. But I cannot mount a nfs directory via "mount -t nfs". The Error message say: "mount: wrong fs type, bad option, bad superblock on 172.16.17.63:/home/sm/myExport, missi

[yocto] [autobuilder][PATCH 1/2] GetBitbakeVersion.py: add buildstep to get the version of bitbake

2015-01-21 Thread brendan . le . foll
From: Brendan Le Foll This step allows people to use the property 'bitbakeversion' in their buildsteps which is useful before running bitbake to check what flags will be supported. Signed-off-by: Brendan Le Foll --- docs/YoctoAutobuilderDevelopersDocument.html | 11 + .../autobuilder

[yocto] [autobuilder][PATCH 2/2] BuildImages.py: Make -w flag depend on bitbake version check

2015-01-21 Thread brendan . le . foll
From: Brendan Le Foll Because bitbake -w flag does not exist in verisons of bitbake prior to 1.25 BuildImages.py is broken for anything older like daisy, adding this check means that -w will only be applied if the GetBitbakeVersion step has been run. Signed-off-by: Brendan Le Foll --- lib/pyth

[yocto] [PATCH][meta-selinux] lxc: inherit enable-selinux

2015-01-21 Thread rongqing.li
From: Roy Li inherit enable-selinux to kill the warning that lxc rdepends on libselinux, but it isn't a build dependency Signed-off-by: Roy Li --- recipes-containers/lxc/lxc_%.bbappend | 1 + 1 file changed, 1 insertion(+) create mode 100644 recipes-containers/lxc/lxc_%.bbappend diff --git a

Re: [yocto] Cannot build the core-image-directfb for

2015-01-21 Thread Yong Li
Thanks for your quick reply. YES! Adding a leading space between the " and directfb, the build works, it is building now! Thanks again! Yong LI 2015-01-21 16:07 GMT+08:00 Moore, Thomas (FtWorth) : > Try adding a space between the quotation mark and directfb: > > DISTRO_FEATURES_append = " direc

Re: [yocto] Cannot build the core-image-directfb for

2015-01-21 Thread Moore, Thomas (FtWorth)
Try adding a space between the quotation mark and directfb: DISTRO_FEATURES_append = " directfb sysvinit" Thomas From: Yong Li Sent: ‎1/‎21/‎2015 9:53 AM To: yocto@yoctoproject.org Cc: Yong Li

Re: [yocto] Cannot build the core-image-directfb for

2015-01-21 Thread Nicolas Dechesne
On Wed, Jan 21, 2015 at 8:51 AM, Yong Li wrote: > DISTRO_FEATURES_append = "directfb sysvinit" > DISTRO_FEATURES_remove = "x11 wayland" i think you are missing a leading space char, it's needed with _append, or _remove. as such directfb gets concatenated with the previous word in the variable. --