Re: [yocto] Help with yocto poky quick start

2020-08-25 Thread Josef Holzmayr-Khosh Amoz
Howdy! Its a long shot, but are you also using WSL2 on the Windows 10 Host? In that case, downloads into a VirtualBox VM can be corrupted, see https://www.virtualbox.org/ticket/19695 Greetz Am Mi., 26. Aug. 2020 um 08:41 Uhr schrieb Brendan Simon (SEPL) : > > Hi Erik, > > Nope. It's ot a HTML f

Re: [yocto] Help with yocto poky quick start

2020-08-25 Thread Khem Raj
On 8/25/20 11:41 PM, Brendan Simon (SEPL) wrote: Hi Erik, Nope.  It's ot a HTML file.  It is (they are) archives with a files/directories for m4 sources. $ find -name "m4*" ./m4-1.4.18.tar.gz_bad-checksum_6a1537c79ea613aa70849d8f1f7eeb5a5dbbea3a9527d4aea33a1c8a88e80b9c ./m4-1.

Re: [yocto] #sdk -Standard SDK build with cmake and meta-clang gives error when I attempt topull in compiler-rt

2020-08-25 Thread Khem Raj
On 8/25/20 3:47 AM, Monsees, Steven C (US) via lists.yoctoproject.org wrote: I think there is a problem with compiler-rt component and cmake… it seems to be using gcc to compile, perhaps you can add TOOLCHAIN = "claing" inside compiler-rt recipe and see if it makes progress. Doing bitbak

Re: [yocto] Help with yocto poky quick start

2020-08-25 Thread Brendan Simon (SEPL)
Hi Erik, Nope.  It's ot a HTML file.  It is (they are) archives with a files/directories for m4 sources. $ find -name "m4*" ./m4-1.4.18.tar.gz_bad-checksum_6a1537c79ea613aa70849d8f1f7eeb5a5dbbea3a9527d4aea33a1c8a88e80b9c ./m4-1.4.18.tar.gz_bad-checksum_e64407f9097a607b4463e0c82d898c

Re: [yocto] #yocto #devtool -Update packages

