Re: [yocto] NooB: applying new patches to older files, where do I find the older files?

2019-10-31 Thread R
On 31-10-2019 01:52, Randy MacLeod wrote: On 10/30/19 8:16 AM, R wrote: Hello List, First I'm working on a unsupported distro (Manjaro) and try to get an older version (2.7.1) of poky working. I have ask a question before and Ross Burton pointed me in the direction of a patch. Now I'm trying

[yocto] NooB: applying new patches to older files, where do I find the older files?

2019-10-30 Thread R
Hello List, First I'm working on a unsupported distro (Manjaro) and try to get an older version (2.7.1) of poky working. I have ask a question before and Ross Burton pointed me in the direction of a patch. Now I'm trying to apply that patch, however the patch is for a newer version of the

[yocto] Patch a package with condition

2019-09-13 Thread PRASANTH R
Hi, I need to patch my custom recipe, let say "Package-A.bb" in which I need to add a patch to the test recipe if the yocto build has a specific package like let's say if "Package-B" is available patch should be applied for Package-A.bb I am trying with below step in Package-A.bb

Re: [yocto] Error Report Tool Purge

2018-07-19 Thread Brindle, Amanda R
AM To: Brindle, Amanda R Cc: Yocto Project Subject: Re: [yocto] Error Report Tool Purge I'm just curious, how are you tracking which reports were viewed or linked to (and linked from where)? I often use a link to http://errors.yoctoproject.org in the mailing list or the recipes/commit message

[yocto] Error Report Tool Purge

2018-07-19 Thread Brindle, Amanda R
Hello, The Error Reporting Tool's database (http://errors.yoctoproject.org/Errors/Latest/Autobuilder/) has grown to a huge size, and this is affecting the performance of the application. We are planning to run a purge to get rid of reports that we don't need. We will keep reports from the

Re: [yocto] [Yocto][Meta-Raspberrypi] Yocto apt sources.list for Raspberry Pi

2018-02-25 Thread Johnny R Cash
Greetings. If i understand you correctly you configured your Yocto/Poky OS to try to fetch updates from Raspbian OS. You would need to configure Yocto/Poky to update from a Yocto/Poky repository. As with using Yocto you probably are defining your own, that would have to be your own repository

[linux-yocto] Kernel 64 bits, RootFS 32 bits for arm and Kernel modules

2018-02-02 Thread Gutierrez, Hernan Ildefonso (Boise R, FW)
install -d ${D}${kmoddir}/ cp -P ${WORKDIR}/${MACHINE}/hello-mod.ko ${D}${kmoddir}/hello-mod.ko chmod -x ${D}${kmoddir}/hello-mod.ko #find ${D}${kmoddir} -type f -exec chmod 755 {} \; chown -R root:root "${D}" } #deploy files to f

[linux-yocto] Sample recipes to build ARM Kernel 64 bit and RootFS and apps as 32 bits

2018-01-16 Thread Gutierrez, Hernan Ildefonso (Boise R, FW)
Hi, I've been looking at the multilib feature of yocto. I need to have control to build kernel with 64 bits and everything else be 32 bits. Are there some sample recipes specific for ARM that you can point me to in order to achieve what the subject of this email states? I've seen some for x86

[yocto] warning message from "poco" package

2018-01-03 Thread Johnny R Cash
Greeting all. From package "poco" i get the following warning message: WARNING: poco-1.7.9-r0 do_package: poco-1.7.9 was registered as shlib provider for libCppUnit.so.1, changing it to poco-cppunit-1.7.9 because it was built later Is this safe to ignore ? Thanks for your support. --

[yocto] Test, please ignore

2018-01-03 Thread Johnny R Cash
Just a test, as previous mail didnt get through after 2 hours, nor did a moderation mail arrive. -- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

[yocto] host files linked , absolute path CMakeLists.txt

2018-01-03 Thread Johnny R Cash
Greetings. I'm new to yocto and cross compiling, so i may be wrong interpreting my situation to begin with... Post compile i get the message: ERROR: pylongps-0.1.0-r0 do_package_qa: QA Issue: package pylongps contains bad RPATH /usr/lib/x86_64-linux-gnu It seems to me the reason is an

Re: [linux-yocto] Kernel modules and vermagic

