Re: [yocto] Can't get *.a's into SDK sysroot

2018-07-25 Thread Zoran Stojsavljevic
Andre, > If you are asking why building your image from a completely clean tree > doesn't result in building your recipe (or changing your recipe > doesn't result in the image being rebuilt) then yes it suggests that > your image doesn't include and packages created by your recipe. Your answer re

Re: [yocto] can bitbake build offline ?

2018-07-25 Thread Paul Eggleton
Hi Mohammad, If it's failing during parsing that means you still have a recipe that does not have a proper SRCREV set, which you need to fix as described by the page that Alex linked. The error will be reporting which recipe that is. Cheers, Paul On Thursday, 26 July 2018 5:44:26 AM CEST MOHAM

Re: [yocto] can bitbake build offline ?

2018-07-25 Thread MOHAMMAD RASIM
I tried that and bitbake still fails when disabling the network On 07/21/2018 11:42 AM, Alexander Kanavin wrote: This page has a tip on what might be causing 'git ls-remote': https://wiki.yoctoproject.org/wiki/How_do_I#Q:_How_do_I_create_my_own_source_download_mirror_.3F Alex 2018-07-21 10:3

Re: [yocto] Ordering of anonymous Python functions and task signature calculations

2018-07-25 Thread Richard Purdie
On Wed, 2018-07-25 at 08:47 -0500, Matt Hoosier wrote: > Quite a while ago I wrote the following message: > On Tue, Jan 24, 2017 at 11:55 AM Matt Hoosier > wrote: > > In order to support a use-case that embeds information about the > > Git revision of Yocto itself that was used to make a build, I

Re: [yocto] How to enable http2 for Apache?

2018-07-25 Thread Andre McCurdy
On Wed, Jul 25, 2018 at 12:45 PM, Simon Chamlian wrote: > Trial and errors. > > Is there another way of enabling http2 ? > > In general, if we wish to add flags to a compilation of a package, what is > the proper way of doing it? Start by reading the recipe and see what variables or PACKAGECONFI

[yocto] [ANNOUNCEMENT] Yocto Project 2.2.4 (morty 16.0.4) Released

2018-07-25 Thread Tracy Graydon
Hello, The latest release of the Yocto Project 2.2.4 (morty-16.0.4) is now available for download at: http://downloads.yoctoproject.org/releases/yocto/yocto-2.2.4/poky-morty-16.0.4.tar.bz2 http://mirrors.kernel.org/yocto/yocto/yocto-2.2.4/poky-morty-16.0.4.tar.bz2 A gpg signed version of these

Re: [yocto] How to enable http2 for Apache?

2018-07-25 Thread Simon Chamlian
Trial and errors. Is there another way of enabling http2 ? In general, if we wish to add flags to a compilation of a package, what is the proper way of doing it? Changing the local.conf or the recipe of a given package? On Wed, Jul 25, 2018 at 3:26 PM, Andre McCurdy wrote: > On Wed, Jul 2

Re: [yocto] How to enable http2 for Apache?

2018-07-25 Thread Andre McCurdy
On Wed, Jul 25, 2018 at 11:17 AM, Simon Chamlian wrote: > Hi, > > What is the best way to enable http2 for Apache? > > Do I add > > COMMON_EXTRA_OECONF_append_pn-apache2 = "--enable-http2" > > in local.conf ? No. Wondering what process you went through to arrive at that? --

Re: [yocto] Can't get *.a's into SDK sysroot

2018-07-25 Thread Greg Wilson-Lindberg
Hi Andre, The RDEPENDS did what I needed. Thank you very much, Greg Wilson-Lindberg Principal Firmware Engineer | Sakura Finetek USA, Inc. 1750 W 214th Street | Torrance, CA 90501 | U.S.A. T: +1 310 783 5075 F: +1 310 618 6902 | E: gwil...@sakuraus.com www.sak

[yocto] How to enable http2 for Apache?

2018-07-25 Thread Simon Chamlian
Hi, What is the best way to enable http2 for Apache? Do I add COMMON_EXTRA_OECONF_append_pn-apache2 = "--enable-http2" in local.conf ? Thanks, S -- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

Re: [linux-yocto] [PATCH] Revert mm/vmstat.c: fix vmstat_update() preemption BUG

2018-07-25 Thread Bruce Ashfield
On 2018-07-24 9:47 PM, He Zhe wrote: On 2018年07月25日 04:07, Bruce Ashfield wrote: On 2018-07-23 10:07 PM, He Zhe wrote: On 2018年07月24日 03:21, Bruce Ashfield wrote: Which version/branches is this for ? This is for linux-yocto rt branches. linux-yocto-4.12 does not need this fix, since the

Re: [yocto] Can't get *.a's into SDK sysroot

2018-07-25 Thread Andre McCurdy
On Wed, Jul 25, 2018 at 1:23 AM, Zoran Stojsavljevic wrote: > Hello Andre, > >> RDEPENDS_${PN}-dev += "${PN}-staticdev" > > I also read this email, and decided to investigate myself. Since I > wrote meta-mylayer with cannelloni recipe in it. > > To find out if the recipe works correctly, and it is

Re: [yocto] Ordering of anonymous Python functions and task signature calculations

2018-07-25 Thread Matt Hoosier
(Cross-posting to bitbake-devel.) Quite a while ago I wrote the following message: On Tue, Jan 24, 2017 at 11:55 AM Matt Hoosier wrote: > In order to support a use-case that embeds information about the Git > revision of Yocto itself that was used to make a build, I would like to run > some arb

Re: [yocto] SDK and out of tree modules

2018-07-25 Thread RUSSELL PETERSON
So, this seems broken to me. I managed to get around this issue (sstate-control/manifest-allarch-kernel-devsrc.populate_sysroot not found?) by appending PACKAGE_EXTRA_ARCHS with the MACHINE_ARCH for my bsp. While PACKAGE_ARCHS now has a duplicate in it (it already includes MACHINE_ARCH as wel

Re: [yocto] Can't get *.a's into SDK sysroot

2018-07-25 Thread Zoran Stojsavljevic
Hello Andre, > RDEPENDS_${PN}-dev += "${PN}-staticdev" I also read this email, and decided to investigate myself. Since I wrote meta-mylayer with cannelloni recipe in it. To find out if the recipe works correctly, and it is incorporated (upfront) in ROOTFS, I did the following: [1] Did the compi