2020-08-25 Thread Khem Raj
On 8/25/20 6:01 AM, majid.nasir...@gmail.com wrote: Hi I using a freescale-bsp release (based on Krogoth yocto version) to build my board images, and I need to update some packages (e.g php) to newer versions. There is no new version of freescale-bsp that support my board (or I could't find

[yocto] [PATCH] meta-yocto-bsp: Bump to the v5.8 kernel

2020-08-25 Thread Kevin Hao
Boot test for all the supported boards. There is a kernel config check warning for beaglebone-yocto, the fix [1] has been sent to kernel-meta for merging. [1] https://lists.yoctoproject.org/g/linux-yocto/message/8992 Signed-off-by: Kevin Hao --- .../conf/machine/beaglebone-yocto.conf|

[yocto] Help with yocto poky quick start

2020-08-25 Thread Brendan Simon (SEPL)
Hi, I'm new to Yocto and am trying to follow the quick start guide to get up and running with poky.  I'm using the latest Dunfel 3.1.2. I'm running Debian 10 Buster in a VirtualBox VM (guest), on a Windows 10 Pro (host). I'm having trouble with the build fetching files and getting checksum

[yocto] [PATCH 1/2] poky-tiny: set preferred version to 5.8

2020-08-25 Thread Bruce Ashfield
From: Bruce Ashfield Even though tiny isn't extensively used (it was referencing a removed kernel version), it still should be updated to the latest. Build testing passed with the 5.8 kernel, so we make it the preferred version. Signed-off-by: Bruce Ashfield --- meta-poky/conf/distro/poky-tin

[yocto] [PATCH 2/2] poky: add preferred version for linux-yocto-rt

2020-08-25 Thread Bruce Ashfield
From: Bruce Ashfield As a step towards getting more testing on -rt, we should explicitly set the preferred version for linux-yocto-rt. Newly introduced kernels lag in -rt support (as we wait for upstream projects), so we don't want the version to always be the latest by default. Signed-off-by:

[yocto] Mono build has unresolved QA errors

2020-08-25 Thread John Klug
I am building the following version of meta-mono: commit 7a1e79ec48508edc19a33e8df567c49d0be3eb8c (HEAD, origin/thud) Merge: 6de5152 9977cab Author: Alex J Lennon Date: Wed May 27 13:36:43 2020 +0100 The package mono 6.8.123 was built using Ubuntu 16.04.1. I am seeing RDEPENDS QA errors when b

Re: [yocto] #sdk -Standard SDK build with cmake and meta-clang gives error when I attempt topull in compiler-rt

2020-08-25 Thread Monsees, Steven C (US) via lists.yoctoproject.org
How can I resolve the "cmake" error we are seeing ? * What Is this the correct method to add/configure compiler-rt components to work in my SDK ? * All are yocto based components, the only llvm components are pulled in by meta-clang, what am I expected to edit to resolve ?,  Can someone exp

Re: [yocto] [OE-core] [devtool] problem with PACKAGE_ARCH and TARGET_OS

2020-08-25 Thread Adrian
Hi Richard, Thank you for your reply. On 25.08.2020 15:05, Richard Purdie wrote: > On Tue, 2020-08-25 at 14:47 +0200, Adrian wrote: >> Hi, >> >> After recent update of poky, I started to experience an issue with >> devtool. Currently, I am using the latest zeus version. I have a >> multiconfig en

[yocto] Yocto Project Status WW34'20

2020-08-25 Thread Stephen Jolley
Current Dev Position: YP 3.2 M3 Next Deadline: YP 3.2 M3 build date 2020/8/31 - FEATURE FREEZE Next Team Meetings: * Bug Triage meeting Thursday Aug. 27th at 7:30am PDT ( https://zoom.us/j/454367603) * Monthly Project Meeting Tuesday Sept. 1st at 8am

Re: [yocto] [OE-core] [devtool] problem with PACKAGE_ARCH and TARGET_OS

2020-08-25 Thread Richard Purdie
On Tue, 2020-08-25 at 14:47 +0200, Adrian wrote: > Hi, > > After recent update of poky, I started to experience an issue with > devtool. Currently, I am using the latest zeus version. I have a > multiconfig environment (Xilinx ZynqMP+ with ARM64 and Microblaze). I > am > modifying my recipe compil

[yocto] #yocto #devtool -Update packages

2020-08-25 Thread majid . nasiry65
Hi I using a freescale-bsp release (based on Krogoth yocto version ) to build my board images, and I need to update some packages (e.g php) to newer versions. There is no new version of freescale-bsp that support my board (or I could't find it after search a lot!). What is the best way to update

[yocto] [devtool] problem with PACKAGE_ARCH and TARGET_OS

2020-08-25 Thread Adrian
Hi, After recent update of poky, I started to experience an issue with devtool. Currently, I am using the latest zeus version. I have a multiconfig environment (Xilinx ZynqMP+ with ARM64 and Microblaze). I am modifying my recipe compiled from local sources. The custom target machine configuration

[yocto] #yocto #devtool

2020-08-25 Thread majid . nasiry65
Hi I using a freescale-bsp release (based on Krogoth yocto version ) to build my board images, and I need to update some packages (e.g php) to newer versions. There is no new version of freescale-bsp that support my board (or I could't find it after search a lot!). What is the best way to update

[yocto] [meta-security][PATCH] sssd: Make manpages buildable

2020-08-25 Thread Jonatan Pålsson
Some XML related fixes are needed to make the sssd manpages buildable Signed-off-by: Jonatan Pålsson --- ...AC_CHECK_FILE-when-building-manpages.patch | 34 +++ recipes-security/sssd/sssd_1.16.4.bb | 4 ++- 2 files changed, 37 insertions(+), 1 deletion(-) create mode 1

Re: [yocto] #sdk -Standard SDK build with cmake and meta-clang gives error when I attempt topull in compiler-rt

2020-08-25 Thread Monsees, Steven C (US) via lists.yoctoproject.org
I think there is a problem with compiler-rt component and cmake… Doing bitbake compiler-rt produces: Initialising tasks: 100% |#| Time: 0:00:00 NOTE: Executing SetScene Tasks NOTE: Executing RunQueue Tasks ERROR: compiler-rt-5.0.1+gitAUTOINC