2018-01-02 Thread Gutierrez, Hernan Ildefonso (Boise R, FW)
age- > From: Bruce Ashfield [mailto:bruce.ashfi...@windriver.com] > Sent: Tuesday, August 29, 2017 7:11 AM > To: Gutierrez, Hernan Ildefonso (Boise R, FW) > <hernan_gutier...@hp.com>; linux-yocto@yoctoproject.org > Subject: Re: [linux-yocto] Kernel modules and vermagic >

Re: [yocto] How to use two recipes to satisfy different PROVIDES -- gpu support

2017-10-13 Thread Gutierrez, Hernan Ildefonso (Boise R, FW)
e- > From: Khem Raj [mailto:raj.k...@gmail.com] > Sent: Thursday, October 12, 2017 9:51 PM > To: Gutierrez, Hernan Ildefonso (Boise R, FW) > <hernan_gutier...@hp.com> > Cc: yocto <yocto@yoctoproject.org> > Subject: Re: [yocto] How to use two recipes to satisfy di

Re: [yocto] How to use two recipes to satisfy different PROVIDES -- gpu support

2017-10-12 Thread Gutierrez, Hernan Ildefonso (Boise R, FW)
an Ildefonso (Boise R, FW) > <hernan_gutier...@hp.com> > Cc: yocto <yocto@yoctoproject.org> > Subject: Re: [yocto] How to use two recipes to satisfy different PROVIDES -- > gpu support > > On Wed, Oct 11, 2017 at 3:15 PM, Gutierrez, Hernan Ildefonso (Boise R, > FW) <he

[yocto] How to use two recipes to satisfy different PROVIDES -- gpu support

2017-10-11 Thread Gutierrez, Hernan Ildefonso (Boise R, FW)
Hi, We have a GPU in our system. We created a recipe to satisfy all the dependencies for core-image-weston (virtual/egl, virtual/libgl, etc.), except virtual/mesa, which is not provided by our GPU recipe. When one builds core-image-weston, the image requires mesa to build as well. Our

[yocto] Framework to implement mirroring in Yocto

2017-10-06 Thread Gutierrez, Hernan Ildefonso (Boise R, FW)
Hi, We are planning to implement a mirror for both source code downloaded and sscache in our work environment. We are planning to use Nexus and Nuget to allow storage and versioning control. We don't know if these are the right tools. Since we are about to embark in this project, before

Re: [yocto] Can yocto build a QEMU image to run under MS Windows ?

2017-09-11 Thread Gutierrez, Hernan Ildefonso (Boise R, FW)
I can directly pass kernel/rootfs generated by yocto and Qemu can boot as when one runs runqemu under yocto. --Hernan From: yocto-boun...@yoctoproject.org [mailto:yocto-boun...@yoctoproject.org] On Behalf Of Gutierrez, Hernan Ildefonso (Boise R, FW) Sent: Wednesday, September 06, 2017 3:28

[yocto] Can yocto build a QEMU image to run under MS Windows ?

2017-09-06 Thread Gutierrez, Hernan Ildefonso (Boise R, FW)
Hi, As the subject states, I am looking to see if Yocto can build a qemu image to run under MS windows. I have used the standard qemuarm/qemuarm64 MACHINES as defined in default recipes to run under linux, but I wonder if there is a recipe to build qemu which I can deploy to MS windows boxes.

Re: [linux-yocto] Kernel modules and vermagic

2017-08-29 Thread Gutierrez, Hernan Ildefonso (Boise R, FW)
Bruce, Thanks for the response. See my answers interleaved below. --Hernan > -Original Message- > From: Bruce Ashfield [mailto:bruce.ashfi...@windriver.com] > Sent: Tuesday, August 29, 2017 7:11 AM > To: Gutierrez, Hernan Ildefonso (Boise R, FW) > <hernan_gutier

[linux-yocto] Kernel modules and vermagic

2017-08-28 Thread Gutierrez, Hernan Ildefonso (Boise R, FW)
Hi, I am new to this dist-list and I am not sure if this is the right forum. My apologies beforehand if this is not the right list. Problem statement: I am evaluating Yocto for a project. We have a workflow where linux kernel is built from a local git repo separately from the root file

