[OE-core] [meta-ros] ros package import problem

2018-03-22 Thread Rajath C S
i have added rospy and roslib to CORE_IMAGE_EXTRA_INSTALL += in local.conf but when i go to the python terminal in poky and import rospy and roslib it is unable to do so any solution would be of great help thanks Rajath C S -- ___ Openembedded-core mai

[OE-core] [PATCH] maintainers.inc: drop lsb4 perl modules no longer in core

2018-03-22 Thread Tim Orling
The following perl module packages were removed from oe-core with commit: 30fb4c8f329fe3aa3c528ffeba60ee7d702e873e - libclass-isa-perl - libenv-perl - libdumpvalue-perl - libfile-checktree-perl - libi18n-collate-perl - libpod-plainer-perl Remove these from the maintainers list Fixes:

Re: [OE-core] [rocko][v2][PATCH] distcc: Change SRC_URI

2018-03-22 Thread Khem Raj
On Thu, Mar 22, 2018 at 10:04 PM, Armin Kuster wrote: > From: Armin Kuster > > ERROR: distcc-3.2-r0 do_fetch: Fetcher failure: Unable to find revision > d8b18df3e9dcbe4f092bed565835d3975e99432c in branch 3.2 even from upstream > ERROR: distcc-3.2-r0 do_fetch: Fetcher failure for URL: > 'git://g

Re: [OE-core] [PATCH] tcp-wrappers: Fix build with clang

2018-03-22 Thread Khem Raj
On Thu, Mar 22, 2018 at 10:37 AM, Oleksiy Obitotskyy wrote: > Fix non-void function 'fix_options' should return a value. > this patch is ok. Can you also check if this function signature is needed in other source files as well ? > Signed-off-by: Oleksiy Obitotskyy > --- > .../0001-Fix-build-wi

[OE-core] [rocko][v2][PATCH] distcc: Change SRC_URI

2018-03-22 Thread Armin Kuster
From: Armin Kuster ERROR: distcc-3.2-r0 do_fetch: Fetcher failure: Unable to find revision d8b18df3e9dcbe4f092bed565835d3975e99432c in branch 3.2 even from upstream ERROR: distcc-3.2-r0 do_fetch: Fetcher failure for URL: 'git://github.com/distcc/distcc.git;branch=3.2'. Unable to fetch URL from

[OE-core] [PATCH] wic: allow bitbake variables in kickstarter files

2018-03-22 Thread Rasmus Villemoes
image_types_wic.bbclass has a mechanism for doing variable substitution on .wks files by simply letting the input file be called .wks.in. However, that doesn't allow using variables in files included via the include directive. This adds (somewhat naive) support for variable substitution in all fil

Re: [OE-core] [meta-chicken][oe-core] networking

2018-03-22 Thread Rajath C S
If it is like : my kernel doesn't support the WiFi hardware then either of the below things must be a possibility 1. I can install a external WiFi adapter and check for that button in Sato 2. I can install kernel WiFi drivers 2a. Are there built WiFi drivers for poky ? On Fri, 23 Mar 2018, 00:

Re: [OE-core] [PATCH] oe-selftest: crosstap: add tests for crosstap script

2018-03-22 Thread Yeoh, Ee Peng
Hi Alex, Thank you very much for your great sharing! Yes, understood now, let me refactor this testcase to use runqemu instead. Thanks, Ee Peng -Original Message- From: Alexander Kanavin [mailto:alexander.kana...@linux.intel.com] Sent: Thursday, March 22, 2018 7:38 PM To: Yeoh, Ee Pen

[OE-core] [PATCH 2/2] virtual/libgbm: create

2018-03-22 Thread Trevor Woerner
The 'glamor' PACKAGECONFIG in xserver-xorg creates a dependency on libgbm which can be satisfied in some cases by mesa, in others by blobs such as mali. Signed-off-by: Trevor Woerner --- meta/recipes-graphics/mesa/mesa.inc | 1 + meta/recipes-graphics/xorg-xserver/xserver-xorg.in

[OE-core] [PATCH 1/2] mesa.inc: make PROVIDES conditional on PACKAGECONFIG

2018-03-22 Thread Trevor Woerner
Mesa only PROVIDES these features if they are enabled via PACKAGECONFIG. Therefore make the PROVIDES conditional depending on whether or not these features have been enabled. Signed-off-by: Trevor Woerner --- meta/recipes-graphics/mesa/mesa.inc | 7 ++- 1 file changed, 6 insertions(+), 1 del

Re: [OE-core] [meta-chicken][oe-core] networking

