[yocto] Building of warrior branch fails when building with Ubuntu 20.04 LTS #qemu #yocto #linux

2020-07-21 Thread Bernd
Hello , we are using the warrior branch for our embedded Linux project. Since Ubuntu 20.04 LTS has been released we would like to switch from 18.04 to 20.04. However, Ubuntu 20.04 now uses glibc-2.31 where the stime function has been replaced. Therefore the build process of qmu-native-3.1.1.1 f

Re: [yocto] Building of warrior branch fails when building with Ubuntu 20.04 LTS #qemu #yocto #linux

2020-07-21 Thread Josef Holzmayr-Khosh Amoz
Howdy! Am Di., 21. Juli 2020 um 09:07 Uhr schrieb Bernd : > > Hello, > > we are using the warrior branch for our embedded Linux project. Since Ubuntu > 20.04 LTS has been released we would like to switch from 18.04 to 20.04. > However, Ubuntu 20.04 now uses glibc-2.31 where the stime function ha

Re: [yocto] Building of warrior branch fails when building with Ubuntu 20.04 LTS #qemu #yocto #linux

2020-07-21 Thread Martin Jansa
You can backport https://git.openembedded.org/openembedded-core/commit/?h=dunfell&id=2cca75155baec8358939e2aae822e256bed4cfe0 On Tue, Jul 21, 2020 at 9:07 AM Bernd wrote: > Hello, > > we are using the warrior branch for our embedded Linux project. Since > Ubuntu 20.04 LTS has been released we wo

Re: [bitbake-devel] [yocto] Stable Warrior branch

2020-07-21 Thread Richard Purdie
On Tue, 2020-07-14 at 16:56 +0300, Adrian Bunk wrote: > On Thu, Jun 04, 2020 at 09:28:00PM -0700, akuster wrote: > > Hello, > > > > The Warrior branch of Poky has had its last official dot release. > > It > > will be moving to Community support and EOL within 6 weeks if no > > one > > steps up. >

[yocto] #yocto - mongodb files missing

2020-07-21 Thread srijan . nandi
Hello Everyone, I have built mongodb on zeus. It seems the mongod.service and mongod.conf files are missing. Can anyone show me the procedure to build a .bbappend file to add those. Thanks and Regards, -=Srijan Nandi -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. V

[yocto] [meta-mingw][PATCH] expat: Switch platform to Windows in CMake toolchain file

