Re: [yocto] [RFC][meta-gplv2] layer priority and worth creating branch compatible with morty?

2017-04-21 Thread Andre McCurdy
On Fri, Apr 21, 2017 at 1:59 PM, Martin Jansa wrote: > 1) layer priority, currently it has: >BBFILE_PRIORITY_gplv2 = "1" >which is lower than oe-core with: >BBFILE_PRIORITY_core = "5" >so in order to use recipes from meta-gplv2 layer, user has to

[yocto] [RFC][meta-gplv2] layer priority and worth creating branch compatible with morty?

2017-04-21 Thread Martin Jansa
1) layer priority, currently it has: BBFILE_PRIORITY_gplv2 = "1" which is lower than oe-core with: BBFILE_PRIORITY_core = "5" so in order to use recipes from meta-gplv2 layer, user has to add couple PREFERRED_VERSIONS. Was this intended use for meta-gplv2? I can see some

[yocto] Yocto autotools for shared library using eclipse

2017-04-21 Thread John Tobias
Hello All, I am using eclipse "Luna Service Release 2 (4.4.2) and Neon.3 Release (4.6.3)". I've noticed that the Yocto plugin doesn't have any support for shared library project. Is there any plan to support it in the future?. Regards, John -- ___

Re: [yocto] [meta-raspberrypi][PATCH 1/3] raspberrypi2.conf: Make SERIAL_CONSOLE overwritable

2017-04-21 Thread Mirza Krak
2017-04-21 19:37 GMT+02:00 Paul Barker : > On Fri, Apr 21, 2017 at 5:03 PM, Andrei Gherzan wrote: >> On Thu, Apr 20, 2017 at 06:18:14PM +0100, Andrei Gherzan wrote: >>> Signed-off-by: Andrei Gherzan >>> --- >>>

Re: [linux-yocto] [PATCH] base.cfg: Add POSIX_TIMERS to fix ping hang

2017-04-21 Thread Cal Sullivan
On 04/21/2017 11:19 AM, Bruce Ashfield wrote: On 2017-04-18 11:38 AM, Paul Gortmaker wrote: On 2017-04-17 08:31 PM, Saul Wold wrote: busybox ping was hanging after 1 loop with 4.10.x/4.11.x kernel. ping was hanging waiting for alarm to expire. 4.10.x kernel intrdoduced new kernel config

Re: [yocto] bitbake core-image-base -c do_populate_sdk fails with glibc (unmet dependencies)

2017-04-21 Thread Trevor Woerner
On Fri 2017-04-21 @ 11:37:44 AM, David Bensoussan wrote: > I wanted to generate an sdk and met these errors while executing: > $ bitbake core-image-base -c do_populate_sdk Does adding the "do_" work? Is there any difference if you type: $ bitbake core-image-base -c populate_sdk ? --

Re: [linux-yocto] [PATCH] base.cfg: Add POSIX_TIMERS to fix ping hang

2017-04-21 Thread Bruce Ashfield
On 2017-04-18 11:38 AM, Paul Gortmaker wrote: On 2017-04-17 08:31 PM, Saul Wold wrote: busybox ping was hanging after 1 loop with 4.10.x/4.11.x kernel. ping was hanging waiting for alarm to expire. 4.10.x kernel intrdoduced new kernel config CONFIG_POSIX_TIMERS which needs to be enabled to

Re: [yocto] [meta-raspberrypi][PATCH 1/3] raspberrypi2.conf: Make SERIAL_CONSOLE overwritable

2017-04-21 Thread Paul Barker
On Fri, Apr 21, 2017 at 5:03 PM, Andrei Gherzan wrote: > On Thu, Apr 20, 2017 at 06:18:14PM +0100, Andrei Gherzan wrote: >> Signed-off-by: Andrei Gherzan >> --- >> conf/machine/raspberrypi2.conf | 2 +- >> 1 file changed, 1 insertion(+), 1 deletion(-) >> >>

Re: [yocto] [meta-raspberrypi][PATCH] rpi-base: fix make_dtb_boot_files() for raspberrypi3-64

2017-04-21 Thread Andrei Gherzan
On Fri, Apr 21, 2017 at 10:37:52AM +0200, Andrea Galbusera wrote: > Building the stock wic image for raspberrypi3-64 failed to find dtbs listed in > IMAGE_BOOT_FILES. This patch updates the make_dtb_boot_files() function to > account for dtbs listed in KERNEL_DEVICETREE that do include a path

Re: [yocto] bitbake core-image-base -c do_populate_sdk fails with glibc (unmet dependencies)

