Re: [OE-core] [PATCH 3/3] libical: Upgrade 1.0.0 -> 1.0.1

2015-08-21 Thread Jussi Kukkonen
On 20 August 2015 at 19:11, Burton, Ross wrote: > > On 20 August 2015 at 12:39, Jussi Kukkonen wrote: >> >> +inherit cmake perlnative > > Why perlnative considering it doesn't depend on any native perl modules? It does some fairly simple header autogeneration during build (see src/libical/Makefi

Re: [OE-core] [PATCH 3/3] libical: Upgrade 1.0.0 -> 1.0.1

2015-08-21 Thread Jussi Kukkonen
On 21 August 2015 at 10:08, Jussi Kukkonen wrote: > On 20 August 2015 at 19:11, Burton, Ross wrote: >> >> On 20 August 2015 at 12:39, Jussi Kukkonen wrote: >>> >>> +inherit cmake perlnative >> >> Why perlnative considering it doesn't depend on any native perl modules? > > It does some fairly sim

Re: [OE-core] [PATCH 2/2 v2] libcap-ng: add package 0.7.7

2015-08-21 Thread Khem Raj
On Thu, Aug 20, 2015 at 10:38 PM, wrote: > From: Wenzong Fan > > Pull package from meta-oe to oe-core: > meta-oe commit: bce4dba5546480c8e43c6442959ac7d0a4ef32f6 > > The libcap-ng library is intended to make programming with posix > capabilities much easier than the traditional libcap library. >

Re: [OE-core] [RFC PATCH 1/1] classes/whitelist: add class to allow whitelisting recipes from a layer

2015-08-21 Thread Huang, Jie (Jackie)
> -Original Message- > From: openembedded-core-boun...@lists.openembedded.org > [mailto:openembedded-core- > boun...@lists.openembedded.org] On Behalf Of Patrick Ohly > Sent: Thursday, August 20, 2015 9:47 PM > To: Paul Eggleton > Cc: openembedded-core@lists.openembedded.org > Subject: R

[OE-core] [PATCH] perf: fix the check

2015-08-21 Thread rongqing.li
From: Roy Li $(grep xxx xxx) never returns 0, it maybe return empty or a string, and can not compare with 0 Signed-off-by: Roy Li --- meta/recipes-kernel/perf/perf.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-kernel/perf/perf.bb b/meta/recipes-kernel/perf

Re: [OE-core] [PATCH] nettle: clean up license information

2015-08-21 Thread Jussi Kukkonen
On 18 August 2015 at 11:03, Martin Jansa wrote: > On Sun, Aug 09, 2015 at 10:58:21AM +0530, Armin Kuster wrote: >> adding the license definitions on the few packages that >> deviate from the overall package license. >> >> based on http://www.lysator.liu.se/~nisse/nettle/nettle.html#Copyright >> an

Re: [OE-core] [PATCH 2/4 V2] systemd: Upgrade 219 -> 224

2015-08-21 Thread ChenQi
Hi Khem, I built core-image-minimal for qemuarm64. There's a lot of failures and warnings at boot time and the system boots into rescue mode. And I also verified 199 has no such problem. Best Regards, Chen Qi On 08/21/2015 09:46 AM, Randy MacLeod wrote: On 2015-08-20 09:17 PM, Khem Raj wrote

[OE-core] [PATCH 0/5] Packages Upgrade

2015-08-21 Thread Robert Yang
The following changes since commit c38acd720b3f6ffbeb544063692eb471dada8593: binconfig-disabled: write an message to stderr to help confused developers (2015-08-19 17:57:58 +0100) are available in the git repository at: git://git.openembedded.org/openembedded-core-contrib rbt/PU http://cg

[OE-core] [PATCH 5/5] oprofile: 1.0.0 -> 1.1.0