[yocto] Got error while building boundary-eval-image ( adding Qt plug in )

2017-07-03 Thread lakshmikanth r
Hi, I 'm trying to do bitbake using Morty branch with respective boundary image. I was got error keeps appearing like this Firmware-imx- 1_5.4-r0 do_fetch error. Unable to fetch the firmware. I'm looking forward for your response. Thanks & Regards , Lakshmikan

[yocto] Guidance for building fsl-image-qt5-gui Image

2017-06-25 Thread lakshmikanth r
Hi, Good Evening , Actually I wann to build the fsl-image-qt5-gui. I was getting more error while building morty branch. will you please suggest me to build the fsl-image-qt5-gui. could you please guide me for building the image. hope am waiting for your reply . Thanks & Regrads,

[yocto] Including TUN/TAP kernel drivers for openVPN

2017-06-10 Thread Brett R. Nicholas
Hi there, I'm using Yocto (morty) to build a custom linux image for a Zedboard. I need the image to run openVPN, which requires access to the TUN/TAP virtual network interface. I successfully incorporated openVPN and all its dependencies into my image using the meta-networking layer, but it

[yocto] [layerindex-web][PATCH v2 12/12] layerindex/update_layer.py: Preserve the recipedependency files

2016-10-07 Thread Liam R. Howlett
From: Mark Hatle <mark.ha...@windriver.com> In order to keep primary keys from constantly changing, preverse the exist keys as much as possible. Signed-off-by: Mark Hatle <mark.ha...@windriver.com> Signed-off-by: Liam R. Howlett <liam.howl...@windriver.com> --- layerindex/up

[yocto] [layerindex-web][PATCH v2 04/12] layerindex/utils: Update runcmd to decode binary strings to strings.

2016-10-07 Thread Liam R. Howlett
Convert binary strings to strings and strip leading/trailing whitespace prior to returning errors and output. Signed-off-by: Liam R. Howlett <liam.howl...@windriver.com> --- layerindex/utils.py | 8 ++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/layerindex/util

[yocto] [layerindex-web][PATCH v2 10/12] layerindexer: Add layer recommends support

2016-10-07 Thread Liam R. Howlett
Parse layer.conf and add dependencies that are not required from LAYERRECOMMENDS_. Update the layerindex/template to support recommends. Uses bitbake parsing code & checks versions. Signed-off-by: Liam R. Howlett <liam.howl...@windriver.com> --- layerindex/models.py

[yocto] [layerindex-web][PATCH v2 09/12] layerindex: Add collection and version to layerbranch

2016-10-07 Thread Liam R. Howlett
-by: Liam R. Howlett <liam.howl...@windriver.com> --- layerindex/models.py | 2 ++ layerindex/update_layer.py | 1 + layerindex/utils.py| 20 ++-- 3 files changed, 21 insertions(+), 2 deletions(-) diff --git a/layerindex/models.py b/layerindex/models.py index 2

[yocto] [layerindex-web][PATCH v2 11/12] recipeparse: remove unnecessary else statement.

2016-10-07 Thread Liam R. Howlett
Code clean up. Signed-off-by: Liam R. Howlett <liam.howl...@windriver.com> --- layerindex/recipeparse.py | 17 - 1 file changed, 8 insertions(+), 9 deletions(-) diff --git a/layerindex/recipeparse.py b/layerindex/recipeparse.py index 91a083b..dd85bc3 100644 --- a/laye

[yocto] [layerindex-web][PATCH v2 06/12] layerindex/tools/import_project: Add import_project

2016-10-07 Thread Liam R. Howlett
import_project will scan through a project and find any layer and add it to the database by calling import_layer on each layer. This differs from import_layer as it tires to figure out the remote url and uses the subdirectory (if one exists) as the name. Signed-off-by: Liam R. Howlett <liam.h

[yocto] [layerindex-web][PATCH v2 07/12] layerindex/recipeparse.py: refactor setup_tinfoil, checkout_layer_branch, parse_layer_conf to utils.py

2016-10-07 Thread Liam R. Howlett
Move functions to utils to be used by other classes. _ Signed-off-by: Liam R. Howlett <liam.howl...@windriver.com> --- layerindex/bulkchange.py | 4 ++-- layerindex/recipeparse.py | 39 +++--- layerindex/utils.py

