Re: [yocto] Installing custom python packages

2015-04-02 Thread Tim Orling
Matthew, Please have a look at the python recipes in http://git.openembedded.org/meta-openembedded/tree/meta-python/recipes-devtools/python Creating your own similar recipe will allow you to add the python package to your built image, or load it an runtime as an rpm/ipk/deb. You could add this rec

Re: [yocto] [OE-core] GStreamer 0.10's future

2014-05-09 Thread Tim Orling
> On May 8, 2014, at 8:07 AM, Paul Eggleton > wrote: > >> On Thursday 08 May 2014 15:48:40 Burton, Ross wrote: >> Hi all, >> >> Sorry for the cross-post but I want this to have a wide audience. >> >> For the 1.7 release I want to move GStreamer 0.10 from oe-core into >> meta-multimedia, and

Re: [yocto] MySQL recipe for yocto

2016-04-20 Thread Tim Orling
As a first try, delete or comment out the entire do_configure_append() block. It might not be needed anymore. > On Apr 20, 2016, at 1:39 PM, Moti Cohen wrote: > > OK, > I tried it and the patches errors went away, thanks ! > Now, I'm facing a new one related to the do_configure: > > ERROR: Fun

[yocto] [eclipse-poky][PATCH] Documentation: add check for adt-manual vs sdk-manual build