2015-08-21 Thread Robert Yang
* Remove backport patch filemode-fix.patch. * Update --with-kernel=${STAGING_DIR_HOST}/${prefix} to find kernel headers (linux/*.h) to fix the error: | checking kernel supports perf_events... unknown -- perf_event.h not found | ERROR: You requested to build oprofile with '--with-kernel=/buildare

[OE-core] [PATCH 1/5] gnupg: 2.1.6 -> 2.1.7

2015-08-21 Thread Robert Yang
Signed-off-by: Robert Yang --- .../gnupg/{gnupg_2.1.6.bb => gnupg_2.1.7.bb} |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-support/gnupg/{gnupg_2.1.6.bb => gnupg_2.1.7.bb} (89%) diff --git a/meta/recipes-support/gnupg/gnupg_2.1.6.bb b/meta/recipes-suppor

[OE-core] [PATCH 3/5] gnu-efi: 3.0.2 -> 3.0.3

2015-08-21 Thread Robert Yang
Signed-off-by: Robert Yang --- .../gnu-efi/{gnu-efi_3.0.2.bb => gnu-efi_3.0.3.bb} |5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) rename meta/recipes-bsp/gnu-efi/{gnu-efi_3.0.2.bb => gnu-efi_3.0.3.bb} (93%) diff --git a/meta/recipes-bsp/gnu-efi/gnu-efi_3.0.2.bb b/meta/recipes-bsp

[OE-core] [PATCH 4/5] btrfs-tools: 4.1.1 -> 4.1.2

2015-08-21 Thread Robert Yang
Signed-off-by: Robert Yang --- .../btrfs-tools/btrfs-tools_git.bb |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-devtools/btrfs-tools/btrfs-tools_git.bb b/meta/recipes-devtools/btrfs-tools/btrfs-tools_git.bb index 4ad4b81..15cc3f2 100644 --- a

[OE-core] [PATCH 2/5] man-pages: 4.01 -> 4.02

2015-08-21 Thread Robert Yang
Signed-off-by: Robert Yang --- .../{man-pages_4.01.bb => man-pages_4.02.bb} |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-extended/man-pages/{man-pages_4.01.bb => man-pages_4.02.bb} (86%) diff --git a/meta/recipes-extended/man-pages/man-pages_4.01.bb b

[OE-core] [PATCH 0/1] meta: remove unneeded INSANE_SKIP

2015-08-21 Thread Robert Yang
The following changes since commit c38acd720b3f6ffbeb544063692eb471dada8593: binconfig-disabled: write an message to stderr to help confused developers (2015-08-19 17:57:58 +0100) are available in the git repository at: git://git.openembedded.org/openembedded-core-contrib rbt/insane http

[OE-core] [PATCH 1/1] meta: remove unneeded INSANE_SKIP

2015-08-21 Thread Robert Yang
The build works well after remove INSANE_SKIP from the following recipes: meta/recipes-bsp/grub/grub_2.00.bb meta/recipes-bsp/grub/grub_git.bb meta/recipes-core/dbus/dbus.inc meta/recipes-core/glib-2.0/glib.inc meta/recipes-devtools/pseudo/pseudo.inc meta/recipes-devtools/syslinux/syslinux_6.03.bb

Re: [OE-core] [PATCH] uclibc: Add SRCBRANCH for use by SRC_URI

2015-08-21 Thread Otavio Salvador
On Thu, Aug 20, 2015 at 11:19 PM, Khem Raj wrote: > On Thu, Aug 20, 2015 at 12:32 AM, Yen-Chin Lee wrote: >> -SRC_URI = "git://uclibc.org/uClibc.git;branch=master \ >> +SRCBRANCH ??= "master" >> + >> +SRC_URI = "git://uclibc.org/uClibc.git;branch=${SRCBRANCH} \ > > this is ok. Just call is BRANCH

Re: [OE-core] [PATCH 1/1] meta: remove unneeded INSANE_SKIP

2015-08-21 Thread Robert Yang
On 08/21/2015 06:24 PM, Robert Yang wrote: The build works well after remove INSANE_SKIP from the following recipes: meta/recipes-bsp/grub/grub_2.00.bb meta/recipes-bsp/grub/grub_git.bb meta/recipes-core/dbus/dbus.inc Sorry, the one for dbus should be kept: INSANE_SKIP_${PN}-ptest += "build-d

Re: [OE-core] [RFC PATCH 1/1] classes/whitelist: add class to allow whitelisting recipes from a layer

2015-08-21 Thread Richard Purdie
On Wed, 2015-08-19 at 14:34 +0100, Paul Eggleton wrote: > Allow restricting recipes brought from a layer to a specified list. This > is similar in operation to blacklist.bbclass, but instead specifies a > per-layer whitelist of recipes (matched by BPN) that are able to be > built from the layer - a

Re: [OE-core] [PATCH 2/5] man-pages: 4.01 -> 4.02

2015-08-21 Thread Jussi Kukkonen
On 21 August 2015 at 13:15, Robert Yang wrote: > Signed-off-by: Robert Yang > --- > .../{man-pages_4.01.bb => man-pages_4.02.bb} |4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > rename meta/recipes-extended/man-pages/{man-pages_4.01.bb => > man-pages_4.02.bb} (86%) Maxin

Re: [OE-core] [PATCH 4/5] btrfs-tools: 4.1.1 -> 4.1.2

2015-08-21 Thread Jussi Kukkonen
On 21 August 2015 at 13:15, Robert Yang wrote: > Signed-off-by: Robert Yang > --- > .../btrfs-tools/btrfs-tools_git.bb |2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/meta/recipes-devtools/btrfs-tools/btrfs-tools_git.bb > b/meta/recipes-devtools/btrfs

Re: [OE-core] [RFC PATCH 1/1] classes/whitelist: add class to allow whitelisting recipes from a layer

2015-08-21 Thread Otavio Salvador
On Fri, Aug 21, 2015 at 7:45 AM, Richard Purdie wrote: > On Wed, 2015-08-19 at 14:34 +0100, Paul Eggleton wrote: >> Allow restricting recipes brought from a layer to a specified list. This >> is similar in operation to blacklist.bbclass, but instead specifies a >> per-layer whitelist of recipes (m

Re: [OE-core] [PATCH 4/5] btrfs-tools: 4.1.1 -> 4.1.2

2015-08-21 Thread Robert Yang
On 08/21/2015 06:47 PM, Jussi Kukkonen wrote: On 21 August 2015 at 13:15, Robert Yang wrote: Signed-off-by: Robert Yang --- .../btrfs-tools/btrfs-tools_git.bb |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-devtools/btrfs-tools/btrfs-too

Re: [OE-core] [PATCH 2/5] man-pages: 4.01 -> 4.02

2015-08-21 Thread Robert Yang
On 08/21/2015 06:45 PM, Jussi Kukkonen wrote: On 21 August 2015 at 13:15, Robert Yang wrote: Signed-off-by: Robert Yang --- .../{man-pages_4.01.bb => man-pages_4.02.bb} |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-extended/man-pages/{man-pages_4

[OE-core] [PATCH] oeqa/oetest.py: add better pkg. search for hasPackage()

2015-08-21 Thread Costin Constantin
Modified hasPackage() to split the content of pkg. manifest file in containing lines and search at the begining of each line the existance of the needed pkg. [YOCTO #8170] Signed-off-by: Costin Constantin --- meta/lib/oeqa/oetest.py | 10 ++ 1 file changed, 6 insertions(+), 4 deletions(

Re: [OE-core] [RFC PATCH 1/1] classes/whitelist: add class to allow whitelisting recipes from a layer

2015-08-21 Thread Patrick Ohly
On Fri, 2015-08-21 at 11:45 +0100, Richard Purdie wrote: > On Wed, 2015-08-19 at 14:34 +0100, Paul Eggleton wrote: > > Allow restricting recipes brought from a layer to a specified list. This > > is similar in operation to blacklist.bbclass, but instead specifies a > > per-layer whitelist of recipe

Re: [OE-core] [PATCH] nettle: clean up license information

2015-08-21 Thread Martin Jansa
On Fri, Aug 21, 2015 at 11:48:30AM +0300, Jussi Kukkonen wrote: > On 18 August 2015 at 11:03, Martin Jansa wrote: > > On Sun, Aug 09, 2015 at 10:58:21AM +0530, Armin Kuster wrote: > >> adding the license definitions on the few packages that > >> deviate from the overall package license. > >> > >>

Re: [OE-core] gnutls/nettle/gmp licensing and versions

2015-08-21 Thread Jussi Kukkonen
On 18 August 2015 at 11:35, Martin Jansa wrote: > On Thu, Aug 13, 2015 at 03:42:45PM +0300, Jussi Kukkonen wrote: >> On 12 August 2015 at 17:14, Jussi Kukkonen wrote: >> > Hi, >> > >> > I realise I'm a bit late (with the commit in master already) but I'm >> > looking at upgrading this recipe and

Re: [OE-core] [PATCH] oeqa/oetest.py: add better pkg. search for hasPackage()

2015-08-21 Thread Burton, Ross
On 21 August 2015 at 12:37, Costin Constantin wrote: > +for item in oeTest.tc.pkgmanifest.split('\n'): > +if re.match(pkg, item): > +return True > +break > +else: > +return False > I just had to look up the for/else syntax a

Re: [OE-core] [PATCH 3/3] libical: Upgrade 1.0.0 -> 1.0.1

2015-08-21 Thread Burton, Ross
On 21 August 2015 at 08:08, Jussi Kukkonen wrote: > It does some fairly simple header autogeneration during build (see > src/libical/Makefile.am and scripts/). As far as I can tell it does > not require modules other than core -- but I don't know much about > perl (especially in OE build) so let

Re: [OE-core] [PATCH 4/5] btrfs-tools: 4.1.1 -> 4.1.2

2015-08-21 Thread alexander . kanavin
>> Is there no PV change here? > > Thanks, I updated in the repo. > -PV = "4.1.1+git${SRCPV}" > +PV = "4.1.2+git${SRCPV}" You can also rename the recipe to btrfs-tools_4.1.2.bb and remove the PV altogether. The above form is only needed if you're taking something from git that is not a pristine ta

Re: [OE-core] [PATCH V2] systemd: Upgrade 219 -> 224

2015-08-21 Thread alexander . kanavin
>> This will help anyone who will make changes to this recipe in the future >> and will need to find out why certain things were done in the past. > > yeah, I have added pointers to commits instead. Thanks, it looks much better now! Alex -- ___ Openem

Re: [OE-core] [PATCH] perf: fix the check

2015-08-21 Thread Burton, Ross
On 21 August 2015 at 09:06, wrote: > + if [ "${@perf_feature_enabled('perf-scripting', 1, 0, d)}" = "1" > ] && grep -q install-python_ext ${S}/tools/perf/Makefile; then > So now of course Python gets installed, but not packaged: ERROR: QA Issue: perf: Files/directories were installed but

Re: [OE-core] Try to fix qemu freezing due to full socket buffers

2015-08-21 Thread Burton, Ross
On 20 August 2015 at 23:24, Randy Witt wrote: > Randy Witt (3): > qemurunner.py: Move some class variables that should only be local > qemurunner: Make create_socket() return data and use exceptions > qemurunner: Use two serial ports and log console with a thread https://autob

Re: [OE-core] Try to fix qemu freezing due to full socket buffers

2015-08-21 Thread Richard Purdie
On Fri, 2015-08-21 at 14:36 +0100, Burton, Ross wrote: > > On 20 August 2015 at 23:24, Randy Witt > wrote: > Randy Witt (3): > qemurunner.py: Move some class variables that should > only be local > qemurunner: Make create_socket() return data and use >

Re: [OE-core] [PATCH] perf: fix the check

2015-08-21 Thread Richard Purdie
On Fri, 2015-08-21 at 14:26 +0100, Burton, Ross wrote: > > On 21 August 2015 at 09:06, wrote: > + if [ "${@perf_feature_enabled('perf-scripting', 1, 0, > d)}" = "1" ] && grep -q install-python_ext > ${S}/tools/perf/Makefile; then > > > So now of course Pyth

Re: [OE-core] Try to fix qemu freezing due to full socket buffers

2015-08-21 Thread Burton, Ross
On 21 August 2015 at 14:41, Richard Purdie < richard.pur...@linuxfoundation.org> wrote: > It was meant to fix the issue where qemu hangs and stops responding to > network requests. Its a useful datapoint that the systemd issues remain > though. Was there a systemd upgrade in mut out of interest (a

[OE-core] [poky][PATCH v4 2/2] gstreamer1.0: Fix QoS/lateness checking if subclass implements prepare/prepare_list vfuncs

2015-08-21 Thread Yuqing Zhu
In function gst_base_sink_chain_unlocked(), it should calculate jitter based on current media clock, rather than just passing 0. Or it will drop all the frames when rewind in slow speed, such as -2X. Signed-off-by: Yuqing Zhu --- ...x-QoS-lateness-checking-if-subclass-imple.patch | 70 ++

[OE-core] [poky][PATCH v4 0/2] gstreamer1.0: Add patches for Gstreamer 1.4.5

2015-08-21 Thread Yuqing Zhu
Fix sticky events haven't been sent out when active track reach EOS Fix QoS/lateness checking if subclass implements prepare/prepare_list vfuncs Yuqing Zhu (2): gstreamer1.0: Fix ticky events haven't been sent out when active track reach EOS gstreamer1.0: Fix QoS/lateness checking if sub

[OE-core] [poky][PATCH v4 1/2] gstreamer1.0: Fix ticky events haven't been sent out when active track reach EOS

2015-08-21 Thread Yuqing Zhu
EOS event hasn't been sent to down-element. The resolution is block EOS event of inactive pad, sending the event after the pad actived. Signed-off-by: Yuqing Zhu --- ...cky-events-haven-t-send-out-when-ac-1-4-1.patch | 167 + .../gstreamer/gstreamer1.0_1.4.5.bb

Re: [OE-core] [PATCH] nettle: clean up license information

2015-08-21 Thread akuster808
On 08/21/2015 05:06 AM, Martin Jansa wrote: On Fri, Aug 21, 2015 at 11:48:30AM +0300, Jussi Kukkonen wrote: On 18 August 2015 at 11:03, Martin Jansa wrote: On Sun, Aug 09, 2015 at 10:58:21AM +0530, Armin Kuster wrote: adding the license definitions on the few packages that deviate from the

Re: [OE-core] [PATCH] nettle: clean up license information

2015-08-21 Thread Martin Jansa
On Fri, Aug 21, 2015 at 07:31:40AM -0700, akuster808 wrote: > > > On 08/21/2015 05:06 AM, Martin Jansa wrote: > > On Fri, Aug 21, 2015 at 11:48:30AM +0300, Jussi Kukkonen wrote: > >> On 18 August 2015 at 11:03, Martin Jansa wrote: > >>> On Sun, Aug 09, 2015 at 10:58:21AM +0530, Armin Kuster wrot

Re: [OE-core] [PATCHv2 1/1] screen: Upgrade 4.0.3 -> 4.3.1

2015-08-21 Thread Radzykewycz, T (Radzy)
> From: Khem Raj [raj.k...@gmail.com] > Sent: Thursday, August 20, 2015 2:41 PM > To: BURTON, ROSS > Cc: Radzykewycz, T (Radzy); Patches and discussions about the oe-core layer > > Subject: Re: [OE-core] [PATCHv2 1/1] screen

[OE-core] Yocto Project Status WW34

2015-08-21 Thread Jolley, Stephen K
Current Dev Position: 1.9 Milestone 3 (M3) Next Deadline: M3 cut off of August 24th at noon GMT SWAT team rotation: Tracy -> Alejandro https://wiki.yoctoproject.org/wiki/Yocto_Build_Failure_Swat_Team Key Status/Updates: * The autobuilder situation has become problematic as it appears some t

Re: [OE-core] [PATCH] uclibc: Add SRCBRANCH for use by SRC_URI

2015-08-21 Thread Khem Raj
On Fri, Aug 21, 2015 at 3:31 AM, Otavio Salvador wrote: > On Thu, Aug 20, 2015 at 11:19 PM, Khem Raj wrote: >> On Thu, Aug 20, 2015 at 12:32 AM, Yen-Chin Lee wrote: >>> -SRC_URI = "git://uclibc.org/uClibc.git;branch=master \ >>> +SRCBRANCH ??= "master" >>> + >>> +SRC_URI = "git://uclibc.org/uCli

Re: [OE-core] [PATCH 2/4 V2] systemd: Upgrade 219 -> 224

2015-08-21 Thread Khem Raj
On Fri, Aug 21, 2015 at 3:14 AM, ChenQi wrote: > Hi Khem, > > I built core-image-minimal for qemuarm64. > There's a lot of failures and warnings at boot time and the system boots > into rescue mode. Can you paste the boot logs somewhere ? > And I also verified 199 has no such problem. > > Best R

[OE-core] Get patch of all manual changes done in sources.

2015-08-21 Thread Kucharczyk, Bartlomiej (Nokia - PL/Wroclaw)
Hello! Is there any automated way to get diff of all manual changes done in recipe sources? Use case is: 1. bitbake something -c devshell 2. # manually modify sources # 3. bitbake image 4. bitbake something2 -c devshell 5. # manually modify sources # 6. bitbake image ... n. bitbake image And no

Re: [OE-core] [PATCH 5/5] rpm: update to 5.4.15

2015-08-21 Thread alexander . kanavin
> The autobuilder exploded with failures like: > > https://autobuilder.yoctoproject.org/main/builders/build-appliance/builds/430/steps/BuildImages_1/logs/stdio > > which are due to the installed manifest file listing installed packages > being empty. After spending some time with this issue I have

Re: [OE-core] Get patch of all manual changes done in sources.

2015-08-21 Thread Burton, Ross
On 21 August 2015 at 17:04, Kucharczyk, Bartlomiej (Nokia - PL/Wroclaw) < bartlomiej.kucharc...@nokia.com> wrote: > Hello! > > Is there any automated way to get diff of all manual changes done in > recipe sources? > > Use case is: > 1. bitbake something -c devshell > 2. # manually modify sources #

Re: [OE-core] [RFC PATCH 1/1] classes/whitelist: add class to allow whitelisting recipes from a layer

2015-08-21 Thread Khem Raj
On Fri, Aug 21, 2015 at 3:45 AM, Richard Purdie wrote: > On Wed, 2015-08-19 at 14:34 +0100, Paul Eggleton wrote: >> Allow restricting recipes brought from a layer to a specified list. This >> is similar in operation to blacklist.bbclass, but instead specifies a >> per-layer whitelist of recipes (m

[OE-core] [PATCH v2] bb.utils.movefile: specify dest file name

2015-08-21 Thread Benjamin Esquivel
When moving a file via the python os.rename function it is required to specify the path including the file name at the end. Failure to provide this file name at the destination argument of the os.rename function raises an OSError exception. [YOCTO#8180] Signed-off-by: Benjamin Esquivel ---

Re: [OE-core] [PATCH] init-install-efi.sh: Avoid /mnt/mtab creation if already present

2015-08-21 Thread Benjamin Esquivel
Hi Leo, this fix looks good to me, can you mention how did you test this? On Mon, 2015-08-03 at 15:01 +, leonardo.sandoval.gonza...@linux.intel.com wrote: > From: Leonardo Sandoval > > The base-files recipe installs /mnt/mtab (it is a softlink of > /proc/mounts), > so if an image includes t

Re: [OE-core] [poky][PATCH v4 2/2] gstreamer1.0: Fix QoS/lateness checking if subclass implements prepare/prepare_list vfuncs

2015-08-21 Thread Otavio Salvador
On Fri, Aug 21, 2015 at 11:29 AM, Yuqing Zhu wrote: > In function gst_base_sink_chain_unlocked(), it should calculate jitter based > on current media clock, rather than just passing 0. > Or it will drop all the frames when rewind in slow speed, such as -2X. > > Signed-off-by: Yuqing Zhu Acked-by

[OE-core] [PATCH] Rename 'BRANCH' variable to 'SRC_BRANCH' for clearness

2015-08-21 Thread Otavio Salvador
The 'BRANCH' variable name has no explicit relation with the SRC_URI. Using 'SRC_BRANCH' makes it more obvious and easier to identify. This patch makes the use consistent across the metadata. Signed-off-by: Otavio Salvador --- meta/recipes-core/glibc/cross-localedef-native_2.22.bb | 4 ++-- me

Re: [OE-core] [PATCH] uclibc: Add SRCBRANCH for use by SRC_URI

2015-08-21 Thread Otavio Salvador
On Fri, Aug 21, 2015 at 12:33 PM, Khem Raj wrote: > On Fri, Aug 21, 2015 at 3:31 AM, Otavio Salvador > wrote: >> On Thu, Aug 20, 2015 at 11:19 PM, Khem Raj wrote: >>> On Thu, Aug 20, 2015 at 12:32 AM, Yen-Chin Lee wrote: -SRC_URI = "git://uclibc.org/uClibc.git;branch=master \ +SRCBRAN

Re: [OE-core] [RFC PATCH 1/1] classes/whitelist: add class to allow whitelisting recipes from a layer

2015-08-21 Thread Otavio Salvador
On Fri, Aug 21, 2015 at 2:45 PM, Khem Raj wrote: > On Fri, Aug 21, 2015 at 3:45 AM, Richard Purdie > wrote: >> On Wed, 2015-08-19 at 14:34 +0100, Paul Eggleton wrote: >>> Allow restricting recipes brought from a layer to a specified list. This >>> is similar in operation to blacklist.bbclass, but

Re: [OE-core] [PATCH] Rename 'BRANCH' variable to 'SRC_BRANCH' for clearness

2015-08-21 Thread Khem Raj
> On Aug 21, 2015, at 2:38 PM, Otavio Salvador wrote: > > The 'BRANCH' variable name has no explicit relation with the > SRC_URI. Using 'SRC_BRANCH' makes it more obvious and easier to > identify. Look good to me, just may be avoid ‘_’ and call it SRCBRANCH > > This patch makes the use consis

Re: [OE-core] [poky][PATCH v4 0/2] gstreamer1.0: Add patches for Gstreamer 1.4.5

2015-08-21 Thread Carlos Rafael Giani
These are backports, so I do not see a problem with them. However, keep in mind that GStreamer 1.6 will be out in a few days, so I recommend hold off any patches that are not backports. I have recipes prepared for 1.5.90 (= 1.6 release candidate) that I will then send to the mailing list. New p

Re: [OE-core] [PATCH] Rename 'BRANCH' variable to 'SRC_BRANCH' for clearness

2015-08-21 Thread Otavio Salvador
On Fri, Aug 21, 2015 at 6:49 PM, Khem Raj wrote: > >> On Aug 21, 2015, at 2:38 PM, Otavio Salvador wrote: >> >> The 'BRANCH' variable name has no explicit relation with the >> SRC_URI. Using 'SRC_BRANCH' makes it more obvious and easier to >> identify. > > Look good to me, just may be avoid ‘_’ a

Re: [OE-core] [poky][PATCH v4 0/2] gstreamer1.0: Add patches for Gstreamer 1.4.5

2015-08-21 Thread Otavio Salvador
On Fri, Aug 21, 2015 at 6:57 PM, Carlos Rafael Giani wrote: > These are backports, so I do not see a problem with them. However, keep in > mind that GStreamer 1.6 will be out in a few days, so I recommend hold off > any patches that are not backports. I have recipes prepared for 1.5.90 (= > 1.6 re

Re: [OE-core] [poky][PATCH v4 0/2] gstreamer1.0: Add patches for Gstreamer 1.4.5

2015-08-21 Thread Carlos Rafael Giani
Am 2015-08-22 um 00:01 schrieb Otavio Salvador: On Fri, Aug 21, 2015 at 6:57 PM, Carlos Rafael Giani wrote: These are backports, so I do not see a problem with them. However, keep in mind that GStreamer 1.6 will be out in a few days, so I recommend hold off any patches that are not backports.

[OE-core] Extensible SDK install errors

2015-08-21 Thread Adam Lee
Hello, I built the Extensible SDK on Fido (bitbake core-image-minimal -c populate_sdk_ext). During the installation I get this permission error: $ ./poky-glibc-x86_64-core-image-minimal-armv5e-toolchain-ext-1.8.sh > Enter target directory for SDK (default: /opt/poky/1.8): > You are about to insta

Re: [OE-core] [RFC PATCH 1/1] classes/whitelist: add class to allow whitelisting recipes from a layer

2015-08-21 Thread Richard Purdie
On Fri, 2015-08-21 at 18:43 -0300, Otavio Salvador wrote: > On Fri, Aug 21, 2015 at 2:45 PM, Khem Raj wrote: > > All points here are valid. We already see this with distro's which use > > layers verbatim e.g. angstrom > > I wish everyone derived their distros that way since that respects the > > l

[OE-core] [PATCH] mtd-utils: add dependency on acl

2015-08-21 Thread Andrea Adami
After commit 24fde4d do_compile fails: | mkfs.jffs2.c:70:21: fatal error: sys/acl.h: No such file or directory | #include Adding acl to the list of dependencies fixes the build. Signed-off-by: Andrea Adami --- meta/recipes-devtools/mtd/mtd-utils_git.bb | 2 +- 1 file changed, 1 insertion(+),

Re: [OE-core] [PATCH] mtd-utils: add dependency on acl

2015-08-21 Thread Andre McCurdy
On Fri, Aug 21, 2015 at 4:28 PM, Andrea Adami wrote: > After commit 24fde4d do_compile fails: > > | mkfs.jffs2.c:70:21: fatal error: sys/acl.h: No such file or directory > | #include > > Adding acl to the list of dependencies fixes the build. Unconditionally enabling xattr and acl support is OK

Re: [OE-core] [PATCH 2/2 v2] libcap-ng: add package 0.7.7

2015-08-21 Thread Randy MacLeod
On 2015-08-21 03:25 AM, Khem Raj wrote: On Thu, Aug 20, 2015 at 10:38 PM, wrote: From: Wenzong Fan Pull package from meta-oe to oe-core: meta-oe commit: bce4dba5546480c8e43c6442959ac7d0a4ef32f6 The libcap-ng library is intended to make programming with posix capabilities much easier than th

[OE-core] [PATCH 3/3] dump: allow to have datastore vars on dump commands

2015-08-21 Thread mariano . lopez
From: Mariano Lopez This allows to have datastore variables in the dump commands and will get the data when a new instance it's created. Also this remove special cases from the commands. [YOCTO #8118] Signed-off-by: Mariano Lopez --- meta/classes/testimage.bbclass | 7 +-- meta/lib/oeqa

[OE-core] [PATCH 0/3] Get dumps when qemu fails

2015-08-21 Thread mariano . lopez
From: Mariano Lopez This provides classes for dump logs from the host and the target. This way it's easier to get dumps from the runner or the target and not just from the test. With this now the qemurunner instance get the dumps from the host when qemu fails. This also allows to have datastore

[OE-core] [PATCH 2/3] qemurunner: Added host dumps when there are errors

2015-08-21 Thread mariano . lopez
From: Mariano Lopez This adds an instance of HostDumper to qemurunner, with this instance now is possible to get dumps from the host when there is an error. This also adds dump points in the next cases: - runqemu exits before seeing qemu pid - Fail to get qemu process arguments - Not

[OE-core] [PATCH 1/3] dump: Created new classes for dump host and target

2015-08-21 Thread mariano . lopez
From: Mariano Lopez It makes sense to separate the dump commands from the oeRuntimeTest class, this way it can be used in all the test context. These are the changes included in this patch: - Created classes: BaseDumper, HostDumper, TargetDumper - Create an instance of HostDumper in ima

Re: [OE-core] [PATCH 2/2 v2] libcap-ng: add package 0.7.7

2015-08-21 Thread Andre McCurdy
On Fri, Aug 21, 2015 at 5:55 PM, Randy MacLeod wrote: > On 2015-08-21 03:25 AM, Khem Raj wrote: >> >> On Thu, Aug 20, 2015 at 10:38 PM, wrote: >>> >>> From: Wenzong Fan >>> >>> Pull package from meta-oe to oe-core: >>> meta-oe commit: bce4dba5546480c8e43c6442959ac7d0a4ef32f6 >>> >>> The libcap-

Re: [OE-core] [PATCH 2/2 v2] libcap-ng: add package 0.7.7

2015-08-21 Thread Khem Raj
> On Aug 21, 2015, at 5:55 PM, Randy MacLeod > wrote: > > On 2015-08-21 03:25 AM, Khem Raj wrote: >> On Thu, Aug 20, 2015 at 10:38 PM, wrote: >>> From: Wenzong Fan >>> >>> Pull package from meta-oe to oe-core: >>> meta-oe commit: bce4dba5546480c8e43c6442959ac7d0a4ef32f6 >>> >>> The libcap-

Re: [OE-core] [PATCH] Rename 'BRANCH' variable to 'SRC_BRANCH' for clearness

2015-08-21 Thread Randy MacLeod
On 2015-08-21 05:58 PM, Otavio Salvador wrote: On Fri, Aug 21, 2015 at 6:49 PM, Khem Raj wrote: On Aug 21, 2015, at 2:38 PM, Otavio Salvador wrote: The 'BRANCH' variable name has no explicit relation with the SRC_URI. Using 'SRC_BRANCH' makes it more obvious and easier to identify. Look g

Re: [OE-core] [PATCH] Rename 'BRANCH' variable to 'SRC_BRANCH' for clearness

2015-08-21 Thread Khem Raj
> On Aug 21, 2015, at 2:58 PM, Otavio Salvador > wrote: > > On Fri, Aug 21, 2015 at 6:49 PM, Khem Raj wrote: >> >>> On Aug 21, 2015, at 2:38 PM, Otavio Salvador >>> wrote: >>> >>> The 'BRANCH' variable name has no explicit relation with the >>> SRC_URI. Using 'SRC_BRANCH' makes it more obv