[yocto] [layerindex-web][PATCH v2 08/12] layerindex: Detect dependencies from layer.conf files

2016-10-07 Thread Liam R. Howlett
to be rechecked in case the layers are not added in order. Signed-off-by: Liam R. Howlett <liam.howl...@windriver.com> --- layerindex/layerconfparse.py | 50 layerindex/tools/import_layer.py | 11 ++ layerindex/update.py | 41 +++- laye

[yocto] [layerindex-web][PATCH v2 05/12] layerindex: Add distro to web interface and model.

2016-10-07 Thread Liam R. Howlett
Add the distros to the index. This looks a lot like the machines and allows users to search for a particular distro. Signed-off-by: Liam R. Howlett <liam.howl...@windriver.com> --- layerindex/admin.py| 11 ++ layerindex/models.py | 14 +++ laye

[yocto] [layerindex-web][PATCH v2 01/12] import_layer: Add --actual-branch option

2016-10-07 Thread Liam R. Howlett
Allow users to set actual-branch from the command line import of layers. Signed-off-by: Liam R. Howlett <liam.howl...@windriver.com> --- layerindex/tools/import_layer.py | 10 -- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/layerindex/tools/import_layer.py b/laye

[yocto] [layerindex-web][PATCH v2 03/12] layerindex/tools/import_layer.py: Avoid failing if there is any layer to add.

2016-10-07 Thread Liam R. Howlett
though this should never happen. Signed-off-by: Liam R. Howlett <liam.howl...@windriver.com> --- layerindex/tools/import_layer.py | 20 ++-- 1 file changed, 18 insertions(+), 2 deletions(-) diff --git a/layerindex/tools/import_layer.py b/layerindex/tools/import_layer.py index f

[yocto] [layerindex-web][PATCH v2 00/12] Add Distro, dependency and recommends detection, and import_project

2016-10-07 Thread Liam R. Howlett
mine dependencies and recommends. - Adds import_project to simplify pulling all layers and openembedded-core into a layer index. Liam R. Howlett (11): import_layer: Add --actual-branch option layerindex/tools/import_layer.py: Sanitize layer name. layerindex/tools/import_layer.py: A

[yocto] [layerindex-web][PATCH v2 02/12] layerindex/tools/import_layer.py: Sanitize layer name.

2016-10-07 Thread Liam R. Howlett
Django will produce a cryptic error message if layers are added with invalid names. Sanitize the layer names when trying to add them. Signed-off-by: Liam R. Howlett <liam.howl...@windriver.com> --- layerindex/tools/import_layer.py | 6 ++ 1 file changed, 6 insertions(+) diff

Re: [yocto] [layerindex-web][PATCH 08/10] layerindex: Add collection and version to layerbranch

2016-10-04 Thread Liam R. Howlett
* Paul Eggleton <paul.eggle...@linux.intel.com> [161003 18:54]: > On Mon, 26 Sep 2016 14:25:36 Liam R. Howlett wrote: > > Collection and version will be pulled from the layer.conf if it exists > > and dependencies will be resolved by first checking for layers with th

[yocto] [layerindex-web][PATCH 01/10] import_layer: Add --actual-branch option

2016-09-26 Thread Liam R. Howlett
Allow users to set actual-branch from the command line import of layers. Signed-off-by: Liam R. Howlett <liam.howl...@windriver.com> --- layerindex/tools/import_layer.py | 10 -- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/layerindex/tools/import_layer.py b/laye

[yocto] [layerindex-web][PATCH 10/10] recipeparse: remove unnecessary else statement.

2016-09-26 Thread Liam R. Howlett
Code clean up. Signed-off-by: Liam R. Howlett <liam.howl...@windriver.com> --- layerindex/recipeparse.py | 17 - 1 file changed, 8 insertions(+), 9 deletions(-) diff --git a/layerindex/recipeparse.py b/layerindex/recipeparse.py index 8a63117..8cf75a1 100644 --- a/laye

[yocto] [layerindex-web][PATCH 09/10] layerindexer: Add layer recommends support