2020-07-21 Thread Oleksandr via lists.yoctoproject.org
GNU Autotools build system is considered in upstream as potentially deprecated (https://github.com/libexpat/libexpat/issues/330), and expat library will be switched to use CMake. So this patch depends on "expat: Added ptest" patch for 'meta' layer, and fixes CMake toolchain file to work correctl

[yocto] meta-kirkwood layer #yocto

2020-07-21 Thread jjvazha via lists.yoctoproject.org
I saw this message thread ( https://lists.yoctoproject.org/g/yocto/topic/61257317 )  and wondering how can I get this yocto compatible  layer  for marwell kirkwood ? I want to build a linux ketnel for marwell kirk wood  ( using the sheevaplug.conf for machine) using yocto 2.7.3 I down loaded thi

[yocto] Image with trustfence

2020-07-21 Thread Adrian Dusiński
Do I have to change the address of loading the image into ram when trustfence is enabled? Because after enabling trustfence I have got error: ## Flattened Device Tree blob at 830 Booting using the fdt blob at 0x830 Using Device Tree in place at 830, end 8300b55a fdt_fin

Re: [yocto] How to completely uninstall a pre-installed package in Yocto #linux #yocto

2020-07-21 Thread srijan . nandi
What I did was. I ran the following: bitbake -e |grep -v ^# |grep "^DISTRO_FEATURES=\|^IMAGE_FEATURES=" Then used DISTRO_FEATURES_remove in local.conf to remove the unwanted packages. -=Srijan Nandi -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (

Re: [yocto] [meta-mingw][PATCH] expat: Switch platform to Windows in CMake toolchain file

2020-07-21 Thread Oleksandr via lists.yoctoproject.org
Hello Joshua, On Mon, Jul 20, 2020 at 8:47 PM Joshua Watt wrote: > > Hmm, this seems like the kind of thing that should be set for all > mingw32 builds > Do you mean "set for all CMake-based recipes by default"? Maybe this is a better option than adding the same function manually. But then

[yocto] [meta-java] compile and configure openjdk-8-jre-headless

2020-07-21 Thread srijan . nandi
Hello Everyone, I have successfully compiled openjdk-8 with a zeus build. But I want to compile openjdk-8 headless. Can anyone tell me how and where to enable options such as headless, disable CUPS and disable X11. -=Srijan Nandi -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to t

Re: [yocto] How to completely uninstall a pre-installed package in Yocto #linux #yocto

2020-07-21 Thread srijan . nandi
What I did was, ran the following command to see what all gets installed.. bitbake -e |grep -v ^# |grep "^DISTRO_FEATURES=\|^IMAGE_FEATURES=" Then used DISTRO_FEATURES_remove in the local.conf to removed the unnecessary package. Hope this helps. -=Srijan Nandi -=-=-=-=-=-=-=-=-=-=-=- Links: Yo

[yocto] Query regarding the use of wic image during device upgrades

2020-07-21 Thread mdrizwan827
Hi, I have been using wic image format lately to create partitioned image for my device. I was wondering if wic image format can also be used during the device upgrade scenarios? After using wic image, I have an impression that it is mainly used for initially writing the wic image to sdcard/eMMC

[yocto] Yocto Dunfell: package.class --> dwarfsrcfiles

2020-07-21 Thread Jan Hannig
Hello, with the upgrade from Yocto Zeus → Dunfell, we observe lots of messages when building our product which seem heavy to be understood or to debug. Actually, it's the failure of the "do_package" task of a proprietary module written in C with following message: ERROR: eds-1.0-r0 do_pack

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? > I

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

2020-07-21 Thread Scott Whitney
Thanks, Quentin, I'll take a look at Jozef's videos as time permits. Getting lots of time pressure to get something working, and even our SoM vendor provides examples that modify local.conf... so much for helping us with the "right" way to do things. I appreciate your advice, and can now see

[yocto] [prelink-cross] prelink-cross: Add SPDX-License-Identifier: GPL-2.0-or-later to source files

2020-07-21 Thread Sathish V
Signed-off-by: Sathish V --- gelf/gelf.c| 4 +++- gelf/gelf.h| 4 +++- gelfx/gelfx.h | 4 +++- gelfx32/gelfx.h| 4 +++- src/arch-alpha.c | 4 +++- src/arch-arm.c | 4 +++- src/arch-cris.c| 4 +++- src/arch-i386.c| 4 +++- src/arch-ia64.c| 4 +++- src/arc

[yocto] Yocto Project Status WW29'20

2020-07-21 Thread Stephen Jolley
Current Dev Position: YP 3.2 M2 Next Deadline: YP 3.2 M2 build date 2020/7/27 Next Team Meetings: * Bug Triage meeting Thursday July 23th at 7:30am PDT ( https://zoom.us/j/454367603) * Monthly Project Meeting Tuesday Aug. 4th at 8am PDT (

Re: [yocto] Linker error undefined reference to `_rtld_global_ro'

2020-07-21 Thread Robert Varga
Hi Khem, Do you have any ideas, whether the passed compiler parameters (" -pie " or " -fpie ") are the origin of this linker issues? Does anyone know if glibc is compiled with "--enable-static-pie" if the passed compiler parameters include those " -pie " or " -fpie "? Or are they unrelated? Th

Re: [yocto] meta-kirkwood layer #yocto

2020-07-21 Thread Khem Raj
On 7/7/20 10:25 AM, jjvazha via lists.yoctoproject.org wrote: I saw this message thread ( https://lists.yoctoproject.org/g/yocto/topic/61257317)  and wondering how can I get this yocto compatible  layer  for marwell kirkwood ? I want to build a linux ketnel for marwell kirk wood  ( using the

Re: [yocto] meta-kirkwood layer #yocto

2020-07-21 Thread Quentin Schulz
Hi, On Tue, Jul 21, 2020 at 09:34:16AM -0700, Khem Raj wrote: > > > On 7/7/20 10:25 AM, jjvazha via lists.yoctoproject.org wrote: > > I saw this message thread ( > > https://lists.yoctoproject.org/g/yocto/topic/61257317)  and wondering > > how can I get this yocto compatible  layer  for marwell

Re: [yocto] Yocto Dunfell: package.class --> dwarfsrcfiles

2020-07-21 Thread Khem Raj
On 7/21/20 3:45 AM, Jan Hannig wrote: Hello, with the upgrade from Yocto Zeus → Dunfell, we observe lots of messages when building our product which seem heavy to be understood or to debug. Actually, it's the failure of the "do_package" task of a proprietary module written in C with follow

[yocto][meta-mingw][PATCH] cmake: Remove toolchain append

2020-07-21 Thread Joshua Watt
Now that cmake.bbclass in OE-core correctly accounts for MinGW hosts, it is no longer necessary to manually specify that CMAKE_SYSTEM_NAME as "Windows" Signed-off-by: Joshua Watt --- recipes-devtools/cmake/cmake_%.bbappend | 6 -- 1 file changed, 6 deletions(-) diff --git a/recipes-devtools

[yocto][meta-mingw][PATCH] gdb-cross-canadian: Stop statically linking

2020-07-21 Thread Joshua Watt
gdb was configured to statically link, presumably so it could find the static libexpat library. Since libexpat has been updated, it no longer builds a static library, so remove the flag to make GDB look for one. Signed-off-by: Joshua Watt --- recipes-devtools/gdb/gdb-cross-canadian_%.bbappend |

Re: [yocto] Linker error undefined reference to `_rtld_global_ro'

2020-07-21 Thread Khem Raj
On 7/21/20 8:07 AM, Robert Varga wrote: Hi Khem, Do you have any ideas, whether the passed compiler parameters ("-pie" or "-fpie") are the origin of this linker issues? Does anyone know if glibc is compiled with "--enable-static-pie" if the passed compiler parameters include those "-pie" o

[yocto] How to enable network connection of CUPS ? #cups #yocto

2020-07-21 Thread Soi, Sheng Leong
Hi, The CUPS in Yocto image has its network connection to be closed by checking through "curl -I http://localhost:631"; ; mentioning connection status is close, which cause the printer unable to be shared. Is there any method to enable CUPS network connection so that the printer can be shared? T

[yocto] Yocto support

2020-07-21 Thread JH
Hi, Does Flextronics https://flex.com support Yocto or not? Thank you. Kind regards. -- "A man can fail many times, but he isn't a failure until he begins to blame somebody else." -- John Burroughs -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (

[yocto] [meta-security][PATCH] ibmswtpm2: upgrade 1563 -> 1628

2020-07-21 Thread Yi Zhao
Signed-off-by: Yi Zhao --- .../recipes-tpm2/ibmswtpm2/ibmswtpm2_1563.bb | 27 --- .../recipes-tpm2/ibmswtpm2/ibmswtpm2_1628.bb | 26 ++ 2 files changed, 26 insertions(+), 27 deletions(-) delete mode 100644 meta-tpm/recipes-tpm2/ibmswtpm2/ibmswtpm2_1563.bb creat