Re: [yocto] Warning message after building recipe:

2019-11-22 Thread Quentin Schulz
Hi Pavan, On Fri, Nov 22, 2019 at 09:38:05PM +0800, pavan wrote: > Hi All, > > After building the recipe, I'm getting warning message: > "Warning: do_package_qa QA Issue: : found library in wrong > location. > Any suggestion to resolve this issue? > Hopefully explained well enough here:

Re: [yocto] raspberry pi Rpi3 does not boot to login prompt.

2019-12-04 Thread Quentin Schulz
Hi Ed, On Wed, Dec 04, 2019 at 12:24:31AM +, Ed Vidal wrote: > Hello all,I am testing a zeus rpi3.  Any and all help is appreciated. > I created a rpi2 core-image-minimal and built a micro sd card.which booted > okay.I then modified the build/conf/local.conf file for a raspberrypi3. > The

Re: [yocto] Issues with alsa-state

2019-12-09 Thread Quentin Schulz
Hi Andy, On Mon, Dec 09, 2019 at 10:40:49AM +, Andy Pont wrote: > Hello! > > I am trying to add a custom asound.state file into my Zeus based i.MX6 > image. I have created a custom .bbappend file with the following contents: > > FILESEXTRAPATHS_prepend_mx6 := "${THISDIR}/${PN}/imx:” >

Re: [yocto] Writing do_compile in python and importing modules

2019-12-10 Thread Quentin Schulz
Hi, On Tue, Dec 10, 2019 at 11:15:01AM +, Ross Burton wrote: > On 09/12/2019 16:30, Patrick Doyle wrote: > > But then I started wondering if I could change do_compile to python, > > have it import assemble-tsk-blob, and get the best of both worlds -- > > the ability to test assemble-tsk-blob

Re: [yocto] Appending to recipe created by BBCLASSEXTEND

2019-12-16 Thread Quentin Schulz
Hi Tuomas, On Mon, Dec 16, 2019 at 06:33:02AM +, Tuomas Huuki wrote: > Hello, > I'm using yocto warrior and have a recipe that is extended via BBCLASSEXTEND > in to -native and -nativesdk. I also need an append for this recipe, > including the "unextended" recipe. For example: >

Re: [yocto] [warrior] [meta-qt4] recipes-qt4: qt4-embedded: fix build on GCC v8

2019-11-26 Thread Quentin Schulz
Hi Paul, On Tue, Nov 26, 2019 at 03:44:40PM +1300, Paul Eggleton wrote: > Hi Quentin > > On Wednesday, 20 November 2019 5:06:17 AM NZDT Quentin Schulz wrote: > > At least since gcc v8, source code with asm volatile won't compile > > anymore. > > > > The vol

Re: [yocto] Pull a single file using git lfs

2019-12-18 Thread Quentin Schulz
Hi Andy, On Wed, Dec 18, 2019 at 11:23:25AM +, Andy Pont wrote: > Quentin wrote... > > > I unfortunately don't have experience with git lfs. > > > > I'm thinking about the subpath argument to SRC_URI git fetcher. > > > >

Re: [yocto] Pull a single file using git lfs

2019-12-18 Thread Quentin Schulz
Hi Andy, On Wed, Dec 18, 2019 at 10:46:17AM +, Andy Pont wrote: > Hello, > > I have a private git repo on our GitLab server that contains a bunch of > source files that came as part of a commercial product and the final binary > executable is also stored there using “git lfs”. > > I’m

Re: [yocto] Excluding recipe u-boot-fw-utils from a target build #yocto

2020-01-21 Thread Quentin Schulz
Hi Richard, On Mon, Jan 20, 2020 at 09:38:21PM -0800, Richard.W wrote: > I am using Yocto "Rocko" and an older u-boot bootloader with it (2013.10). > The machine target is an i.mx6 and so I am including the freescale imx layers. > > Within the freescale layer is a recipe for a u-boot-fw-utils

Re: [yocto] proper way to create an out-of-tree kernel modules

2020-03-03 Thread Quentin Schulz
Hi Kent, On Tue, Mar 03, 2020 at 09:32:55AM -0500, Kent Dorfman wrote: > What is the proper way to create a recipe to build a kernel module > outside of the normal kernel tree? > > The kernel sources need to be expanded and configured for the typical > kernel makefile line > > make -C

Re: [yocto] lost busybox mysteriously

2020-01-27 Thread Quentin Schulz
Hi JH, On Mon, Jan 27, 2020 at 10:13:37PM +1100, JH wrote: > Hi Andy, > > Thanks for the response. > > On 1/27/20, Andy Pont wrote: > > JH wrote... > > > >>That the same problem of missing busybox was not just occurred during > >>the device running in the middle of operation, it was also

Re: [yocto] permanently supercede kernel config with one of my own creation

2020-01-29 Thread Quentin Schulz
Hi Kent, On Wed, Jan 29, 2020 at 07:53:38AM -0500, Kent Dorfman wrote: > I'd prefer to not go that route.It's a modified "vendor supplied" > kernel from an internal tarball source, and for IA/QA reasons we're > NOT going to refer to any external GIT repos. > > Can someone tell me how to just

Re: [yocto] Building and selecting multiple kernel versions

2020-02-04 Thread Quentin Schulz
On Tue, Feb 04, 2020 at 04:32:34PM +, Ryan Harkin wrote: [...] > > Actually, it does work like this: > > export MACHINE=xyz > bitbake image > > But not like this: > > MACHINE=xyz bitbake image > > No big deal, but I expected the last one to work. > I use it every day. I don't think