2016-09-26 Thread Liam R. Howlett
Parse layer.conf and add dependencies that are not required from LAYERRECOMMENDS_. Update the layerindex/template to support recommends. Uses bitbake parsing code & checks versions. Signed-off-by: Liam R. Howlett <liam.howl...@windriver.com> --- layerindex/models.py

[yocto] [layerindex-web][PATCH 07/10] layerindex: Detect dependencies from layer.conf files

2016-09-26 Thread Liam R. Howlett
Read dependencies from layer.conf and try to create the LayerDependency entry by looking up the correct database object. Dependencies are found by layer name only - no collection support. layer.conf parsing is handled by the bitbake code. Signed-off-by: Liam R. Howlett <liam.h

[yocto] [layerindex-web][PATCH 08/10] layerindex: Add collection and version to layerbranch

2016-09-26 Thread Liam R. Howlett
-by: Liam R. Howlett <liam.howl...@windriver.com> --- layerindex/models.py | 2 ++ layerindex/tools/import_layer.py | 3 --- layerindex/update.py | 1 + layerindex/update_layer.py | 25 +++-- layerindex/utils.py

[yocto] [layerindex-web][PATCH 06/10] layerindex/tools/import_project: Add import_project

2016-09-26 Thread Liam R. Howlett
import_project will scan through a project and find any layer and add it to the database by calling import_layer on each layer. This differs from import_layer as it tires to figure out the remote url and uses the subdirectory (if one exists) as the name. Signed-off-by: Liam R. Howlett <liam.h

[yocto] [layerindex-web][PATCH 04/10] layerindex/utils: Update runcmd to decode binary strings to strings.

2016-09-26 Thread Liam R. Howlett
Convert binary strings to strings and strip leading/trailing whitespace prior to returning errors and output. Signed-off-by: Liam R. Howlett <liam.howl...@windriver.com> --- layerindex/utils.py | 8 ++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/layerindex/util

[yocto] [layerindex-web][PATCH 03/10] layerindex/tools/import_layer.py: Avoid failing if there is any layer to add.

2016-09-26 Thread Liam R. Howlett
though this should never happen. Signed-off-by: Liam R. Howlett <liam.howl...@windriver.com> --- layerindex/tools/import_layer.py | 21 +++-- 1 file changed, 19 insertions(+), 2 deletions(-) diff --git a/layerindex/tools/import_layer.py b/layerindex/tools/import_layer.py

[yocto] [layerindex-web][PATCH 02/10] layerindex/tools/import_layer.py: Sanitize layer name.

2016-09-26 Thread Liam R. Howlett
Django will produce a cryptic error message if layers are added with invalid names. Sanitize the layer names when trying to add them. Signed-off-by: Liam R. Howlett <liam.howl...@windriver.com> --- layerindex/tools/import_layer.py | 6 ++ 1 file changed, 6 insertions(+) diff

[yocto] [layerindex-web][PATCH 00/10] Add Distribution, dependency and recommends detection, and import_project

2016-09-26 Thread Liam R. Howlett
name to determine dependencies and recommends. - Adds import_project to simplify pulling all layers and openembedded-core to a layer index. Liam R. Howlett (10): import_layer: Add --actual-branch option layerindex/tools/import_layer.py: Sanitize layer name. layerindex/tools/import_layer.py: A

[yocto] Glibc kernel version depends

2015-07-28 Thread PRAVEEN KUMAR R
I am trying to bring QT 5.5 on armv6 arch which is running on linux kernel v 2.6.27, the qt5 libraries depends on glib 2.12+, I tried installing latest glibc to satisfy run time depends on target when I run the qt application, I get FATAL: kernel too old 1. is the glib 2.21 tightly

[yocto] tip and cu utility

2015-03-31 Thread PRAVEEN KUMAR R
Is there any existing package that provide tip and cu utility ? http://man.cx/TIP(1)? ? -- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

[linux-yocto] KERNEL_FEATURES variable, Kernel Configuration Fragments and Kernels other than linux-yocto

2012-11-21 Thread Poole, Donald R.
incorporating the kernel configuration fragment management system into a kernel other than the linux-yocto kernel? I haven 't quite figured it out yet, so any assistance would be greatly appreciated. Thanks in advanced! Donald R. Poole, Jr. Research Engineer Southwest Research Institute