2018-03-22 Thread Burton, Ross
As I said yesterday, core-image-sato ships with connman already. If the networking UI doesn't have a big [ ] Turn Wifi On button then the problem is that your kernel doesn't support the wifi hardware. Ross On 22 March 2018 at 17:50, Rajath C S wrote: > Can you help me setup WiFi connection to p

[OE-core] [PATCH v2 1/1] waf.bbclass: Throw error if waf doesn't exist

2018-03-22 Thread Amanda Brindle
Before, waf.bbclass would fail to catch FileNotFoundError. Now, it will catch this error and say that waf doesn't exist. Fixes [YOCTO 12553] Signed-off-by: Amanda Brindle --- meta/classes/waf.bbclass | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta/classes/waf.bbclass b/meta/classes/w

[OE-core] [PATCH v2 0/1] waf.bbclass: Throw error if waf doesn't exist

2018-03-22 Thread Amanda Brindle
In v2, change bb.warn to bb.fatal The following changes since commit f49ee61422c867516db252054e993df29f775136: systemd-boot: upgrade to 237 (2018-03-20 09:59:33 +) are available in the git repository at: git://git.yoctoproject.org/poky-contrib abrindle/waf_error http://git.yoctoprojec

[OE-core] [rocko][PATCH] distcc: fix SRC_URI issue

2018-03-22 Thread Armin Kuster
From: Armin Kuster ERROR: distcc-3.2-r0 do_fetch: Fetcher failure: Unable to find revision d8b18df3e9dcbe4f092bed565835d3975e99432c in branch 3.2 even from upstream ERROR: distcc-3.2-r0 do_fetch: Fetcher failure for URL: 'git://github.com/distcc/distcc.git;branch=3.2'. Unable to fetch URL from

Re: [OE-core] [oe-core] package inclusion and networking

2018-03-22 Thread Rajath C S
Yes I am using Sato only , but I'm not getting how to connect it to WiFi. Like : I can notice a button on top right but how do i configure it? On Thu, 22 Mar 2018, 23:43 Khem Raj, wrote: > use core-image-sato and it has UI to connect to wifi > > On Thu, Mar 22, 2018 at 10:53 AM, Rajath C S >

Re: [OE-core] [oe-core] package inclusion and networking

2018-03-22 Thread Khem Raj
use core-image-sato and it has UI to connect to wifi On Thu, Mar 22, 2018 at 10:53 AM, Rajath C S wrote: > Thanks, I'll check it out. > > Can you help me setup WiFi connection to poky? > Im highly struggling with this, I have placed connman in local.conf file , > what next is the procedure such t

Re: [OE-core] [oe-core] package inclusion and networking

2018-03-22 Thread Rajath C S
Thanks, I'll check it out. Can you help me setup WiFi connection to poky? Im highly struggling with this, I have placed connman in local.conf file , what next is the procedure such that my poky on qemu can detect the WiFi? Thanks On Thu, 22 Mar 2018, 14:43 Khem Raj, wrote: > On Wed, Mar 21, 201

[OE-core] [PATCH] oeqa/runtime/stap.py: add runtime test for systemtap

2018-03-22 Thread Victor Kamensky
Add runtime test for stap to test basic SystemTap operations: can compile very basic module and run on target device. Signed-off-by: Victor Kamensky --- meta/lib/oeqa/runtime/cases/stap.py | 33 + meta/lib/oeqa/runtime/files/hello.stp | 1 + 2 files changed, 34

[OE-core] [PATCH] systemtap runtime test, ping for outstanding systemtap fixes

2018-03-22 Thread Victor Kamensky
Hi Folks, Based on my conversation with Richard during conference please find patch that does native SystemTap stap basic test. Note it is for native stap use. It is not SystemTap cross compilation test that Ee Peng is trying to cover in [1]. Actually, I wrote this small test before I saw message

Re: [OE-core] [meta-chicken][oe-core] networking

2018-03-22 Thread Rajath C S
Can you help me setup WiFi connection to poky? Im highly struggling with this, I have placed connman in local.conf file , what next is the procedure such that my poky on qemu can detect the WiFi? Thanks On Thu, 22 Mar 2018, 23:18 Rajath C S, wrote: > Cool, thanks! > > On Thu, 22 Mar 2018, 23:15

Re: [OE-core] [meta-chicken][oe-core]

2018-03-22 Thread Rajath C S
Cool, thanks! On Thu, 22 Mar 2018, 23:15 Burton, Ross, wrote: > It contains a CSV module for the Scheme language, it isn't anything > for the user to use. > > CSV files are plain text so any text editor will do. oe-core has a > vi-clone as part of busybox, or l3afpad if you want something > gra

