Re: [yocto] Mapping root filesystem files back into packages

2016-01-19 Thread Paul Eggleton
On Tue, 19 Jan 2016 08:31:09 Ulf Magnusson wrote: > On Mon, Jan 18, 2016 at 9:15 PM, Paul Eggleton > wrote: > > On Mon, 18 Jan 2016 10:56:41 Ulf Magnusson wrote: > >> To support an in-house packaging format, we need to partition the root > >> filesystem into a number of packages (called "internal

Re: [yocto] ipv6 testing

2016-01-19 Thread Yuki Machida
Hi, > Does Yocto do any IPv6 conformance testing? We are using IPv6 Ready Logo Conformance Test. It can check the basic function of IPv6. What’s IPv6 Ready Logo https://www.ipv6ready.org IPv6 Ready Logo test suite http://www.tahi.org Embedded Linux Distributor of Fujitsu includes LTSI Kernel

[yocto] Ubuntu-Core vs Yocto

2016-01-19 Thread Ayoub Zaki
Hello all, what are the pros and cons using a Yocto Linux based Distro Vs Ubuntu Core ? Best regards -- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

Re: [yocto] Mapping root filesystem files back into packages

2016-01-19 Thread Ulf Magnusson
On Tue, Jan 19, 2016 at 10:20 AM, Paul Eggleton wrote: > On Tue, 19 Jan 2016 08:31:09 Ulf Magnusson wrote: >> On Mon, Jan 18, 2016 at 9:15 PM, Paul Eggleton >> wrote: >> > On Mon, 18 Jan 2016 10:56:41 Ulf Magnusson wrote: >> >> To support an in-house packaging format, we need to partition the roo

[yocto] yocto and linux mint 17.3

2016-01-19 Thread idealsim
Hi all, i'm new on yocto and i have a problem to start a buil with my host pc. My pc is under linux mint 17.3 (cinnamon) 64 bits. When i launch a bitbake, i have this error : ImportError: No module named pysqlite2 /home/mls/bin/fsl-release-bsp/sources/poky/bitbake/lib/bb/event.py:107: Run

[yocto] PREFERRED_VERSION for native package

2016-01-19 Thread Vuille, Martin (Martin)
Yocto Fido I am trying to use PREFERRED_VERSION to select an earlier version of the "db" package. The build includes both db and db-native variants of the package. I set PREFERRED_VERSION_db variable and this successfully changes the version of the db package but not the db-native package. I tri

Re: [yocto] PREFERRED_VERSION for native package

2016-01-19 Thread Vuille, Martin (Martin)
OK, found the problem. To achieve my objective, the right approach is to add "AGPL-3.0" to INCOMPATIBLE_LICENSE. This causes the build to fall back to the older version of db. However, I figured this out after finding the following line in poky/meta/conf/distro/include/default-versions.inc:

Re: [yocto] Mapping root filesystem files back into packages

2016-01-19 Thread Paul Eggleton
On Tue, 19 Jan 2016 13:01:20 Ulf Magnusson wrote: > On Tue, Jan 19, 2016 at 10:20 AM, Paul Eggleton > > wrote: > > On Tue, 19 Jan 2016 08:31:09 Ulf Magnusson wrote: > >> On Mon, Jan 18, 2016 at 9:15 PM, Paul Eggleton > >> > >> wrote: > >> > On Mon, 18 Jan 2016 10:56:41 Ulf Magnusson wrote: > >>

[yocto] [meta-qt4][PATCH 1/3] qwt: Add recipe.

2016-01-19 Thread Philip Balister
* Copied from meta-openembedded/jethro. * Used by GNU Radio. Signed-off-by: Philip Balister --- .../qwt-6.0.1/qwt6-fix-linking-with-ld-gold.patch | 34 + recipes-qt4/recipes-libs/qwt-6.0.1/qwt6.patch | 86 ++ recipes-qt4/recipes-libs/qwt.inc

[yocto] [meta-qt4][PATCH 3/3] python-pyqt: Add recipe.

2016-01-19 Thread Philip Balister
* Recipe copied from meta-openembedded/jethro. * Used by GNU Radio. Signed-off-by: Philip Balister --- recipes-qt4/recipes-python/python-pyqt_4.11.3.bb | 59 1 file changed, 59 insertions(+) create mode 100644 recipes-qt4/recipes-python/python-pyqt_4.11.3.bb diff --g

[yocto] [meta-qt4][PATCH 2/3] sip: Add recipe.

2016-01-19 Thread Philip Balister
* Recipe copied from meta-openembedded/jethro. * Used by GNU Radio. Signed-off-by: Philip Balister --- recipes-qt4/recipes-python/sip_4.16.4.bb | 54 1 file changed, 54 insertions(+) create mode 100644 recipes-qt4/recipes-python/sip_4.16.4.bb diff --git a/rec

Re: [yocto] PREFERRED_VERSION for native package

2016-01-19 Thread Khem Raj
> On Jan 19, 2016, at 8:13 AM, Vuille, Martin (Martin) > wrote: > > OK, found the problem. > > To achieve my objective, the right approach is to add “AGPL-3.0” to > INCOMPATIBLE_LICENSE. > This causes the build to fall back to the older version of db. > > However, I figured this out after fi

Re: [yocto] PREFERRED_VERSION for native package

2016-01-19 Thread Vuille, Martin (Martin)
> From: Khem Raj [mailto:raj.k...@gmail.com] > Sent: January 19, 2016 1:58 PM > > its a distro policy based upon licensing if weak assignment is used then the > licensing  won’t be able to enforce the decision > if someone overrides it.  Thanks, that makes sense.  MV   -- __

[yocto] when two append/inc files are there which one it will prefer

2016-01-19 Thread Vivek Per
Hi, This must very basic question but i want to know if i have two .bbappend / .inc files are present in different layer. yocto prefer which .bbappend/.inc file? from layer priority comes in to picture. thanks and regards vivek -- ___ yocto maili