Re: [yocto] Building and selecting multiple kernel versions

2020-02-04 Thread Quentin Schulz
Hi Ryan, On Tue, Feb 04, 2020 at 04:00:01PM +, Ryan Harkin wrote: > Hi Quentin, > > Thanks for your reply. > > On Tue, 4 Feb 2020 at 08:51, Quentin Schulz < > quentin.sch...@streamunlimited.com> wrote: > > > Hi Ryan, > > > > On Mon, Feb 03

Re: [yocto] How to make a local patch without a commit number, or will not be possible?

2020-02-03 Thread Quentin Schulz
Hi JH, On Mon, Feb 03, 2020 at 06:06:18PM +1100, JH wrote: > Hi, > > I want to make a patch file for mx6ullevk.h in > meta-freescale/recipes-bsp/u-boot/u-boot-imx_2017.03.bb, to customize > mtdparts, bootcmd and bootargs as I could not find a simple way to do > it in a bbapaend, but I got an

Re: [yocto] Building and selecting multiple kernel versions

2020-02-04 Thread Quentin Schulz
Hi Ryan, On Mon, Feb 03, 2020 at 05:34:23PM +, Ryan Harkin wrote: > Hello all, > > I'm looking for advice on how to support multiple kernel versions in my > distro with minimal changes, and minimal disruption to my users. > > Some background: > > I have a legacy Sumo based distro with an

Re: [OE-core] [yocto] Support UBI u-boot

