Re: [yocto] How to build a recipe having two versions

2016-11-06 Thread Khem Raj
On 11/6/16 9:53 PM, Bipnesh, Abhinav (Abhinav) wrote: > Hi, > > > > I was looking into a way to build an recipe which has two version files. For > the xerces-c we have two version of files. Below is the list of the same > > ./customlayer/xerces-c/xerces-c_2.8.0.bb > >

[yocto] How to build a recipe having two versions

2016-11-06 Thread Bipnesh, Abhinav (Abhinav)
Hi, I was looking into a way to build an recipe which has two version files. For the xerces-c we have two version of files. Below is the list of the same ./customlayer/xerces-c/xerces-c_2.8.0.bb ./meta-openembedded/meta-oe/recipes-devtools/xerces-c/xerces-c_3.1.2.bb Now as the code we are using

[yocto] [Recipe reporting system] Upgradable recipe name list

2016-11-06 Thread recipe-report
This mail was sent out by Recipe reporting system. This message list those recipes which need to be upgraded. If maintainers believe some of them needn't to upgrade at this time, they can fill RECIPE_NO_UPDATE_REASON in respective recipe file to ignore this remainder until newer upstream version

[linux-yocto] Pull request: Fix compile error when enable CONFIG_CRYPTODEV

2016-11-06 Thread Song liwei
summary: This two patches use to fix the compile error when enable CONFIG_CRYPTODEV Testing Commands: - enable CONFIG_CRYPTODEV=m compile the kernel make make modules_install Testing, Expected Results: -- no compile error jump out. --

[linux-yocto] [PATCH 2/2] cryptodev: stomp dynamic version numbering for in tree builds

2016-11-06 Thread Song liwei
From: Paul Gortmaker The temporary creation of a version header adds complications for builds where src != build (of which it doesn't use $(src) at all) and plus the dependencies on version.h were not working, leading to compile failures. For an in tree build, the

[yocto] [meta-raspberrypi] Issues with dtbo/dtb and USB failure using pl2303

2016-11-06 Thread Martin Bergek
I am trying to build an image using the morty branches of poky and meta-raspberrypi. However, I am only able to use kernel version 4.4 and with that version I have a major issue with the USB stack using pl2303 (USB to serial). Previously I could do a workaround by running 4.1 but lately I am

Re: [yocto] [meta-raspberrypi][PATCH 1/2] firmware: Use release tarballs

2016-11-06 Thread Khem Raj
On 11/6/16 2:14 AM, Paul Barker wrote: > On Sun, 6 Nov 2016 00:25:14 -0700 > Khem Raj wrote: > >> This is a binary repo and its quite large in size >> we do not need the whole history of this repo since >> most of stuff needed is binaries, therefore switch >> to release

Re: [yocto] [meta-raspberrypi][PATCH 2/2] userland: Bump to latest and add ASNEEDED = ""

2016-11-06 Thread Khem Raj
On 11/6/16 2:57 AM, Andrei Gherzan wrote: > On 6 Nov 2016 09:34, "Khem Raj" > wrote: >> >> ASNEEDED does not work with userland libraries as >> noted in see >> https://lists.yoctoproject.org/pipermail/yocto/2014-June/019933.html >> >> Helps with

Re: [yocto] Yocto "Long Term Support"

2016-11-06 Thread Darcy Watkins
I think that LTS is something that you would usually go to one of the many "for hire" software houses that are part of the yocto community. ... or you have to do it yourself. These are usually based on a subscription model of support for distros as supported by the vendor. Just my opinion,

[yocto] Yocto "Long Term Support"

2016-11-06 Thread Vuille, Martin (Martin)
Has there ever been any discussion of making select releases "Long Term Support" releases, i.e., committing to support them for a number of years? Presumably that would entail having the resources to commit a maintainer to that release for the LTS interval. Out of curiosity, how much effort is

Re: [yocto] [meta-raspberrypi][PATCH] rpi-base.inc: Include pi3-disable-bt-overlay.dtb

2016-11-06 Thread Paul Barker
On Sat, 5 Nov 2016 14:56:58 +1100 Jonathan Liu wrote: > This is used to disable Bluetooth and restore the serial console. > > Signed-off-by: Jonathan Liu > --- > conf/machine/include/rpi-base.inc | 1 + > 1 file changed, 1 insertion(+) > > diff --git

Re: [yocto] [meta-raspberrypi][PATCH v3] u-boot: Simplify boot script

2016-11-06 Thread Paul Barker
On Sat, 5 Nov 2016 12:50:07 +1100 Jonathan Liu wrote: > A patch is added to check if the firmware loaded a device tree blob > into memory and set the fdt_addr_r variable if it is found. The U-Boot > script will then read the command line arguments generated by the > firmware

Re: [yocto] [meta-raspberrypi][PATCH 2/2] userland: Bump to latest and add ASNEEDED = ""

2016-11-06 Thread Andrei Gherzan
On 6 Nov 2016 09:34, "Khem Raj" wrote: > > ASNEEDED does not work with userland libraries as > noted in see > https://lists.yoctoproject.org/pipermail/yocto/2014-June/019933.html > > Helps with running kodi using gles2 Some work on kodi. This is nice. > > Signed-off-by: Khem

Re: [yocto] [meta-raspberrypi][PATCH 1/2] firmware: Use release tarballs

2016-11-06 Thread Andrei Gherzan
On 6 Nov 2016 12:53, "Paul Barker" wrote: > > On Sun, 6 Nov 2016 00:25:14 -0700 > Khem Raj wrote: > > > This is a binary repo and its quite large in size > > we do not need the whole history of this repo since > > most of stuff needed is binaries,

Re: [yocto] [meta-raspberrypi][PATCH 1/2] firmware: Use release tarballs

2016-11-06 Thread Paul Barker
On Sun, 6 Nov 2016 00:25:14 -0700 Khem Raj wrote: > This is a binary repo and its quite large in size > we do not need the whole history of this repo since > most of stuff needed is binaries, therefore switch > to release tarballs > > Signed-off-by: Khem Raj

[yocto] [meta-raspberrypi][PATCH 1/2] firmware: Use release tarballs

2016-11-06 Thread Khem Raj
This is a binary repo and its quite large in size we do not need the whole history of this repo since most of stuff needed is binaries, therefore switch to release tarballs Signed-off-by: Khem Raj --- recipes-bsp/common/firmware.inc | 12 +++- 1 file changed, 7

[yocto] [meta-raspberrypi][PATCH 2/2] userland: Bump to latest and add ASNEEDED = ""

2016-11-06 Thread Khem Raj
ASNEEDED does not work with userland libraries as noted in see https://lists.yoctoproject.org/pipermail/yocto/2014-June/019933.html Helps with running kodi using gles2 Signed-off-by: Khem Raj --- .../userland/0003-wayland-Add-Wayland-example.patch| 14 +++---