Re: [yocto] source an environment file in bitbake recipe.

2019-09-12 Thread Bas Mevissen
On 9/11/19 5:09 PM, Pandey, Kamal wrote: Hi, Is there any way by which I can use the source command inside a bitbake recipe for example if I need to source some environment file before compiling. source doesn't seem to work Will the command . work What exactly I need to inherit for

Re: [yocto] Kenel 5.1.0 SRCREV

2019-09-09 Thread Bas Mevissen
On 9/7/19 2:06 PM, JH wrote: Hi, Anyone know what is the kernel 5.1.0 SRCREV? Thank you e93c9c99a629c61837d5a7fc2120cd2b6c70dbdd -- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

Re: [yocto] [Yocto-Advocacy] Yocto Project Upcoming Conferences and Developer Days

2019-05-09 Thread Bas Mevissen
On 2019-05-07 20:18, Behan Webster wrote: (...) > Yes, both for LF and YP it are off-the-shelf trainings that do not require much preparation. Speaking as a course maintainer for LF, keeping the YP course updated is actually a tremendous amount of work (I'm the co-maintainer for the LF YP

Re: [yocto] [Yocto-Advocacy] Yocto Project Upcoming Conferences and Developer Days

2019-05-07 Thread Bas Mevissen
On 2019-05-07 07:20, Behan Webster wrote: > On May 6, 2019, at 8:36 AM, Bas Mevissen wrote: > On 5/6/19 12:45 PM, Josef Holzmayr wrote: > I'd actually word it a little bit differently: > If there is only *ONE* attendee who did not properly do the homework, it > will have a

Re: [yocto] How to define and build device tree in Yocto?

2019-05-07 Thread Bas Mevissen
On 2019-05-07 08:41, Gabriele Zampieri wrote: Hi all, Bas' defconfig trick (do_set_custom_defconfig) is already implemented by Yocto itself: just add a file called defconfig to SRC_URI and the system will apply it for you (you can read kernel_do_configure in kernel.bbclass) . For more

Re: [yocto] [Yocto-Advocacy] Yocto Project Upcoming Conferences and Developer Days

2019-05-06 Thread Bas Mevissen
On 5/6/19 12:45 PM, Josef Holzmayr wrote: I'd actually word it a little bit differently: If there is only *ONE* attendee who did not properly do the homework, it will have a massive impact an the rest of the group. And that somebody will show up unpreparedly is absolutely certain in my opinion.

Re: [yocto] Yocto Project Upcoming Conferences and Developer Days

2019-05-06 Thread Bas Mevissen
On 5/6/19 5:06 PM, Joshua Watt wrote: On Fri, 2019-05-03 at 18:01 +, Volosincu, Andreea S wrote: Greetings, Yocto Project is pleased to announce the plans for the upcoming Embedded Linux Conferences in NA and Europe. Here is a snapshot of our schedule: ELC NA – Wednesday, August 21 -

Re: [yocto] How to define and build device tree in Yocto?

2019-05-06 Thread Bas Mevissen
On 5/5/19 2:03 PM, JH wrote: Hi, Hi JH, I think the device tree blob is build from device tree source, but I could not find any dts files in recipe source directory, there are many dts files in build directory and there are dtb in build directory. Already answered by Gabriele. If I

Re: [yocto] [yocto-docs][thud][v2][PATCH] ref-system-requirements: sync with thud poky.conf

2018-11-19 Thread Bas Mevissen
On 2018-11-19 04:08, Armin Kuster wrote: poky.conf ubuntu-16.04 ubuntu-16.10 ubuntu-17.04 fedora-26 Support for Fedora 26 has ended. I've been using Fedora 27 and 28 for Sumo and they are fine for me. I can do some tests on Thud. However, I cannot do the full 2TB tests that

Re: [yocto] 2.6 migration guide

2018-10-31 Thread Bas Mevissen
On 2018-10-31 16:50, Scott Rifenbark wrote: Can you tell me why "123456" is also not removed? That string contains instances of "123" and "456" Because it removes all occurrences of the list value "123" and not of value "123456" or any part of it. Otherwise, it would be impossible to use

Re: [yocto] [SDK] including kernel devsrc to the SDK failes

2018-10-29 Thread Bas Mevissen
On 2018-10-29 16:14, Bruce Ashfield wrote: On 2018-10-29 11:12 AM, Khem Raj wrote: On Mon, Oct 29, 2018 at 6:46 AM Bruce Ashfield wrote: On 10/29/2018 9:10 AM, Khem Raj wrote: On Fri, Oct 26, 2018 at 6:54 AM Bruce Ashfield wrote: On 10/26/2018 4:28 AM, Måns Zigher wrote: So it looks

Re: [yocto] permissions when installing scripts

2018-10-15 Thread Bas Mevissen
-10-15 20:53, Burton, Ross wrote: cp -a will preserve ownership, which you don't want. Ross On Mon, 15 Oct 2018 at 19:45, Bas Mevissen wrote: cp -a or --preserve(=) optionally combined with other options does the trick. However, using install is the better solution. -- Bas. On 2018-10-15

Re: [yocto] permissions when installing scripts

2018-10-15 Thread Bas Mevissen
cp -a or --preserve(=) optionally combined with other options does the trick. However, using install is the better solution. -- Bas. On 2018-10-15 14:35, Burton, Ross wrote: As you've discovered, cp doesn't preserve permissions. Using install -m755 is the idiom. Ross On Mon, 15 Oct

Re: [yocto] git works standalone, but not within yocto for certain ssh uri format

2018-10-04 Thread Bas Mevissen
On 2018-10-03 08:14, Jakob Hasse wrote: Hello again, I looked up the git man page and confirmed that the given SSH URI is valid, in fact, the "v3" is just part of the path. No need to explicitly specify a port number. As already mentioned, git works fine when cloning standalone.

Re: [yocto] Yocto SDK generated - unable to compile application

2018-09-21 Thread Bas Mevissen
On 2018-09-21 14:34, Evan O'Loughlin wrote: From: Bas Mevissen [ab...@basmevissen.nl] Sent: 20 September 2018 23:21 To: Evan O'Loughlin Cc: yocto@yoctoproject.org Subject: Re: [yocto] Yocto SDK generated - unable to compile application On 9/20/18 3:32

Re: [yocto] Yocto SDK generated - unable to compile application

2018-09-20 Thread Bas Mevissen
On 9/20/18 3:32 PM, Evan O'Loughlin wrote: > > > From: Bas Mevissen [ab...@basmevissen.nl] > Sent: 20 September 2018 13:23 > To: Evan O'Loughlin > Cc: yocto@yoctoproject.org > Subject: Re: [yocto] Yocto SDK generated - unable t

Re: [yocto] Yocto SDK generated - unable to compile application

2018-09-20 Thread Bas Mevissen
On 2018-09-20 12:28, Evan O'Loughlin wrote: From: Bas Mevissen [ab...@basmevissen.nl] Sent: 20 September 2018 10:50 To: Evan O'Loughlin Cc: yocto@yoctoproject.org Subject: Re: [yocto] Yocto SDK generated - unable to compile application On 2018-09-20 11

Re: [yocto] Yocto SDK generated - unable to compile application

2018-09-20 Thread Bas Mevissen
On 2018-09-20 11:40, Evan O'Loughlin wrote: -Original Message- From: Bas Mevissen [mailto:ab...@basmevissen.nl] Sent: 20 September 2018 10:12 To: Evan O'Loughlin Cc: yocto@yoctoproject.org Subject: Re: [yocto] Yocto SDK generated - unable to compile application On 2018-09-20 10:08

Re: [yocto] Yocto SDK generated - unable to compile application

2018-09-20 Thread Bas Mevissen
On 2018-09-20 10:08, Evan O'Loughlin wrote: Hello, I’m having an issue when I try to use the SDK generated by my yocto instance. Currently I have yocto set-up to correctly build my image – this all works well. I've built the SDK in the following ways: * bitbake {image} –c populate_sdk

Re: [yocto] HELP!

2018-08-09 Thread Bas Mevissen
On 2018-08-09 14:39, Dhanush K.S wrote: Hello, I am currently trying to migrate from Yocto 1.8 Poky Fido 13.0.0 to Yocto 2.5. After cloning the Poky repository, I was confused with which tag to checkout with. With a fresh release like Sumo, it is better to stay at the HEAD of the sumo

Re: [yocto] Gratitude

2018-06-06 Thread Bas Mevissen
Hi Jeffrey, Many thanks for the hard work over the years. The Yocto Project has helped me a lot with creating great pieces of software for several clients. Good luck and a lot of fun with your new job! Cheers, Bas. On 2018-06-06 08:42, Osier-mixon, Jeffrey wrote: I have been the Yocto

Re: [yocto] Noobie questions

2017-04-18 Thread Bas Mevissen
On 17/04/2017 13:59, Gary Thomas wrote: (...) Probably best to use morty which is the upcoming 2.3 release Morty is the current 2.2 release. I would say it is the best starting point to get experience with Yocto. New developments might use master or start with Morty and migrate to 2.3

Re: [yocto] How to handle meta-intel/openembedded repos with multiple developers

2016-11-08 Thread Bas Mevissen
On 07/11/2016 20:31, Chris Z. wrote: > Hi, > > How you store your project configuration ? How you prepare workspace > (download each layer separately)? > Basic stuff, SW release should be reproducible (in easy way). Store > somewhere used hash of each piece or use tags. Non company assets should

Re: [yocto] Shallow git clones?

2016-11-03 Thread Bas Mevissen
On 03/11/16 14:06, Gary Thomas wrote: I recall seeing some discussion in the past about using shallow GIT clones when importing repositories? Is this ever going to happen? The reason I ask is that I routinely save the GIT tarballs and some of them are obscenely obese :-( The worst of the

Re: [yocto] Yocto 2.2 Morty supported Linux Distros

2016-11-03 Thread Bas Mevissen
On 03/11/16 11:34, Joshua Lock wrote: Not to worry, I used a CentOS container to test this myself: # lsb_release -ir Distributor ID: CentOS Release:7.2.1511 I got the same result. The problem is that we check multiple sources for a distro's name, favouring the output of lsb_release

Re: [yocto] Yocto 2.2 Morty supported Linux Distros

2016-11-02 Thread Bas Mevissen
On 02/11/16 11:05, Joshua Lock wrote: Can someone with a CentOS 7 box pastebin their /etc/lsb-release, /etc/redhat-release and /etc/os-release? /etc/lsb-release not available At launch (1406): /etc/redhat-release (link to /etc/centos-release): CentOS Linux release 7.2.1406 (Core)

Re: [yocto] Yocto 2.2 Morty supported Linux Distros

2016-11-01 Thread Bas Mevissen
On 01/11/16 18:11, Burton, Ross wrote: On 1 November 2016 at 17:05, Bas Mevissen <ab...@basmevissen.nl <mailto:ab...@basmevissen.nl>> wrote: What are the criteria to call a distro supported? The short version is that it's a distro that doesn't change too much, is still suppo

Re: [yocto] Yocto 2.2 Morty supported Linux Distros

2016-11-01 Thread Bas Mevissen
On 01/11/16 16:27, Burton, Ross wrote: That's a mistake, I consider the whitelist assignment in poky.conf to be canonical and that includes 16.04. What are the criteria to call a distro supported? Scott, can you update the list at

Re: [yocto] how to copy a tar file to Root file system

2016-11-01 Thread Bas Mevissen
On 01/11/16 05:03, swapna.gurum...@microchip.com wrote: With the attached recipe I get the following error: From the recipe: inherit pkgconfig Why do you inherit pkgconfig and aren't you inheriting bin_package? Regards, Bas. -- Bas. -- ___