[OE-core] [PATCH] tcp-wrappers: Fix build with clang

2018-03-22 Thread Oleksiy Obitotskyy
Fix non-void function 'fix_options' should return a value. Signed-off-by: Oleksiy Obitotskyy --- .../0001-Fix-build-with-clang.patch| 30 ++ .../tcp-wrappers/tcp-wrappers_7.6.bb | 1 + 2 files changed, 31 insertions(+) create mode 100644 meta/

Re: [OE-core] [meta-chicken][oe-core]

2018-03-22 Thread Burton, Ross
It contains a CSV module for the Scheme language, it isn't anything for the user to use. CSV files are plain text so any text editor will do. oe-core has a vi-clone as part of busybox, or l3afpad if you want something graphical. meta-oe has the usual Linux editors: vim, nano, joe. Ross On 22 M

Re: [OE-core] [meta-chicken][oe-core]

2018-03-22 Thread Rajath C S
Thanks for the tip! But meta-chicken contains a CSV formatter since I need a CSV editor to my image I thought of using meta-chicken. Do you know of any other recipes that has the features of CSV editor? Thanks On Thu, 22 Mar 2018, 23:09 Burton, Ross, wrote: > That's a failure in meta-chicken, wh

Re: [OE-core] [meta-chicken][oe-core]

2018-03-22 Thread Burton, Ross
That's a failure in meta-chicken, which isn't part of oe-core. If you need to use meta-chicken then please contact the maintainers of meta-chicken directly. I do have to wonder if you actually need meta-chicken though. Ross On 22 March 2018 at 17:34, Rajath C S wrote: > I was including a csv-e

[OE-core] [meta-chicken][oe-core]

2018-03-22 Thread Rajath C S
I was including a csv-editor and this error popped up, any solutions? WARNING: chicken-4.12.0-r0 do_prepare_recipe_sysroot: Manifest /home/jarvis/poky/build/tmp/sstate-control/manifest-allarch-chicken-cross.populate_sysroot not found? WARNING: chicken-egg-matchable-cross-3.7-r0 do_fetch: Manifest

Re: [OE-core] [PATCH 1/1] waf.bbclass: Warn if waf doesn't exist

2018-03-22 Thread Burton, Ross
On 20 March 2018 at 23:49, Joshua Watt wrote: > I didn't remember exactly why the previous one was rejected But looking > back I think Ross was right that inheriting waf.bbclass without actually > having waf should be an error (at some point). I was (perhaps incorrectly) > presuming that even

Re: [OE-core] [PATCH 1/3] systemd: upgrade to 237

2018-03-22 Thread Khem Raj
On Thu, Mar 22, 2018 at 9:14 AM, Burton, Ross wrote: > On 22 March 2018 at 16:12, Randy MacLeod wrote: >> Best if we could pitch this to the meson devs on their list: >> >> The Meson Build System >> >> The earlier that we describe the problem and our proposed solution with them >> the better

Re: [OE-core] [PATCH 1/3] systemd: upgrade to 237

2018-03-22 Thread Burton, Ross
On 22 March 2018 at 16:12, Randy MacLeod wrote: > Best if we could pitch this to the meson devs on their list: > > The Meson Build System > > The earlier that we describe the problem and our proposed solution with them > the better. There's already a bug filed against Meson for installable t

Re: [OE-core] [PATCH 1/3] systemd: upgrade to 237

2018-03-22 Thread Randy MacLeod
On 2018-03-22 07:14 AM, Alexander Kanavin wrote: On 03/22/2018 08:06 AM, ChenQi wrote: The test framework meson uses is like: |e = executable('prog', 'testprog.c') test('name of test', e)| http://mesonbuild.com/Unit-tests.html So they could be defined in any valid meson.build file. In system

Re: [OE-core] [PATCH] pseudo: explicitly enable xattr support

2018-03-22 Thread Seebs
On Thu, 22 Mar 2018 17:06:08 +0100 Andreas Kaufmann wrote: > Pseudo is using a custom configure script that detects if it shall > build with extended file attribute support or not. The check is done > by simply calling 'getfattr' provided by attr-native which is not > part of the dependency list.

[OE-core] [PATCH] pseudo: explicitly enable xattr support