2016-05-26 Thread Tim Orling
[YOCTO #9622] For older YP releases (prior to krogoth/2.1) adt-manual was the norm. Since krogoth/2.1, sdk-manual should replace it. - adt-manual dropped in commit 84abe03de1cff7952b5d0428e7433f094dde2b02 - sdk-manual added in commit ab591831a97a97d405d13ed75e9fb01e0452c292 Signed-off-by: Tim

[yocto] [eclipse-poky][PATCH v2] Documentation: add check for adt-manual vs sdk-manual build

2016-06-02 Thread Tim Orling
[YOCTO #9622] For older YP releases (prior to krogoth/2.1) adt-manual was the norm. Since krogoth/2.1, sdk-manual should replace it. - adt-manual dropped in commit 84abe03de1cff7952b5d0428e7433f094dde2b02 - sdk-manual added in commit ab591831a97a97d405d13ed75e9fb01e0452c292 Signed-off-by: Tim

[yocto] [eclipse-poky][PATCH] scripts: additional failure checks

2016-06-30 Thread Tim Orling
[YOCTO #7533] Signed-off-by: Tim Orling --- scripts/build.sh| 2 +- scripts/generate-doc.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/build.sh b/scripts/build.sh index 97b6498..e289417 100755 --- a/scripts/build.sh +++ b/scripts/build.sh @@ -130,7

[yocto] [eclipse-poky][mars][PATCH 0/3] Update to Mars.2 release

2016-07-09 Thread Tim Orling
Update the dependencies to the latest Mars.2 (4.5.2) release. Fix broken installation of the plugin due to upstream moving deprecated rse.terminals plugin to a different update site. While we're at it, do some additional cleanup. Tim Orling (3): Update to Mars.2 and new TM 4.0

[yocto] [eclipse-poky][mars][PATCH 1/3] Update to Mars.2 and new TM 4.0 sites

2016-07-09 Thread Tim Orling
: Tim Orling --- features/org.yocto.bc/feature.properties | 2 +- features/org.yocto.bc/feature.xml | 2 +- features/org.yocto.sdk/feature.properties | 2 +- features/org.yocto.sdk/feature.xml | 7 ++-- .../org.yocto.remote.utils/META-INF

[yocto] [eclipse-poky][mars][PATCH 2/3] org.yocto.sdk.site: add TM 4.0 Updates site to category.xml

2016-07-09 Thread Tim Orling
This makes it possible for the user to simply download Eclipse for C/C++ Developers and then install the plugin, without having to manually add any additional (e.g, rse.terminals) update sites that would not be available in a default Eclipse installation. [YOCTO #9105] Signed-off-by: Tim Orling

[yocto] [eclipse-poky][mars][PATCH 3/3] Cleanup - drop all references to ADT and HOB

2016-07-09 Thread Tim Orling
- minimum Java 1.7 for Mars - bump all plugins/features to 1.4.1 release - update copyright year - cheatsheet -> /opt/poky/2.1 [YOCTO #7820] [YOCTO #9561] Signed-off-by: Tim Orling --- features/org.yocto.bc.headless.build/build.properties| 4 ++-- features/org.yocto.bc/feature.propert

[yocto] [meta-qt4][krogoth][PATCH] qt4-native: fix gcc-6 build; inhibit debug stripping

2016-07-23 Thread Tim Orling
ibit debug stripping to avoid QA warning. Signed-off-by: Tim Orling --- ...6-qt-everywhere-opensource-src-4.8.7-gcc6.patch | 24 ++ recipes-qt4/qt4/qt4-4.8.7/gcc-6.patch | 19 + recipes-qt4/qt4/qt4-native.inc | 6 ++ 3 files c

[yocto] [meta-qt4][master][PATCH 1/2] qt4-native: fix build for gcc-6

2016-07-23 Thread Tim Orling
Apply patches from qt4-4.8.7.inc to qt4-native as well. (Now that Fedora-24 host is gcc-6) Signed-off-by: Tim Orling --- recipes-qt4/qt4/qt4-native.inc | 5 + 1 file changed, 5 insertions(+) diff --git a/recipes-qt4/qt4/qt4-native.inc b/recipes-qt4/qt4/qt4-native.inc index dac267b..02fd784

[yocto] [meta-qt4][master][PATCH 2/2] qt4-native: inhibit strip for debug packages

2016-07-23 Thread Tim Orling
Apply the same patch from qt4-4.8.7.inc to qt4-native. This will avoid "already-stripped" QA warnings Signed-off-by: Tim Orling --- recipes-qt4/qt4/qt4-native.inc | 1 + 1 file changed, 1 insertion(+) diff --git a/recipes-qt4/qt4/qt4-native.inc b/recipes-qt4/qt4/qt4-native.inc ind

[yocto] [meta-qt4] core-image-lsb-qt4 & packageroup-core-qt4-libs

2016-07-25 Thread Tim Orling
bitbake core-image-lsb-qt4 ERROR: Nothing RPROVIDES 'packagegroup-core-qt4-libs' (but /home/shazbot/poky/meta-qt4/recipes-qt4/images/core-image-lsb-qt4.bb RDEPENDS on or otherwise requires it) I see the packagegroup in meta-qt3, but not meta-qt4. Intentional? Cheers. --Tim --

[yocto] [meta-qt4][krogoth 0/2] fixes for qt4-native

2016-07-27 Thread Tim Orling
. Obsoletes prior series with similar intent. Tim Orling (2): qt4-native: fix build for gcc-6 qt4-native: inhibit strip for debug packages recipes-qt4/qt4/qt4-native.inc | 6 ++ 1 file changed, 6 insertions(+) -- 2.7.4 -- ___ yocto mailing

[yocto] [meta-qt4][krogoth 1/2] qt4-native: fix build for gcc-6

2016-07-27 Thread Tim Orling
[YOCTO #10038] Apply patches from qt4-4.8.7.inc to qt4-native as well. (Now that Fedora-24 host is gcc-6) Signed-off-by: Tim Orling --- recipes-qt4/qt4/qt4-native.inc | 5 + 1 file changed, 5 insertions(+) diff --git a/recipes-qt4/qt4/qt4-native.inc b/recipes-qt4/qt4/qt4-native.inc index

[yocto] [meta-qt4][krogoth 2/2] qt4-native: inhibit strip for debug packages

2016-07-27 Thread Tim Orling
[YOCTO #10038] Apply the same patch from qt4-4.8.7.inc to qt4-native. This will avoid "already-stripped" QA warnings Signed-off-by: Tim Orling --- recipes-qt4/qt4/qt4-native.inc | 1 + 1 file changed, 1 insertion(+) diff --git a/recipes-qt4/qt4/qt4-native.inc b/recipes-qt4/qt4/qt4-

[yocto] [meta-qt4][master][PATCH v2 0/2] fixes for qt4-native

2016-07-27 Thread Tim Orling
[YOCTO #10039] qt4-native does not inherit from qt4-4.8.7.inc, so patches applied to target qt4 have not been applied to native. This blocks the -lsb images from building for Fedora-24 This series adds the Yocto Bug number to ensure that it is resolved. Tim Orling (2): qt4-native: fix build

[yocto] [meta-qt4][master][PATCH v2 1/2] qt4-native: fix build for gcc-6

2016-07-27 Thread Tim Orling
[YOCTO #10039] Apply patches from qt4-4.8.7.inc to qt4-native as well. (Now that Fedora-24 host is gcc-6) Signed-off-by: Tim Orling --- recipes-qt4/qt4/qt4-native.inc | 5 + 1 file changed, 5 insertions(+) diff --git a/recipes-qt4/qt4/qt4-native.inc b/recipes-qt4/qt4/qt4-native.inc index

[yocto] [meta-qt4][master][PATCH v2 2/2] qt4-native: inhibit strip for debug packages

2016-07-27 Thread Tim Orling
[YOCTO #10039] Apply the same patch from qt4-4.8.7.inc to qt4-native. This will avoid "already-stripped" QA warnings Signed-off-by: Tim Orling --- recipes-qt4/qt4/qt4-native.inc | 1 + 1 file changed, 1 insertion(+) diff --git a/recipes-qt4/qt4/qt4-native.inc b/recipes-qt4/qt4/qt4-

[yocto] [eclipse-poky][PATCH] setup.sh: change TM mirror url

2016-08-03 Thread Tim Orling
It makes more sense to have everything related to eclipse in one directory under http://downloads.yoctoproject.org/eclipse so move tm/ to be a subdirectory of eclipse/ Signed-off-by: Tim Orling --- scripts/setup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts

[yocto] [eclipse-poky][PATCH 0/8] Add neon-master

2016-08-11 Thread Tim Orling
-next Tim Orling (8): Update to Neon (4.6.0) release fix the build add script to update java version; update all to JavaSE-1.8 org.yocto.sdk/feature.xml: clean up unused dependencies org.yocto.bc.ui: cleanup unused imports; fix generics warnings org.yocto.remote.utils: fix or supress

[yocto] [eclipse-poky][PATCH 1/8] Update to Neon (4.6.0) release

2016-08-11 Thread Tim Orling
[YOCTO #9907] Signed-off-by: Tim Orling --- scripts/build.sh | 2 +- scripts/setup.sh | 36 +++- 2 files changed, 20 insertions(+), 18 deletions(-) diff --git a/scripts/build.sh b/scripts/build.sh index cc696e7..4cbb273 100755 --- a/scripts/build.sh +++ b

[yocto] [eclipse-poky][PATCH 2/8] fix the build

2016-08-11 Thread Tim Orling
- scripts/build.sh: explicitly build org.yocto.utils - also drop org.eclipse.cdt.debug.mi (upstream change) Signed-off-by: Tim Orling --- plugins/org.yocto.bc.ui/META-INF/MANIFEST.MF | 2 +- plugins/org.yocto.sdk.ide/META-INF/MANIFEST.MF | 1 - .../src

[yocto] [eclipse-poky][PATCH 3/8] add script to update java version; update all to JavaSE-1.8

2016-08-11 Thread Tim Orling
[YOCTO #9562] Minimum required java version for Neon is 1.8 Signed-off-by: Tim Orling --- .../org.yocto.bc.headless.build/build.properties | 4 +- .../org.yocto.doc.headless.build/build.properties | 4 +- .../org.yocto.sdk.headless.build/build.properties | 4 +- .../build.properties

[yocto] [eclipse-poky][PATCH 4/8] org.yocto.sdk/feature.xml: clean up unused dependencies

2016-08-11 Thread Tim Orling
[YOCTO #9908] Signed-off-by: Tim Orling --- features/org.yocto.sdk/feature.xml | 3 --- 1 file changed, 3 deletions(-) diff --git a/features/org.yocto.sdk/feature.xml b/features/org.yocto.sdk/feature.xml index 9ab19af..f0f4e38 100644 --- a/features/org.yocto.sdk/feature.xml +++ b/features

[yocto] [eclipse-poky][PATCH 6/8] org.yocto.remote.utils: fix or supress warnings

2016-08-11 Thread Tim Orling
[YOCTO #9908] Replace SubProgressMonitor usage with SubMonitor Signed-off-by: Tim Orling --- .../org/yocto/remote/utils/OutputProcessor.java| 2 ++ .../src/org/yocto/remote/utils/RemoteHelper.java | 31 +++--- .../src/org/yocto/remote/utils/RemoteMachine.java | 9

[yocto] [eclipse-poky][PATCH 7/8] org.yocto.sdk.ide: remove InvokeAction usage

2016-08-11 Thread Tim Orling
[YOCTO #9908] Dropped from CDT 9.0.0 (that work is done by handlers now) Suppress restriction warnings Cleanup unused imports Signed-off-by: Tim Orling --- .../src/org/yocto/sdk/ide/YoctoSDKChecker.java | 1 - .../yocto/sdk/ide/actions/InvokeSyncAction.java| 110

[yocto] [eclipse-poky][PATCH 5/8] org.yocto.bc.ui: cleanup unused imports; fix generics warnings

2016-08-11 Thread Tim Orling
[YOCTO #9908] Also add any required unimplemented methods Fix deprecated Eclipse-LazyStart: true in META-INF/MANIFEST Signed-off-by: Tim Orling --- plugins/org.yocto.bc.ui/META-INF/MANIFEST.MF | 2 +- .../src/org/yocto/bc/bitbake/BBRecipe.java | 12 +- .../src/org/yocto/bc

[yocto] [eclipse-poky][PATCH 8/8] org.yocto.sdk.remotetools: SubProgressMonitor -> SubMonitor

2016-08-11 Thread Tim Orling
[YOCTO #9908] Suppress restriction, unchecked and unused warnings. Cleanup unused imports/variables. Comment out some imports that were only used in commented out code. Signed-off-by: Tim Orling --- .../src/org/yocto/sdk/remotetools/YoctoJSONHelper.java | 6 ++ .../src/org/yocto/sdk

[yocto] [eclipse-poky][neon][PATCH] scripts/setup.sh: fix download URIs

2016-08-16 Thread Tim Orling
The non-upstream URIs were accidentally still pointing to Mars data. Signed-off-by: Tim Orling --- scripts/setup.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/setup.sh b/scripts/setup.sh index 30f4463..75310ab 100755 --- a/scripts/setup.sh +++ b/scripts

[yocto] [eclipse-poky][PATCH] scripts/setup.sh: check java version

2016-08-24 Thread Tim Orling
Make it obvious when run on autobuilder if java version is too low. While we are at it, check that java is present. [YOCTO #10156] Borrowing heavily from: http://stackoverflow.com/questions/7334754/correct-way-to-check-java-version-from-bash-script Signed-off-by: Tim Orling --- scripts

[yocto] [eclipse-poky][PATCH] Drop bc from build

2016-09-15 Thread Tim Orling
[YOCTO #10032] BitBake Commander has been bit-rotting for years and it was decided to deprecated it in 2.1. Drop it from the build. Signed-off-by: Tim Orling --- features/org.yocto.sdk.site/category.xml | 4 features/org.yocto.sdk.site/site.xml | 2 ++ scripts/build.sh

Re: [yocto] [yocto-autobuilder][PATCH] /buildset-config.controller/eclipse-plugin-*

2016-09-16 Thread Tim Orling
Thank you all for jumping on this. Very much appreciated. --Tim On Fri, Sep 16, 2016 at 7:37 AM, Joshua Lock wrote: > Great catch, thanks Bill. > > I've pushed a patch to make this change. > > Thanks, > > Joshua > > On Fri, 2016-09-16 at 07:24 -0700, Bill Randle wrote: > > Also, buildset-config

Re: [yocto] [yocto-autobuilder][PATCH] /buildset-config.controller/eclipse-plugin-*

2016-09-18 Thread Tim Orling
The last commit to support Jethro in the plugins was http://git.yoctoproject.org/cgit/cgit.cgi/eclipse-poky/commit/?id=e38ce99f413b832be4a8c6db5f739fed0041d2f4 Krogoth (2.1.1+) continues to be supported. The difference is the drop of ADT and HOB. We have very limited resources to backport. Som

[yocto] [eclipse-poky][Mars] Drop bc from build

2016-10-06 Thread Tim Orling
[YOCTO #10032] BitBake Commander has been bit-rotting for years and it was decided to deprecate it in 2.1. Drop it from the build. Signed-off-by: Tim Orling --- features/org.yocto.sdk.site/category.xml | 4 features/org.yocto.sdk.site/site.xml | 2 ++ scripts/build.sh

Re: [yocto] Error in do_image_wic in Docker container

2018-07-18 Thread Tim Orling
On Mac and Windows you need a samba volume. See: https://github.com/crops/docker-win-mac-docs/wiki On Wed, Jul 18, 2018 at 11:44 AM Darcy Watkins wrote: > Hi Will, > > > > I managed to get a docker Yocto build under Linux working, but using a > simplified volume mounting scheme. I ran into an

Re: [yocto] [crops][PATCH] docker-win-mac-docs.wiki: Updated link for referencing Yocto docs

2018-08-10 Thread Tim Orling
“Merged”, in the sense that the change has been made in the wiki… Thank you! > On Aug 10, 2018, at 2:58 PM, Scott Rifenbark wrote: > > The link was going to a retired Quick Start. I changed the link > to the appropriate section of the YP Development Tasks Manual. > > Signed-off-by: Scott Rife

Re: [yocto] Python-tkinter

2018-10-19 Thread Tim Orling
On Thu, Oct 4, 2018 at 4:09 PM nishant poorswani wrote: > Hey. I want to add python-tkinter into my image. > I've added in my local.conf . When I try to use it I cannot import Tkinter > into my code. Can anyone help with this? I get an error If this fails > Python may not be configured properly.

Re: [yocto] Yocto Cmake Build (Toolchain)

2018-12-05 Thread Tim Orling
Also including eclipse-yocto mailing list. BTW, ADT is not a thing anymore. On Wed, Dec 5, 2018 at 3:11 PM Peter Balazovic wrote: > I am starting to use Eclipse ADT for app development using Yocto Cmake > Build (Toolchain). I am trying to create simple "hello-world" example out > of "Yocto Proj

Re: [yocto] [PATCH] ref-manual: add EXCLUDE_PACKAGES_FROM_SHLIBS description

2018-12-10 Thread Tim Orling
Variable documentation is pulled in from: http://git.yoctoproject.org/cgit/cgit.cgi/poky/tree/meta/conf/documentation.conf Notably, EXCLUDE_PACKAGES_FROM_SHLIBS is not defined there, which is why it is not in the generated docs. On Mon, Dec 10, 2018 at 4:53 AM Oleksii Konoplitskyi wrote: > Some

Re: [yocto] Review request 0/13: Contribute meta-tensorflow to Yocto

2019-02-21 Thread Tim Orling
On Thu, Feb 21, 2019 at 4:27 AM Richard Purdie < richard.pur...@linuxfoundation.org> wrote: > Hi Hongxu, > > On Thu, 2019-02-21 at 06:37 -0500, Hongxu Jia wrote: > > Currently AI on IoT edge becomes more and more popular, but there is > > no > > machine learning framework in Yocto/OE. With the sup

Re: [yocto] can't find libudev.h

2019-03-15 Thread Tim Orling
On Fri, Mar 15, 2019 at 10:23 AM Burton, Ross wrote: > On Fri, 15 Mar 2019 at 17:00, Derek Dresser wrote: > > | gcc -fPIC -c -g -MMD -MP -MF build/Debug/GNU-Linux-x86/hid.o.d -o > build/Debug/GNU-Linux-x86/hid.o hid.c > > 'gcc' isn't a cross compiler, and it isn't using the sysroot flags. > >

Re: [yocto] QA notification for completed autobuilder build (yocto-2.6.2.rc3)

2019-04-04 Thread Tim Orling
Just curious: all Perl modules in oe-core have ptest enabled, but only libxml-parser-perl is included in these test reports. Is it simply the only module in that image or is something else afoot? On Thu, Apr 4, 2019 at 3:29 PM wrote: > On Fri, 2019-04-05 at 03:46 +0530, akuster808 wrote: > > > >

Re: [yocto] QA notification for completed autobuilder build (yocto-2.6.2.rc3)

2019-04-04 Thread Tim Orling
> On Apr 4, 2019, at 8:39 PM, akuster wrote: > > > > On 4/5/19 6:28 AM, Tim Orling wrote: >> Just curious: all Perl modules in oe-core have ptest enabled, but only >> libxml-parser-perl is included in these test reports. Is it simply the only >> module i

[yocto] [meta-alexa-demo][PATCH] Fix setuptools_scm build error for several python packages

2017-07-11 Thread Tim Orling
python-setuptools-scm-native is needed at build time for: python-cheroot python-cherrypy python-portend python-tempora Signed-off-by: Tim Orling --- recipes-devtools/python/python-cheroot_5.1.0.bb | 2 +- recipes-devtools/python/python-cherrypy_10.1.1.bb | 2 +- recipes-devtools

Re: [yocto] [meta-intel] How to build module iasImage from bzImage outside yocto

2017-07-13 Thread Tim Orling
> On Jul 13, 2017, at 5:59 AM, Francesco Camarda (fcamarda) > wrote: > > Hello, > Starting from a yocto build (details below): > > $ bitbake ias-kc-pf-image > Loading cache: 100% > || > ETA: 00:00:0

Re: [yocto] python3-jinja2 missing package dependency

2017-07-18 Thread Tim Orling
Can you submit a patch please? Thank you! On Tue, Jul 18, 2017 at 5:15 PM Craig McQueen wrote: > For the python3-jinja2 package in meta-openembedded meta-python, it should > also have a dependency on python3-numbers. > > I'm not sure if this dependency also applies for python-jinja2 package. > I'

Re: [yocto] Yocto plug-in not running cmake

2017-08-25 Thread Tim Orling
My _guess_ is that Cmake is not installed on the host? or you do not have the SDK populated? Please look at https://wiki.yoctoproject.org/wiki/TipsAndTricks/Cmake,Eclipse,_and_SDKS and let us know if that helps. > On Aug 24, 2017, at 4:46 PM, Paul D. DeRocco wrote: > > Yocto 2.2.1, standard S

Re: [yocto] Python recipes wanted?

2017-08-31 Thread Tim Orling
When you say "meta-oe", I assume you mean "meta-openembedded/meta-python" [1]. That layer is where they belong. There is no rule as to what is "wanted", but since you took the trouble to write recipes, we can all benefit from your effort. But, I would add some general guidelines: 1. Make sure the

Re: [yocto] Eclipse Target Communication Framework prevents shutdown

2017-09-13 Thread Tim Orling
You are probably on an older Yocto Project release and missing this commit: http://git.yoctoproject.org/cgit/cgit.cgi/poky/commit/?id=b467a22729bea886d7bde976c9606ac8e4589cde Also, Mars support will be dropped soon, so please consider moving to Neon. > On Sep 13, 2017, at 12:16 PM, Paul D. DeRocc

Re: [yocto] Using site.conf

2017-10-31 Thread Tim Orling
http://www.yoctoproject.org/docs/2.4/mega-manual/mega-manual.html#user-configuration On Tue, Oct 31, 2017 at 7:15 AM Michael Habibi wrote: > Is there an example of this somewhere? I haven't had any luck in > documentation or example code to see how to make the site.conf be used. > > On Mon, Oct 3

Re: [yocto] Yocto git repositories, shallow clone, uploadpack.allowReachableSHA1InWant

2017-11-09 Thread Tim Orling
Adding Michael Halstead. > On Nov 9, 2017, at 6:03 PM, Craig McQueen > wrote: > > I'm using git submodule to set up a Yocto build using the various layers > required for my project. I see that recent git has the ability to specify > that a submodule repository should be a "shallow" clone. >

[yocto] [eclipse-poky][neon][PATCH] Update setup.sh to Neon.3 (4.6.3) release

2017-12-22 Thread Tim Orling
org.eclipse.tm.terminal* are now available on MAIN_SITE Signed-off-by: Tim Orling --- scripts/setup.sh | 32 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/scripts/setup.sh b/scripts/setup.sh index 0764021b66c..4f7dc2b0a78 100755 --- a/scripts

Re: [yocto] Python cryptography failing due to undefined symbol: pthread_atfork

2017-12-22 Thread Tim Orling
My hunch (not tested) is that the recipe needs -pthread added to LDSHARED: http://git.yoctoproject.org/cgit/cgit.cgi/poky/tree/meta/classes/distutils.bbclass#n82 So try a python3-cryptography_%.bbappend file with “export LDSHARED="${CCLD} -shared -pthread” in your own layer Or try adding that lin

Re: [yocto] [eclipse-poky][neon][PATCH] Update setup.sh to Neon.3 (4.6.3) release

2017-12-22 Thread Tim Orling
Also fixed some white space errors... On Fri, Dec 22, 2017 at 6:27 PM Tim Orling wrote: > org.eclipse.tm.terminal* are now available on MAIN_SITE > > Signed-off-by: Tim Orling > --- > scripts/setup.sh | 32 > 1 file changed, 16 insertion

[yocto] [eclipse-poky][oxygen][PATCH] Update setup.sh to Oxygen.2 (4.7.2) release

2018-01-18 Thread Tim Orling
From: Chin Huat Ang Signed-off-by: Chin Huat Ang Signed-off-by: Tim Orling --- scripts/setup.sh | 26 +- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/scripts/setup.sh b/scripts/setup.sh index 340364f..4b160ea 100755 --- a/scripts/setup.sh +++ b

Re: [yocto] [Eclipse Yocto Plugin] Standalone pre-built toolchain

2018-01-23 Thread Tim Orling
> On Jan 23, 2018, at 10:31 AM, philippe gislard > wrote: > > 2018-01-19 20:54 GMT+01:00 philippe gislard : >> Hello, >> >> I tried to follow this wiki: >> https://wiki.yoctoproject.org/wiki/TipsAndTricks/RunningEclipseAgainstBuiltImage >> But with Eclipse Oxygen and the corresponding Yocto pl

Re: [yocto] yocto adt for windows eclipse is error

2018-01-24 Thread Tim Orling
On Sun, Jan 8, 2017 at 7:39 PM, luffy_yue wrote: > Hi, > > Configuring the eclipse(window7 luna) yocto plug-in is error, > > Eclipse Report this error: > > > The existing Yocto Project plugins (eclipse-poky) are only fully functional on Linux. The new development is directed towards providing ad

[yocto] [eclipse-poky][oxygen][PATCH] setup.sh: install feature version which meets minimum version required

2018-01-24 Thread Tim Orling
From: Chin Huat Ang When only minimum version is specified, install feature with version closest to the minimum specified. Signed-off-by: Chin Huat Ang Signed-off-by: Tim Orling --- scripts/setup.sh | 8 ++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/scripts/setup.sh

Re: [yocto] [eclipse-poky][oxygen][PATCH] setup.sh: install feature version which meets minimum version required

2018-01-24 Thread Tim Orling
://lists.yoctoproject.org/listinfo/eclipse-poky Review comments for our own patches will be on the new list while we transition. We will comment on community patches sent to yocto@yoctoproject.org that they should be sent to the new list. > On Jan 24, 2018, at 8:42 PM, Tim Orling >

[yocto] [eclipse-poky][oxygen][PATCH v2 1/2] setup.sh: install feature version which meets minimum version required

2018-01-25 Thread Tim Orling
From: Chin Huat Ang When only minimum version is specified, install feature with version closest to the minimum specified. Signed-off-by: Chin Huat Ang Signed-off-by: Tim Orling --- scripts/setup.sh | 8 ++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/scripts/setup.sh

[yocto] [eclipse-poky][oxygen][PATCH v2 2/2] setup.sh: show versions availables and version installed

2018-01-25 Thread Tim Orling
From: Chin Huat Ang Signed-off-by: Chin Huat Ang Signed-off-by: Tim Orling --- scripts/setup.sh | 26 +++--- 1 file changed, 15 insertions(+), 11 deletions(-) diff --git a/scripts/setup.sh b/scripts/setup.sh index 024596bfb1e..e3da101cbe5 100755 --- a/scripts/setup.sh

Re: [yocto] [eclipse-poky][oxygen][PATCH v2 2/2] setup.sh: show versions availables and version installed

2018-01-26 Thread Tim Orling
I am going to go ahead and merge these as other work is depending on these changes. —Tim > On Jan 25, 2018, at 7:33 PM, Tim Orling > wrote: > > From: Chin Huat Ang > > Signed-off-by: Chin Huat Ang > Signed-off-by: Tim Orling > --- > scripts/setup.sh | 26 +++

[yocto] [eclipse-poky][PATCH] README.txt: update contributor instructions to use eclipse-poky

2018-01-26 Thread Tim Orling
Since we have now created an eclipse-poky mailing list, all patches and discussion should be directed there. Signed-off-by: Tim Orling --- README.txt | 15 --- 1 file changed, 12 insertions(+), 3 deletions(-) diff --git a/README.txt b/README.txt index cc5b890c5a8..3049c595362

[yocto] [eclipse-poky][neon][PATCH] README.txt: update contributor instructions to use eclipse-poky

2018-01-26 Thread Tim Orling
Since we have now created an eclipse-poky mailing list, all patches and discussion should be directed there. Signed-off-by: Tim Orling --- README.txt | 15 --- 1 file changed, 12 insertions(+), 3 deletions(-) diff --git a/README.txt b/README.txt index cc5b890c5a8..3049c595362

Re: [yocto] Eclipse plugin plans

2018-01-29 Thread Tim Orling
The same as it is now. The CROPS Docker containers already support that. https://github.com/crops/docker-win-mac-docs/wiki On Mon, Jan 29, 2018 at 8:25 PM Trevor Woerner wrote: > Just to clarify... will non-IDE non-Linux development be explicitly > supported? > -- >

Re: [yocto] Eclipse plugin plans

2018-01-30 Thread Tim Orling
Could you file an enhancement request on bugzilla for the crops component? On Tue, Jan 30, 2018 at 12:22 PM Koehler, Yannick wrote: > Big fan of what CROPS did and we use the poky container in our > development, but slightly differently. > > If I may, I would like to see is an eclipse docker ima

Re: [yocto] Eclipse plugin plans

2018-01-30 Thread Tim Orling
On Tue, Jan 30, 2018 at 4:21 PM Tim Orling wrote: > Could you file an enhancement request on bugzilla for the crops component? > https://bugzilla.yoctoproject.org/describecomponents.cgi?product=CROPS > > On Tue, Jan 30, 2018 at 12:22 PM Koehler, Yannick > wrote: > >> B

[yocto] [eclipse-poky] no longer sending patches to yocto list

2018-02-09 Thread Tim Orling
We are switching to active development of the new eclipse-poky plugin and the first 23 patch series has been sent to eclipse-p...@yoctoproject.org We will no longer send patches to yocto@yoctoproject.org, so if you desire to follow along with the development or review the patches, you will need

Re: [yocto] Accessing BeagleBone Analog inputs

2018-02-10 Thread Tim Orling
You will probably have more luck getting an answer on the meta-ti mailing list: https://lists.yoctoproject.org/listinfo/meta-ti > On Feb 9, 2018, at 10:17 AM, Chris Kottaridis wrote: > > I followed the steps to create a beaglebone found here: > > http://www.jumpnowtek.com/beaglebone/BeagleBone

[yocto] [ANNOUNCE] eclipse-poky is now eclipse-yocto

2018-02-13 Thread Tim Orling
Please excuse the wide broadcast of this announcement. With the refresh of the Yocto Project plugins for the Eclipse IDE, we realized it is high time we change the name of the plugins from eclipse-poky to eclipse-yocto. There has never been anything particularly “poky” specific about the plugin

Re: [yocto] OpenCV with python3

2018-03-15 Thread Tim Orling
Ditto for Robert’s comment. Please look at the bitbake manual and understand what the syntax means [1]. Also, “python-foo” means the python2 version. The default PACKAGECONFIG [2] for opencv builds for python3. You need “python3-opencv”. Finally, I would encourage you to use CORE_IMAGE_EXTRA_INS

Re: [yocto] [OE-core] Yocto Project Status WW12’18

2018-03-20 Thread Tim Orling
> On Mar 20, 2018, at 11:00 AM, Alexander Kanavin > wrote: > > On 03/20/2018 05:59 PM, Richard Purdie wrote: How long does a single run take, and why not run it every month? >>> Just a bit longer than a day, maybe 30 hours, if it needs to update >>> the >>> typical amount of 100-150 packag

Re: [yocto] scipy recipe

2018-03-27 Thread Tim Orling
intel-iot-refkit has an openblas recipe: http://git.yoctoproject.org/cgit/cgit.cgi/intel-iot-refkit/tree/meta-refkit-extra/recipes-convnet/openblas/openblas_0.2.19.bb Where I am getting stuck is that scipy doesn’t know it is being cross-compiled and tries to import numpy.core.multiarray. It report

[yocto] [eclipse-poky][PATCH] Update and enhance README.txt

2016-10-21 Thread Tim Orling
pse mailing lists to help stay informed [YOCTO #10111] Signed-off-by: Tim Orling --- README.txt | 250 + scripts/readme.txt | 71 --- 2 files changed, 250 insertions(+), 71 deletions(-) create mode 100644 README.txt delete m

Re: [yocto] Building on MacOS X

2017-01-12 Thread Tim Orling
You can also build using Docker containers: https://github.com/crops/docker-win-mac-docs/wiki > On Jan 12, 2017, at 7:34 AM, Burton, Ross wrote: > > > On 12 January 2017 at 15:14, Roger Smith > wrote: > Is ther

Re: [yocto] Building on MacOS X

2017-01-12 Thread Tim Orling
> On Jan 12, 2017, at 10:43 AM, Maciej Borzęcki > wrote: > > On Thu, Jan 12, 2017 at 7:12 PM, Andrea Galbusera <mailto:giz...@gmail.com>> wrote: >> On Thu, Jan 12, 2017 at 6:55 PM, Maciej Borzęcki >> wrote: >>> >>> On Thu, Jan 12, 2017 a

Re: [yocto] Building on MacOS X

2017-01-12 Thread Tim Orling
> On Jan 12, 2017, at 8:50 AM, Andrea Galbusera wrote: > > On Thu, Jan 12, 2017 at 5:21 PM, Belisko Marek <mailto:marek.beli...@gmail.com>> wrote: > On Thu, Jan 12, 2017 at 4:39 PM, Tim Orling > mailto:timothy.t.orl...@linux.intel.com>> > wrote: > > You

[yocto] [eclipse-poky][PATCH 1/2] Update setup.sh to Neon.1 release

2017-01-14 Thread Tim Orling
Signed-off-by: Tim Orling --- scripts/setup.sh | 14 +++--- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/scripts/setup.sh b/scripts/setup.sh index e1f7ca5..93d5147 100755 --- a/scripts/setup.sh +++ b/scripts/setup.sh @@ -1,6 +1,6 @@ #!/bin/bash -#setup Yocto Eclipse

[yocto] [eclipse-poky][PATCH 2/2] Update setup.sh to Neon.2 (4.6.2) release

2017-01-14 Thread Tim Orling
[YOCTO #10927] Signed-off-by: Tim Orling --- scripts/setup.sh | 14 +++--- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/scripts/setup.sh b/scripts/setup.sh index 93d5147..0764021 100755 --- a/scripts/setup.sh +++ b/scripts/setup.sh @@ -92,12 +92,12 @@ fi # prepare

Re: [yocto] Building on MacOS X

2017-01-14 Thread Tim Orling
> On Jan 14, 2017, at 11:45 AM, Roger Smith wrote: > >> >> On Jan 13, 2017, at 12:50 AM, Clemens Lang wrote: >> >> Hi, >> >> >>> On 12 Jan 2017, at 23:59, Mark Hatle wrote: >>> >>> As far as I know pseudo and the security introduced in 10.11 that affect >>> preloading is likely the bigges

Re: [yocto] where does one find a OE/YP recipe for mod_auth_tkt?

2017-01-19 Thread Tim Orling
It's not a standard module from apache httpd. The original upstream is old (2005) and on sourceforge. There is a newer upstream, by the same author apparently, 2 years old at https://github.com/gavincarr/mod_auth_tkt Why not just "devtool add https://github.com/gavincarr/mod_auth_tkt"; and see wha

[yocto] [meta-selinux][PATCH] audit: update to v2.7.1

2017-02-10 Thread Tim Orling
Added swig-native to DEPENDS Signed-off-by: Tim Orling --- recipes-security/audit/{audit_2.7.bb => audit_2.7.1.bb} | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) rename recipes-security/audit/{audit_2.7.bb => audit_2.7.1.bb} (95%) diff --git a/recipes-security/audit/audit_

Re: [yocto] [meta-xilinx] Trying to build xen-guest-image-minimal

2017-05-23 Thread Tim Orling
Your poky is not at master, your oe-core is at an older version where the smart package manager was used. It has been replaced with dnf. You are missing this commit: http://git.yoctoproject.org/cgit/cgit.cgi/poky/commit/?id=d4efcded26706f50f8ca98d76df2b349ed1f1792 On Tue, May 23, 2017 at 2:39 AM P

Re: [yocto] Building boost-python

2017-06-07 Thread Tim Orling
You should do what meta-ros did: https://github.com/bmwcarit/meta-ros/blob/master/recipes-support/boost/boost_%25.bbappend > On Jun 7, 2017, at 3:46 AM, Jakob Hasse > wrote: > > > >> On 07.06.2017 11:59, VanCutsem, Geoffroy wrote: >> >>> -Original Message- >>> From: yocto-boun...@yo

Re: [yocto] Including TUN/TAP kernel drivers for openVPN

2017-06-10 Thread Tim Orling
Related: https://superuser.com/questions/497245/how-to-load-tun-module-in-linux On Sat, Jun 10, 2017 at 7:01 AM Brett R. Nicholas < brett.r.nicholas...@dartmouth.edu> wrote: > Hi there, > > > I'm using Yocto (morty) to build a custom linux image for a Zedboard. I > need the image to run openVPN,

Re: [yocto] [Openembedded-architecture] [OE-core] Eclipse support dropped with immediate effect

2019-04-11 Thread Tim Orling
On Thu, Apr 11, 2019 at 9:29 AM Scott Rifenbark wrote: > Richard and Armin, > > I am going to start pulling Eclipse from the docs today. The changes > won't make the frozen rc build but the website docs will reflect reality. > Thank you, Scott. > > Scott > > On Thu, Apr 11, 2019 at 12:20 AM >

Re: [yocto] PN is uppercase

2019-05-23 Thread Tim Orling
On Thu, May 23, 2019 at 4:55 PM Khem Raj wrote: > > > On 5/21/19 12:50 AM, Ralf Spiwoks wrote: > > Hi Ross, > > > > Thanks for your email. I am realising that I have not replied to your > > email earlier. Sorry. I guess it was partly because your answer put > > me slightly off. On the one hand, I