2020-02-07 Thread Quentin Schulz
Hi JH, On Fri, Feb 07, 2020 at 07:52:35PM +1100, JH wrote: > Hi Pelle, > > Aplogize for cross posting. > > On 2/7/20, Pelle Windestam wrote: > > In my case u-boot uses a default config called imx8qxp_var_som_defconfig > > stored under the configs directory in u-boot (not sure if its in the > >

Re: [yocto] Lots of basehash related errors

2020-02-20 Thread Quentin Schulz
Hi Dmitri, On Thu, Feb 20, 2020 at 08:02:57AM -0800, Dmitri Toubelis wrote: > Hi, > > I'm migrating from yocto morty to zeus and I'm receiving a whole lot of > errors like this: > > > > > ERROR: When reparsing > >

Re: [yocto] Creating a build system which can scale. #yocto

2020-02-17 Thread Quentin Schulz
Hi Philip, *Very* quick and vague answer as it's not something I'm doing right now. I can only give hints to where to look next. On Mon, Feb 17, 2020 at 04:27:17AM -0800, philip.le...@domino-uk.com wrote: > Hi, > > I'm looking for some advice about the best way to implement a build >

Re: [yocto] What is the Yocto / OE recipe for u-boot-fw-utils how can append it?

2020-03-10 Thread Quentin Schulz
Hi JH, On Tue, Mar 10, 2020 at 08:23:37PM +1100, JH wrote: > Hi, > > I could not find u-boot-fw-utils recipe from OE git repository, when I > added it to build package, it did build u-boot-fw-utils/1_2019.07-r0 > from git://git.denx.de/u-boot.git, but I could not make a bbapend to > it as I

Re: [yocto] Mechanism behind pkg_postinst_ontarget_${PN} #yocto

2020-03-27 Thread Quentin Schulz
Hi Stefan, On Fri, Mar 27, 2020 at 05:26:23AM -0700, stefan.wennin...@evopro-ag.de wrote: > I think the relevant part for me in that script is the func > exec_postinst_scriplets(). It looks to me as if this function iterates > through all scripts in the /etc/deb-postinsts directory in my case

Re: [yocto] Mechanism behind pkg_postinst_ontarget_${PN} #yocto

2020-03-27 Thread Quentin Schulz
Hi Stefan, On Fri, Mar 27, 2020 at 06:41:57AM -0700, stefan.wennin...@evopro-ag.de wrote: > Hi Quentin, > I have now read up on the exact meaning of PROVIDES and PACKAGES and I do > understand your response. > It does sound like I am talking about PACKAGES since I did suspect PROVIDES > to work

Re: [yocto] python3-misc-native issue

2020-04-29 Thread Quentin Schulz
Hi Marek, On Wed, Apr 29, 2020 at 02:40:57PM +0200, Marek Belisko wrote: > Hi, > > I'm using poky zeus release and need to add python3-werkzeug recipe. I > extend recipe with bbappend with BBLACCEXTEND = "native nativesdk". > But when added that it complains about : > > ERROR: Nothing RPROVIDES

Re: [yocto] #yocto do_package error for custom app

2020-05-04 Thread Quentin Schulz
Salut Bastien, On Mon, May 04, 2020 at 06:05:19AM -0700, Bastien0530 wrote: > This file is supposed to be my application. The `file` command on Linux (could be run on the host and not the target) will give you important info such as the architecture for which it was built. In that case, we would

Re: [yocto] what is the proper treatment of the "Unlicense" license?

2020-05-13 Thread Quentin Schulz
Hi Robert, On Wed, May 13, 2020 at 07:19:59AM -0400, Robert P. J. Day wrote: > On Wed, 13 May 2020, Richard Leitner wrote: > > > On Wed, May 13, 2020 at 12:39:44PM +0200, Quentin Schulz wrote: > > > On Wed, May 13, 2020 at 06:25:01AM -0400, Robert P. J. Day wrote: > >

Re: [yocto] Regarding gnutls package in meta-gplv2 layer

2020-05-05 Thread Quentin Schulz
Hi Prashanth, On Tue, May 05, 2020 at 08:22:07PM +0530, Prashanth wrote: > Hi Team, > I am trying to avoid GPLv3 package of gnutls from default Thud release. > > So I was checking the gnutls package from meta-gplv2 layer: >

Re: [yocto] PREFERRED_VERSION

2020-05-14 Thread Quentin Schulz
Hi Damienm On Thu, May 14, 2020 at 11:05:56AM +0300, Damien LEFEVRE wrote: > Hi, > > Should it be possible to set PREFERRED_VERSION in the image definition > files? > Conceptually, no. An image recipe is a recipe. Global data is global and local data is local. A recipe (image or package) set

Re: [yocto] what is the proper treatment of the "Unlicense" license?

2020-05-13 Thread Quentin Schulz
Hi Robert, On Wed, May 13, 2020 at 06:25:01AM -0400, Robert P. J. Day wrote: > > colleague added a new recipe to a build, got a warning "The license > listed Unlicense was not in the licenses collected for recipe > python-filelock" and, sure enough, that source was released under the >

Re: [yocto] what is the proper treatment of the "Unlicense" license?

2020-05-13 Thread Quentin Schulz
On Wed, May 13, 2020 at 08:40:28AM -0400, Robert P. J. Day wrote: > On Wed, 13 May 2020, Quentin Schulz wrote: > > > Hi Robert, > > > > On Wed, May 13, 2020 at 07:19:59AM -0400, Robert P. J. Day wrote: > > > On Wed, 13 May 2020, Richard Leitner wrote: > >

Re: [yocto] what is the proper treatment of the "Unlicense" license?

2020-05-13 Thread Quentin Schulz
On Wed, May 13, 2020 at 09:53:12AM -0400, Robert P. J. Day wrote: [...] > > it gets weirder ... the project i'm working with is based on morty > so that variable *would* still be relevant, but even adding > "Unlicense" to that variable didn't stop the offending recipe > from still generating a

Re: [yocto] How to PROVIDE boost-python

2020-03-18 Thread Quentin Schulz
Hi Emily, On Wed, Mar 18, 2020 at 10:16:23AM -0500, Emily wrote: > Hi Laurent - > > Unfortunately I don't have full control over the repo that's using > boost_python-mt so I'm not sure I can switch it right now. > You can create a patch for it. You can use devtool modify and create the patch

Re: [yocto] How to PROVIDE boost-python

2020-03-17 Thread Quentin Schulz
Hi Emily, On Tue, Mar 17, 2020 at 10:44:10AM -0500, Emily wrote: > Hi all - > > I'm trying to build an opca recipe ( > https://github.com/kratsg/meta-l1calo/blob/add/opcServer/recipes-core/opc-ua/opc-ua-server-gfex_git.bb) > and it's giving me a build error like: > > | >

Re: [yocto] How to PROVIDE boost-python

2020-03-17 Thread Quentin Schulz
Hi Emily, On Tue, Mar 17, 2020 at 12:06:48PM -0500, Emily wrote: > Hi Quentin - > > That's what I tried originally! DEPENDS on boost and not boost-python gives I should have read more carefully, sorry. > me the following error when trying to build my original recipe: > >

Re: [yocto] Yocto uses older PV instead of newest - how to figure out why?

2020-08-24 Thread Quentin Schulz
Hi Oliver, On August 24, 2020 2:02:26 PM GMT+02:00, Oliver Westermann wrote: >Hey, > >we're porting our yocto from an older NXP iMX release to their newest >BSP, upgrading yocto in the process from sumo to zeus. >Using their current setup, the layers provide one recipe in two >versions - 0.2

Re: [yocto] [auh] [PATCH RESEND 5/5] consistent naming for upgradehelper.py

2020-08-17 Thread Quentin Schulz
On August 16, 2020 11:57:54 PM GMT+02:00, Alexander Kanavin wrote: >Thanks, I have added this to AUH repo too now; I assume there are no >changes in the re-sent patchset otherwise? > No change in any of the patches that I've resent. Quentin -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all

Re: [yocto] File collision: same path from 2 recipes

2020-09-29 Thread Quentin Schulz
On Tue, Sep 29, 2020 at 02:56:28PM +0200, Laurent Gauthier wrote: > I would guess so. > > Here is a way to figure out all the packages in which your file is > delivered (small trick that has proven quite useful for me to figure out > which recipe/package provides a specific file): > > 1. cd >

Re: [yocto] #yocto #linux #systemd Having issues building command line utilities: ntpq, timedatectl, and ntpstat into kernel image

2020-09-29 Thread Quentin Schulz
Hi Steve, On Tue, Sep 29, 2020 at 08:45:56AM -0700, Monsees, Steven C (US) via lists.yoctoproject.org wrote: > I currently have "ntpq" building and installing correctly... > > Can someone tell me what it takes to get the "timedatectl" command utility > built into Yocto kernel image ? > > I

Re: [yocto] sd-bus.h not found when compiling #yocto

2020-09-25 Thread Quentin Schulz
Hi Talel, On Fri, Sep 25, 2020 at 02:08:17AM -0700, Bel Hadj Salem Talel wrote: > Hi All, > I'm trying to create a recipe for wirepas_gateway , it is a python project, > but it uses systemd dbus , and there is a .c file that includes  #include > > I tried to add "systemd" and "libsystemd" to

Re: [yocto] setup.py no such file or directory

2020-09-25 Thread Quentin Schulz
On Fri, Sep 25, 2020 at 08:12:11AM -0700, Bel Hadj Salem Talel wrote: > Hi Community, > > I have a python module which I downloaded from github containing a setup.py > as all python modules. > When I create a recipe with devtool it compiles correctly with no problem, > but when I copy paste the

Re: [yocto] setup.py no such file or directory

2020-09-25 Thread Quentin Schulz
Hi Talel, On Fri, Sep 25, 2020 at 08:12:11AM -0700, Bel Hadj Salem Talel wrote: > Hi Community, > > I have a python module which I downloaded from github containing a setup.py > as all python modules. > When I create a recipe with devtool it compiles correctly with no problem, > but when I

Re: [yocto] wvdial

2020-09-17 Thread Quentin Schulz
Hi On Thu, Sep 17, 2020 at 10:02:47AM +0200, Zoltan Kerenyi Nagy wrote: [...] > file://04_signed_request.diff anywhere. The paths that were searched were: > > /home/kerenyiz/oe-core/build/../stuff/meta-openembedded/meta-oe/recipes-connectivity/wvstreams/wvstreams-4.6.1/nodistro > >

Re: [yocto] Overwrite a bblcass globally

2020-05-26 Thread Quentin Schulz
Hi Ayoub, On Tue, May 26, 2020 at 04:36:13PM +0200, Ayoub Zaki via lists.yoctoproject.org wrote: > Hi, > > I would like to make changes on systemd.bblcass in my layer. > > I can create new one e.g my-systemd.bbclass to overwrite the default one > but this will not work since I want that ALL

Re: [yocto] overwrite LAYERSERIES_COMPAT_ for different layer

2020-05-25 Thread Quentin Schulz
On Mon, May 25, 2020 at 03:10:39PM +0200, Martin Jansa wrote: > You can add a layer which will set LAYERSERIES_COMPAT for another layer, > but it needs to be parsed before the layer you want to change, e.g.: > https://github.com/webosose/meta-webosose/blob/thud/meta-qt5-compat/conf/layer.conf >

Re: [yocto] How to disable specific default recipe to be included in Yocto? #linux #yocto #cups #hplip

2020-08-04 Thread Quentin Schulz
Hi Sheng Leong, On Tue, Aug 04, 2020 at 12:18:26AM -0700, Soi, Sheng Leong wrote: > Hi, > > Does anyone here know how to disable specific default recipe (e.g. CUPS and > HPLIP) to be included in Yocto image? > Start from a core-image-minimal and add packages manually. Only the packages that

Re: [yocto] Cannot fetch sources, downloads.yoctoproject.org is down

2020-08-04 Thread Quentin Schulz
Hi Lluis, On Tue, Aug 04, 2020 at 02:32:05AM -0700, Lluis Campos via lists.yoctoproject.org wrote: > Hello, > > Since two hours ago, I am not able to build anything due to > downloads.yoctoproject.org being down. Do you have any more info on what is > going on? > It's known:

Re: [yocto] out of kernel custom module build fails

2020-08-06 Thread Quentin Schulz
Hi Rob, On Thu, Aug 06, 2020 at 12:37:15PM -0400, Rob Prowel wrote: > On 2020-08-06 11:45, Rob Prowel wrote: > > the important bb file content is: > > > > inherit module > > SRC_URI = "file://Makefile \ > >    file://customslip.c \ > >    file://customslip.h \ > >   

Re: [yocto] cmake-based project with system lib dependency

2020-08-12 Thread Quentin Schulz
Hi Sergey, On Tue, Aug 11, 2020 at 08:36:33PM +0300, Sergey Ivanov wrote: > Hi there. > I want to configure the cmake-based project with dependency on library > libuuid. > The latter is located under util-linux and populated in my >

Re: [yocto] do_package() failing due to "no attribute"

2020-08-04 Thread Quentin Schulz
Hi Itai, On Tue, Aug 04, 2020 at 03:11:55PM +, Itai Kleiman via lists.yoctoproject.org wrote: > export SDKTARGETSYSROOT = > "${TMPDIR}/sysroots/x86_64-linux/usr/bin/mips64-poky-linux/" > SDKTARGETSYSROOT = "${STAGING_BINDIR_NATIVE}/mips64-poky-linux" > do_configure() { > cd ${S} >

Re: [yocto] one way hash analogy of yocto

2020-07-31 Thread Quentin Schulz
Hi Robm On Fri, Jul 31, 2020 at 08:45:17AM -0400, Rob Prowel wrote: > What I really need is information about introspection or the ability to > query an existing yocto distro to return data about features included and > more to the point, to understand EXACTLY where recipes or classes are >

Re: [yocto] yocto compile simple c++

2020-08-10 Thread Quentin Schulz
Hi Sergey, On Sat, Aug 08, 2020 at 12:12:40PM +0300, Sergey Ivanov wrote: > Hi there. > I'm newbie ib yocto and (of course) nothing works for me from scratch. > For testing purposes, i work with yocto 3.1 based on > 5d47cdf448b6cff5bb7cc5b0ba0426b8235ec478 rev aka dunfell-23.0.0 > MACHINE ?=

Re: [yocto] Need help understanding #devtool flow to library

2020-06-30 Thread Quentin Schulz
Hi Stephan, On Tue, Jun 30, 2020 at 04:26:01AM -0700, tob...@synopsys.com wrote: > Hello! > > I am new to yocto, so I might be missing something obvious, but I have > trouble getting the devtool flow to work for me. It seems that the library > that ends up in the image is not the one with my

Re: [yocto] How to install rrdtool-per package?

2020-07-01 Thread Quentin Schulz
On Wed, Jul 01, 2020 at 07:26:00AM -0700, ingemar0...@gmail.com wrote: > On Wed, Jul 1, 2020 at 05:27 AM, "Josef Holzmayr" > wrote: > > > > > Howdy! > > > > Am 01.07.2020 um 14:05 schrieb ingemar0...@gmail.com: > > > >> On Wed, Jul 1, 2020 at 04:46 AM, Josef Holzmayr wrote: > >> > >> The

Re: [yocto] #yocto

2020-07-01 Thread Quentin Schulz
Hi Pankaj, On Wed, Jul 01, 2020 at 08:36:50AM -0700, Pankaj Vinadrao Joshi wrote: [...] > 2) I have built the image without these configuration but after booting the > image its asking for password for connecting from ssh thought i have not set > any packages > i have included following

Re: [yocto] ERROR: Nothing PROVIDES 'core-image-sato' #raspberrypi #yocto

2020-07-01 Thread Quentin Schulz
Hi, On Wed, Jul 01, 2020 at 07:10:34AM -0700, Pankaj Vinadrao Joshi wrote: > Hi, > i am building an image for RPI4 You have probably added core-image-sato to DEPENDS which is incorrect. You can't add an image recipe as a dependency. Quentin -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all

Re: [yocto] Configuring UIO to handle GPIO interrupt #yocto #linux

2020-07-08 Thread Quentin Schulz
Hi Scott, On Wed, Jul 08, 2020 at 07:15:17AM -0700, s...@inea.com wrote: > Dear Yocto community, > > I am hoping that you can provide advice on configuring UIO to handle a GPIO > interrupt from user space. I found an excellent summary at >

Re: [yocto] ERROR: iso-codes-4.4-r0

2020-07-08 Thread Quentin Schulz
Hi Pankaj, On Wed, Jul 08, 2020 at 07:52:30AM -0700, Pankaj Vinadrao Joshi wrote: > I am trying to build yocto image for RPI4 but i am getting following error > > pankaj@exaleap-Inspiron-3584:~/raspberrypi4_image$ bitbake core-image-sato > Parsing recipes: 100% >

Re: [yocto] Building a clean image without using sstate-cache

2020-07-06 Thread Quentin Schulz
Hi, On Mon, Jul 06, 2020 at 11:08:31AM +0300, Shlomi Vaknin wrote: > Hi, > > I'm trying to run a clean build without using the sstate-cache shared > directory, so we can check that everything is working properly and also > update our sstate-cache shared folder every now and then. > > I have the

Re: [yocto] Help creating zeek recipe #yocto

2020-07-06 Thread Quentin Schulz
Hi Gary, On Fri, Jul 03, 2020 at 02:22:40PM -0700, gary via lists.yoctoproject.org wrote: > I would like to create a recipe for zeek (a network security monitoring tool, > https://zeek.org/). It fails while compiling because it cannot find a > executable that it needs to install called binpac. 

Re: [yocto] The following packages have unmet dependencies: packagegroup-core-x11-base : Depends: packagegroup-core-x11-xserver but it is not going to be installed #yocto

2020-07-03 Thread Quentin Schulz
Hi Pankaj, On Fri, Jul 03, 2020 at 12:31:22AM -0700, Pankaj Vinadrao Joshi wrote: > Hi Quentin, > Missing x11 in DISTRO_FEATURES in your distro. > http://cgit.openembedded.org/openembedded-core/tree/meta/recipes-graphics/packagegroups/packagegroup-core-x11-xserver.bb?h=master#n12 >   (the same

Re: [yocto] The following packages have unmet dependencies: packagegroup-core-x11-base : Depends: packagegroup-core-x11-xserver but it is not going to be installed #yocto

2020-07-02 Thread Quentin Schulz
Hi Pankaj, On Wed, Jul 01, 2020 at 11:22:00AM -0700, Pankaj Vinadrao Joshi wrote: > Hi, > i am trying to build core-image-sato and i am using PACKAGE_CLASSES = > "package_deb" but while building i am getting following error > pankaj@exaleap-Inspiron-3584:~/Oe-Raspberrypi4$ bitbake

Re: [yocto] #yocto howto use deltask

2020-07-06 Thread Quentin Schulz
Hi, On Mon, Jul 06, 2020 at 04:00:11AM -0700, Hans-Ulrich Schlieben wrote: > Hi, > > my image build fails with: > ERROR: ims-image-fieldgate-1.0-r0 do_rootfs: The following packages could not > be configured offline and rootfs is read-only: ['apparmor'] > > The image build succeeds if i remove

Re: [yocto] MACHINE and inc files

2020-06-22 Thread Quentin Schulz
Hi Tomek, On Sun, Jun 21, 2020 at 03:09:40PM +0200, Tomek The Messenger wrote: > The problem which I have is that this one below doesn't work (*): > KERNEL_MODULE_AUTOLOAD_velismate += "A" > KERNEL_MODULE_AUTOLOAD += "B" > > The two kernel modules are autoloaded during linux startup only if I

Re: [yocto] ERRORS while building customized yocto image for Raspberrypi #yocto

2020-07-24 Thread Quentin Schulz
Hi Bhavya, On Fri, Jul 24, 2020 at 05:59:09AM -0700, paruchuribhavyas...@gmail.com wrote: > Hi, > > I'am trying to build Yocto image for a customized code, where the source code > is in my local files, so here is my recipe : > >

Re: [yocto] Remove connman package from yocto sdk.

2020-07-28 Thread Quentin Schulz
Hi, On Tue, Jul 28, 2020 at 09:02:45AM +0200, Josef Holzmayr-Khosh Amoz wrote: > Howdy! > > Am Di., 28. Juli 2020 um 07:19 Uhr schrieb NIKHIL PATIL > : > > > > hi, > > Still we ar facing same issue , > > If anyone know, please help. > > > > On Fri, Jul 24, 2020 at 6:14 PM NIKHIL PATIL

Re: [yocto] ERRORS while building customized yocto image for Raspberrypi #yocto

2020-07-27 Thread Quentin Schulz
Hi Bhavya, On Fri, Jul 24, 2020 at 09:12:09PM -0700, paruchuribhavyas...@gmail.com wrote: > Hi Quentin > > I tried changing it but facing same kind of error during Build. > Your S = "${WORKDIR}" is probably wrong then. Is there only a directory "at the root" of the tarball? I mean if you

Re: [yocto] Adding libgpiod to Yocto Warrior 4.19.35 image?

2020-07-21 Thread Quentin Schulz
Hi Scott, On Mon, Jul 20, 2020 at 10:48:52AM -0700, Scott Whitney wrote: > Thanks for the tip, Joel. I'm still new to this. How should libgpiod-dev be > added to my local.conf? > Do I just need to add it to EXTRA_IMAGE_FEATURES? Do I still need to add > libgpiod to IMAGE_INSTALL_append? >

[yocto] [auh] [PATCH RESEND 3/5] upgradehelper.py: merge dict.get() followed by if into dict.get with a default

2020-08-16 Thread Quentin Schulz
Signed-off-by: Quentin Schulz --- - RESEND because I was not subscribed to the ML with this address already, - please ignore, resent only for archive purposes on the ML, this patch has been merged already upgradehelper.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git

[yocto] [auh] [PATCH RESEND 5/5] consistent naming for upgradehelper.py

2020-08-16 Thread Quentin Schulz
those reasons, let's be consistent and rename the python script. Signed-off-by: Quentin Schulz --- - RESEND because I was not subscribed to the ML with this address already, upgradehelper.py => upgrade-helper.py | 0 weeklyjob.sh | 2 +- 2 files changed, 1 insertion(+)

[yocto] [auh] [PATCH RESEND 1/5] modules: statistics: handle recipes without maintainers

2020-08-16 Thread Quentin Schulz
Even though a recipe might not have a MAINTAINER set, one still might want to upgrade it. This makes it possible to upgrade said kind of recipes and still keep the stats meaningful by displaying one for all maintainerless recipes. Signed-off-by: Quentin Schulz --- - RESEND because I

[yocto] [auh] [PATCH RESEND 2/5] upgrade-helper.conf: update comments and default values

2020-08-16 Thread Quentin Schulz
A few comments were misleading or incomplete and some defaults were incorrect. Signed-off-by: Quentin Schulz --- - RESEND because I was not subscribed to the ML with this address already, - please ignore, resent only for archive purposes on the ML, this patch has been merged already

[yocto] [auh] [PATCH RESEND 4/5] README: update mailing list address

2020-08-16 Thread Quentin Schulz
Signed-off-by: Quentin Schulz --- - RESEND because I was not subscribed to the ML with this address already, - please ignore, resent only for archive purposes on the ML, this patch has been merged already README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README b

[yocto] [yocto-autobuilder-helper] [PATCH] scripts: run-auh: update upgrade-helper name

2020-08-16 Thread Quentin Schulz
Since https://lists.yoctoproject.org/g/yocto/message/50282 was merged in autoupgrade-helper git repo, the python script isn't called upgradehelper.py anymore but upgrade-helper.py for consistency sake. Let's update the run-auh script so that it's still working. Signed-off-by: Quentin Schulz

Re: [yocto] remove particular device from QB_OPT_APPEND: per-word manner

2021-01-12 Thread Quentin Schulz
Hi Sergey, On Tue, Jan 12, 2021 at 05:09:25PM +0200, Sergey Ivanov wrote: > Hi there. > > I'm working with arm64 target and i want to take control on usb buses on it. > What i'm trying to do is tro remove both bus and hid devices on it via > QB_OPT_APPEND_remove = " -show-cursor -device

Re: [yocto] Unable to add pre compiled library #yocto

2021-01-12 Thread Quentin Schulz
Hi VR, On Tue, Jan 12, 2021 at 07:57:46PM +0530, Vijay Rakesh Munganda wrote: > Hi Raj, > > I had downloaded complete meta-clang and ran bitbake then I got an error > message as layer is not compatible with dunfell version. Then I had > downloaded libcxx recipe and added into the build, but

Re: [yocto] remove particular device from QB_OPT_APPEND: per-word manner

2021-01-12 Thread Quentin Schulz
On Tue, Jan 12, 2021 at 05:27:58PM +0200, Sergey Ivanov wrote: > Thanks, it should work, provided... > Am i understand correctly that all append-remove stuff works BEFORE > anonymous python script? > I'd say yes except for task-specific variables (one can do QB_OPT_APPEND_task-install for

Re: [yocto] How to select Linux kernel version?

2021-01-07 Thread Quentin Schulz
Hi, On Thu, Jan 07, 2021 at 09:07:58PM +1100, JH wrote: > Thanks kapllaj. > > > On meta-freescale, you find this on > > meta-freescale-distro/conf/distro/include/fsl-base.inc: > > Yes I use imx6ull, I've looked those config files, nothing set to run 4.19. > > > Now, go to

Re: [yocto] Python function caching question

2020-11-24 Thread Quentin Schulz
Hi Michael, On Mon, Nov 23, 2020 at 04:49:30PM -0700, Michael Callahan wrote: > I do not want do_compile to run again, it rebuilds the whole image. > What is the best way to always run find_version? > Use an anonymous python function that sets VERSION, e.g.: python __anonymous() {

Re: [yocto] Error during do_install for linux-libc-headers_5.8 recipe during 'bitbake core-image-minimal'

2020-11-26 Thread Quentin Schulz
Hi, On Thu, Nov 26, 2020 at 04:26:34AM -0800, aloofbynat...@gmail.com wrote: > Hello, > > I am just starting using Yocto Project and I've been following along with the > getting started section of the mega manual. I am working on Ubuntu 20.04 LTS > through WSL2 on Windows 10 (not sure if it

Re: [yocto] ninja: error: unknown target 'install' #yocto #toolchain #linux

2020-12-03 Thread Quentin Schulz
Hi, On Thu, Dec 03, 2020 at 04:04:25AM -0800, vijayrakeshmunga...@gmail.com wrote: > Hi All, > > I had written a bitbake file to download and install AWS SDK C from GitHub > https://github.com/aws/aws-iot-device-sdk-embedded-C based on existing > recipes https://github.com/aws/meta-aws, (

Re: [yocto] patch apply for .bb file

2020-11-28 Thread Quentin Schulz
Hi, Please stop spamming. It encourages people not to answer you. You're looking for bbappends. Quentin On November 28, 2020 9:50:29 AM GMT+01:00, NIKHIL PATIL wrote: >hi , > Is there any way to apply patches from one meta layer to another meta >layer ? > >On Sat, Nov 28, 2020 at 11:56 AM

Re: [yocto] Using OVERRIDES to set variables from outside the recipe file

2020-12-04 Thread Quentin Schulz
Hi Andrew, On Thu, Dec 03, 2020 at 07:23:43PM -0800, Andrew Loader wrote: > Thanks for your help > In the example above which I only  used to communicate the problem, without > getting all complicated with details of my multiple projects, images and > petalinux. > > The solution would be to

Re: [yocto] Using OVERRIDES to set variables from outside the recipe file

2020-12-03 Thread Quentin Schulz
Hi Andrew, On Thu, Dec 03, 2020 at 03:45:41AM +, Andrew Loader wrote: > In the bitbake user manual it has an example of how to set the variable value > using the OVERRIDE variable > > OVERRIDES = "architecture:os:machine" > TEST = "default" > TEST_os = "osspecific" > TEST_nooverride =

Re: [yocto] How to write custom recipe to install AWS C SDK from github #dunfell #linux #yocto

2020-12-02 Thread Quentin Schulz
Hi VR, On Wed, Dec 02, 2020 at 03:27:51AM -0800, vijayrakeshmunga...@gmail.com wrote: > Hi Quentin Schulz, > > Thanks for the reply. I had downloaded the SDK into "files" folder of my > recipe and given CMakeLists.txt as SRCURI. Is it correct to do like this? >

Re: [yocto] How to write custom recipe to install AWS C SDK from github #dunfell #linux #yocto

2020-12-02 Thread Quentin Schulz
Hi VR, On Wed, Dec 02, 2020 at 02:02:39AM -0800, vijayrakeshmunga...@gmail.com wrote: > Hi, > > I'm trying to write a recipe to install AWS SDK into the > build(https://github.com/aws/aws-iot-device-sdk-embedded-C), but I complete > don't know how to do it. Based on online example >

Re: [yocto] cpu_count() got an unexpected keyword argument 'at_least'

2020-12-11 Thread Quentin Schulz
Hi Sateesh, On Fri, Dec 11, 2020 at 07:14:17AM -0800, sateesh m wrote: > Hi Guys, > > I got expansion error during parsing. I want to fix this bug. can anybody > know this issue please Update me. > > Traceback (most recent call last): > File "Var ", line 1, in > bb.data_smart.ExpansionError:

Re: [yocto]: When compiling code, how to make a package not hash checked?

2020-11-10 Thread Quentin Schulz
Hi Byron, On Tue, Nov 10, 2020 at 09:09:05PM +0800, ouyangxua...@163.com wrote: > Dear all, > > > I would like to ask the reasons for the following problems and how to solve > them? When compiling a program, how to make a package not hash checked? > Did you execute the commands that were

Re: [yocto] python3-psycopg2cffi DEPENDS error cffi

2020-11-10 Thread Quentin Schulz
Hi Talel, On Tue, Nov 10, 2020 at 05:23:09AM -0800, Bel Hadj Salem Talel wrote: > HI All, > I created a recipe with pipoe for python3-psycopg2cffi when compiling this > error occured: > > > > > ERROR: Do not try to fetch `cffi>=1.0' for building. Please add its native > > recipe to DEPENDS. >

Re: [yocto] Split kernel patches over different machines

2020-11-11 Thread Quentin Schulz
Hi Talel, On Wed, Nov 11, 2020 at 03:30:33AM -0800, Bel Hadj Salem Talel wrote: > Hi All, > > I created two different machines "menzu-console" and "menzu-media" > I have main patch for device tree for both , and only one patch specific for > menzu-media machine > So in the linux recipe bbappend

Re: [yocto] Enaable to add binary in /usr/bin using .bb file

2020-11-19 Thread Quentin Schulz
Hi, On Thu, Nov 19, 2020 at 01:13:43PM +0530, NIKHIL PATIL wrote: > Hi , > I want to add binary in /usr/bin , for these i made own .bb file ( > obexpushtest.bb), When i am compiling obexpushtest package separately You're not compiling a package, you're compiling a recipe named

Re: [yocto] Enaable to add binary in /usr/bin using .bb file

2020-11-19 Thread Quentin Schulz
Hi, On Thu, Nov 19, 2020 at 01:13:43PM +0530, NIKHIL PATIL wrote: > Hi , > I want to add binary in /usr/bin , for these i made own .bb file ( > obexpushtest.bb), When i am compiling obexpushtest package separately You're not compiling a package, you're compiling a recipe named

Re: [yocto] Enaable to add binary in /usr/bin using .bb file

2020-11-19 Thread Quentin Schulz
Hi, On Thu, Nov 19, 2020 at 01:13:43PM +0530, NIKHIL PATIL wrote: > Hi , > I want to add binary in /usr/bin , for these i made own .bb file ( > obexpushtest.bb), When i am compiling obexpushtest package separately You're not compiling a package, you're compiling a recipe named

Re: [yocto] Enaable to add binary in /usr/bin using .bb file

2020-11-19 Thread Quentin Schulz
Hi, On Thu, Nov 19, 2020 at 04:45:19PM +0530, NIKHIL PATIL wrote: > Hi , > Yours correct only , but the thing is we are taking* binary(obexpushd)* > from other source and only need to copy that binary into* /usr/bin* of our > platform(*intel board*). > > Hence how we can achieve these

Re: [yocto] Unable to extract tar file #dunfell #yocto

2021-01-08 Thread Quentin Schulz
On Fri, Jan 08, 2021 at 03:07:43AM -0800, Vijay Rakesh Munganda wrote: > On Fri, Jan 8, 2021 at 01:26 AM, Quentin Schulz wrote: > > > > > Hi, > > > > On Fri, Jan 08, 2021 at 01:19:51AM -0800, Vijay Rakesh Munganda wrote: > > > >> Hi Paul Barke

Re: [yocto] Unable to extract tar file #dunfell #yocto

2021-01-08 Thread Quentin Schulz
On Fri, Jan 08, 2021 at 04:00:54AM -0800, Vijay Rakesh Munganda wrote: > On Fri, Jan 8, 2021 at 03:15 AM, Quentin Schulz wrote: > > > > > On Fri, Jan 08, 2021 at 03:07:43AM -0800, Vijay Rakesh Munganda wrote: > > > >> On Fri, Jan 8, 2021

Re: [yocto] Unable to extract tar file #dunfell #yocto

2021-01-08 Thread Quentin Schulz
Hi, On Fri, Jan 08, 2021 at 01:19:51AM -0800, Vijay Rakesh Munganda wrote: > Hi Paul Barker, > > No, ${WORKDIR}/tokbox directory is empty, it is not getting placed. I can > only see it in the downloads directory. > S = "${WORKDIR}/libopentok_linux_llvm_arm64" This is the root directory of

Re: [yocto] How to select Linux kernel version?

2021-01-08 Thread Quentin Schulz
Hi Jupiter, On Fri, Jan 08, 2021 at 02:03:47PM +1100, Jupiter wrote: > Thanks Quentin, here are results: > > > So we can stop half guessing and help you can you give us the output of: > > > bitbake -e virtual/kernel | grep -e "^PREFERRED_PROVIDER_" > > $ bitbake -e virtual/kernel | grep -e

Re: [yocto] How to select Linux kernel version?

2021-01-11 Thread Quentin Schulz
Hi Jupiter, On Sat, Jan 09, 2021 at 09:56:13AM +1100, Jupiter wrote: > Hi Quentin, > > Thanks for your helps, I finally figured out an old Yocto version thud > is able to pick up the latest the kernel version to run 5.10 where the > Zeus could not, there are a couple of bugs in Zeus which I

Re: [yocto] #yocto #kernel

2021-01-14 Thread Quentin Schulz
Hi Steve, On Thu, Jan 14, 2021 at 05:11:29PM +, Monsees, Steven C (US) via lists.yoctoproject.org wrote: > > Khem: > > Should have waited for build to complete... this just delays where the error > occurs. > > Now rather than upfront, it fails on packaging with the following error: > >

Re: [yocto] #yocto bbappenf question

2021-01-27 Thread Quentin Schulz
Hi Steve, On Wed, Jan 27, 2021 at 02:46:55PM +, Monsees, Steven C (US) via lists.yoctoproject.org wrote: > > What does it mean when a bbappend files does something like the following to > a task layer ? > > do_install() { > : > } > This overwrite the do_install task with

Re: [yocto] #yocto CORE_IMAGE_EXTRA_INSTALL Where can I find a list of valid package names?

2021-02-04 Thread Quentin Schulz
Hi David, On Thu, Feb 04, 2021 at 01:24:35AM -0700, David Babich wrote: > Thanks for that reply. I actually deleted my message from the forum post > because I thought maybe I hadn't dug through things enough and perhaps I > was wasting people's time. But I think you provided some validation to

  1   2   3   4   >