2017-04-21 Thread David Bensoussan
Yes sure. Here it is: DISTRO ?= "poky" PACKAGE_CLASSES ?= "package_deb" EXTRA_IMAGE_FEATURES = "debug-tweaks package-management tools-profile" PATCHRESOLVE = "noop" BB_DISKMON_DIRS = "\ STOPTASKS,${TMPDIR},1G,100K \ STOPTASKS,${DL_DIR},1G,100K \ STOPTASKS,${SSTATE_DIR},1G,100K \

Re: [yocto] Installing shared libraries ncurses for custom application

2017-04-21 Thread Burton, Ross
On 19 April 2017 at 17:55, Marc-Antoine Martin wrote: > DEPENDS = "ncurses glibc" > RDEPENDS_${PN} = "ncurses-libform" > glibc is a default dependency so you can remove that. You can remove the explicit RDEPENDS as bitbake will automatically add library runtime

Re: [yocto] bitbake core-image-base -c do_populate_sdk fails with glibc (unmet dependencies)

2017-04-21 Thread Burton, Ross
On 21 April 2017 at 12:37, David Bensoussan wrote: > DISTRO_FEATURES_LIBC = "libc-locales libc-locale-code" > Unless you really need to, don't fiddle stuff like this. Can you share your local.conf? Ross -- ___ yocto

Re: [yocto] [meta-raspberrypi][PATCH] rpi-base: fix make_dtb_boot_files() for raspberrypi3-64

2017-04-21 Thread Andrei Gherzan
On Fri, Apr 21, 2017 at 05:04:40PM +0100, Andrei Gherzan wrote: > On Fri, Apr 21, 2017 at 10:37:52AM +0200, Andrea Galbusera wrote: > > Building the stock wic image for raspberrypi3-64 failed to find dtbs listed > > in > > IMAGE_BOOT_FILES. This patch updates the make_dtb_boot_files() function to

Re: [yocto] [meta-raspberrypi][PATCH 1/3] raspberrypi2.conf: Make SERIAL_CONSOLE overwritable

2017-04-21 Thread Andrei Gherzan
On Thu, Apr 20, 2017 at 06:18:14PM +0100, Andrei Gherzan wrote: > Signed-off-by: Andrei Gherzan > --- > conf/machine/raspberrypi2.conf | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/conf/machine/raspberrypi2.conf b/conf/machine/raspberrypi2.conf >

[yocto] bitbake core-image-base -c do_populate_sdk fails with glibc (unmet dependencies)

2017-04-21 Thread David Bensoussan
Hello, I tried to solve the issue by myself, read on the documentation and check the mailing list, but I couldn't find the information I was looking for. The documentation was of a great help as a guideline but I now don't know how to proceed. I wanted to generate an sdk and met these errors

[yocto] Installing shared libraries ncurses for custom application

2017-04-21 Thread Marc-Antoine Martin
Hi all, I've have some trouble to add ncurses shared libraries to my recipe. I want to add a software to my dist and it uses the ncurses shared libraries. I wrote a recipe for this software but each time I try to build it with bitbake I have the same issue: QA Issue: /usr/bin/mySoft

Re: [yocto] Buildbot / Autobuilder / custom?

2017-04-21 Thread Alain Achkar
Kindly requesting help again, please. I understand that Variscite might not be following the "Yocto way" 100% but surely we can run custom commands using Autobuilder? Please see detailed description in my last post. Thanks! On Mon, Apr 3, 2017 at 9:43 PM, Alain Achkar

[yocto] Release Candidate Build for yocto-2.3.rc2 now available.

2017-04-21 Thread Poky Build User
A release candidate build for yocto-2.3.rc2 is now available at: http://autobuilder.yoctoproject.org/pub/releases/yocto-2.3.rc2 Please begin QA on this build as soon as possible. Build hash information: meta-intel : c7e6889290901f4878f4bfc2180743d0870e55ba meta-qt4 :

Re: [yocto] [OE-core] Yocto cups serial port support

2017-04-21 Thread Weng Josn
Hello, Thank you. Best Regards. 2017-04-19 10:18 GMT+01:00 John, Maxin : > Hi, > > > > Generally, cups serial backend is supported by “cups-filter” package. You > can find that package in the “meta-printing” layer: > > https://github.com/rossburton/meta-printing > > > >

[yocto] [meta-raspberrypi][PATCH] rpi-base: fix make_dtb_boot_files() for raspberrypi3-64

2017-04-21 Thread Andrea Galbusera
Building the stock wic image for raspberrypi3-64 failed to find dtbs listed in IMAGE_BOOT_FILES. This patch updates the make_dtb_boot_files() function to account for dtbs listed in KERNEL_DEVICETREE that do include a path prefix: this is the case for things like broadcom/bcm2710-rpi-3-b.dtb (the