2018-03-22 Thread Andreas Kaufmann
Pseudo is using a custom configure script that detects if it shall build with extended file attribute support or not. The check is done by simply calling 'getfattr' provided by attr-native which is not part of the dependency list. Due to the recent changes (recipe specific sysroot & cleanup of $PAT

[OE-core] [morty][PATCH] selftest/signing: add --batch to gpg invocation when importing keys

2018-03-22 Thread Alexander Kanavin
Otherwise it may pop up windows asking for passphrases which breaks automated testing. Newer YP releases and master already have the fix. [YOCTO #12521] Signed-off-by: Alexander Kanavin --- meta/lib/oeqa/selftest/signing.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/me

[OE-core] [PATCH] systemd: link udev statically with systemd internal libraries

2018-03-22 Thread Alexander Kanavin
This was the default behavior with autotools, but is not with meson. Otherwise, udev package will pull in the rest of systemd even that is not desired. [YOCTO #12618] Signed-off-by: Alexander Kanavin --- meta/recipes-core/systemd/systemd_237.bb | 5 + 1 file changed, 5 insertions(+) diff -

Re: [OE-core] [PATCH] oe-selftest: crosstap: add tests for crosstap script

2018-03-22 Thread Alexander Kanavin
On 03/22/2018 02:50 AM, Yeoh, Ee Peng wrote: From my understanding, oeqa.utils.commands.runqemu will start and stop qemu in a single call. That's not the case at all. Please look at the example below again: with runqemu('core-image-minimal') as qemu:

Re: [OE-core] [PATCH 1/3] systemd: upgrade to 237

2018-03-22 Thread Alexander Kanavin
On 03/22/2018 08:06 AM, ChenQi wrote: The test framework meson uses is like: |e = executable('prog', 'testprog.c') test('name of test', e)| http://mesonbuild.com/Unit-tests.html So they could be defined in any valid meson.build file. In systemd's case, most of them are in top-level meson.bui

Re: [OE-core] [oe-core] package inclusion

2018-03-22 Thread Khem Raj
On Wed, Mar 21, 2018 at 9:58 PM, Rajath C S wrote: > Can i install tensorflow and h5py (since they are not there as recipes) > using Internet on yocto? (just the way they are installed on ubuntu or other > host OS) > may be you can use on device SDK and build it natively on your target EXTRA_IMA

[OE-core] [morty][PATCH] grub-efi: fix build failure

2018-03-22 Thread Maxin B. John
grub-efi build fails with the following error on Fedora 26: | ../grub-2.00/util/raid.c: In function 'grub_util_raid_getmembers': | ../grub-2.00/util/raid.c:91:13: error: In the GNU C Library, "makedev" is defined | by . For historical compatibility, it is | currently defined by as well, but we

Re: [OE-core] QUERY regarding package inclusion - Yocto

2018-03-22 Thread Rajath C S
i'd like to know if the recipe named 'tensorrt' in the layer 'meta-tegra' equivalent to tensorflow? Because i need to install tensorflow packages on to my yocto image and there are no recipes for it Rajath C S, 9964182112, Bangalore - 560060 On Thu, Mar 22, 2018 at 1:16 PM, Rajath C S wrote: >

Re: [OE-core] QUERY regarding package inclusion - Yocto

2018-03-22 Thread Rajath C S
Hi Vincent, where should i be adding this line i mean in which file? DEPENDS = "python3-numpy python3-dev python3-pip python3-wheel" Thanks Rajath C S, 9964182112, Bangalore - 560060 On Wed, Mar 21, 2018 at 3:24 PM, Vincent Prince wrote: > Hi, > > There is no support for those yet, so you ne

Re: [OE-core] [PATCH 1/3] systemd: upgrade to 237

2018-03-22 Thread ChenQi
On 03/21/2018 02:00 AM, Burton, Ross wrote: On 20 March 2018 at 17:36, Khem Raj > wrote: >> @@ -80,7 +78,7 @@ PACKAGECONFIG ??= " \ >> polkit \ >> quotacheck \ >> randomseed \ >> -resolved \ >> +resolve \ > > I gue

[OE-core] [PATCH 0/1] systemd: change PACKAGECONFIG 'resolve' back to 'resolved'

2018-03-22 Thread Chen Qi
The following changes since commit f49ee61422c867516db252054e993df29f775136: systemd-boot: upgrade to 237 (2018-03-20 09:59:33 +) are available in the git repository at: git://git.pokylinux.org/poky-contrib ChenQi/systemd-resolved http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=C

[OE-core] [PATCH 1/1] systemd: change PACKAGECONFIG 'resolve' back to 'resolved'

2018-03-22 Thread Chen Qi
When systemd was upgraded from 234 to 237, the PACKAGECONFIG item 'resolved' is changed to 'resolve', this is because meson_options.txt uses the word 'resolve' instead of 'resolved'. However, this causes trouble for users. Backward compatibility is obviously more important, because we might have b