Re: [yocto] Specified SDKMACHINE value is not valid

2021-11-01 Thread Khem Raj
On 11/1/21 3:52 PM, Richard Purdie wrote: On Mon, 2021-11-01 at 21:50 +0100, Josef Holzmayr wrote: (re-adding list as I messed up) Am Mo., 1. Nov. 2021 um 21:45 Uhr schrieb jchludzinski : I want to build this image for a Raspberry Pi, which means ARM. MACHINE = "raspberrypi3" (for

Re: [yocto] Specified SDKMACHINE value is not valid

2021-11-01 Thread Richard Purdie
On Mon, 2021-11-01 at 21:50 +0100, Josef Holzmayr wrote: > (re-adding list as I messed up) > > Am Mo., 1. Nov. 2021 um 21:45 Uhr schrieb jchludzinski > : > > > > I want to build this image for a Raspberry Pi, which means ARM. > > MACHINE = "raspberrypi3" > (for example, pick your specific one

Re: [yocto] Specified SDKMACHINE value is not valid

2021-11-01 Thread Josef Holzmayr
(re-adding list as I messed up) Am Mo., 1. Nov. 2021 um 21:45 Uhr schrieb jchludzinski : > > I want to build this image for a Raspberry Pi, which means ARM. MACHINE = "raspberrypi3" (for example, pick your specific one like

[yocto] M+ & H bugs with Milestone Movements WW44

2021-11-01 Thread Stephen Jolley
All, YP M+ or high bugs which moved to a new milestone in WW44 are listed below: Priority Bug ID Short Description Changer Owner Was Became Medium+ 12917 Warnings from nightly-multilib builds (build-deps)

[yocto] Enhancements/Bugs closed WW44!

2021-11-01 Thread Stephen Jolley
All, The below were the owners of enhancements or bugs closed during the last week! Who Count randy.macl...@windriver.com 1 mickael.laventure+yo...@gmail.com 1 st...@sakoman.com 1 Grand Total 3 Thanks, Stephen K. Jolley Yocto Project Program Manager *Cell:

[yocto] Current high bug count owners for Yocto Project 3.5

2021-11-01 Thread Stephen Jolley
All, Below is the list as of top 50 bug owners as of the end of WW44 of who have open medium or higher bugs and enhancements against YP 3.5. There are 123 possible work days left until the final release candidates for YP 3.5 needs to be released. Who Count r...@burtonini.com 37

[yocto] Reminder: Yocto Project Technical Team Meeting @ Monthly from 8am on the first Tuesday (PDT)

2021-11-01 Thread Stephen Jolley
All, Just a reminder we will hold the monthly Yocto Project Technical Meeting at 8am PST tomorrow. (11/2) Yocto Project Technical Team Meeting: We encourage people attending the meeting to logon and announce themselves on the Yocto Project IRC chancel during the meeting (optional):

Re: [yocto] Specified SDKMACHINE value is not valid

2021-11-01 Thread Ross Burton
As per https://docs.yoctoproject.org/ref-manual/variables.html#term-SDKMACHINE the value isn't a target MACHINE, but a name that is present in conf/machine-sdk: https://git.openembedded.org/openembedded-core/tree/meta/conf/machine-sdk If you want to build a SDK to run on an arm host, you most

[linux-yocto] [PATCH 3/3] crypto: hse: update firmware interface to v1.0.0

2021-11-01 Thread Zhantao Tang
From: Bogdan Folea commit f2687e123d91f8f362a83f371582ba3e30677b032 from https://source.codeaurora.org/external/autobsps32/linux Issue: ALB-7687 Signed-off-by: Bogdan Folea Signed-off-by: Zhantao Tang --- drivers/crypto/hse/hse-core.c | 31 +--

[linux-yocto] [PATCH 2/3] tmu: s32gen1: Fixed bug about Kelvin to Celsius conversion and overflow.

2021-11-01 Thread Zhantao Tang
From: Dorin Ionita commit ec3760c257e9cf9937e15965b8bfb1cbd1b5f2d5 from https://source.codeaurora.org/external/autobsps32/linux The value for TMU on s32gen1 was read incompletely as an 8-bit value instead of a 9-bit one. Together with the fact that for s32gen1, unlike for s32v234, the value is

[linux-yocto] [PATCH 1/3] arm64: dts: s32g: declare the GMAC clock frequency for the IEEE 1588 module

2021-11-01 Thread Zhantao Tang
From: Vladimir Oltean commit df33628a2d52692d93678b3f3120784bc553db67 from https://source.codeaurora.org/external/autobsps32/linux When attempting to discipline the GMAC's PTP clock on S32G274, one can see that the clockcheck mechanism complains that the PTP clock apparently runs slow. Below is

[linux-yocto] [linux-yocto std kernels]: nxp-s32g2xx: update rt kernel with 47 new patches from NXP SDK bsp31

2021-11-01 Thread Zhantao Tang
Hi Bruce, There are 3 new patches from NXP SDK bsp30 internal rc4 release, v5.10 kernel tree. Would you please help to merge the patches into linux-yocto, v5.10, branches v5.10/standard/preempt-rt/nxp-sdk-5.10/nxp-s32g2xx and v5.10/standard/nxp-sdk-5.10/nxp-s32g2xx?

[yocto] Specified SDKMACHINE value is not valid

2021-11-01 Thread jchludzinski via lists.yoctoproject.org
NEWBIE question! I tried building and I get: "_Specified SDKMACHINE value is not valid_" pi@raspberrypi ~/p/build> bitbake core-image-minimal /usr/lib/python3/dist-packages/html5lib/_trie/_base.py:3: DeprecationWarning: Using or importing the ABCs from 'collections' instead of from