Re: [yocto] Specified SDKMACHINE value is not valid

2022-04-04 Thread Ross Burton
Is Raspian 32- or 64-bit? We don't suppose 32-bit arm SDKs. As Khem said, set SDKMACHINE to i686 explicitly to avoid this. Note that compiling on a RPi4 is *very slow*. Ross On Sat, 2 Apr 2022 at 17:37, jchludzinski via lists.yoctoproject.org wrote: > > I’m actually trying this on an RP4 runn

Re: [yocto] Specified SDKMACHINE value is not valid

2022-04-02 Thread Khem Raj
On Sat, Apr 2, 2022 at 9:37 AM jchludzinski wrote: > > I’m actually trying this on an RP4 running Raspbian. > Oh I see. we do support aarch64 as build host, so if you are trying 64bit OS on rpi then it should work although, rpi4 may not have enough muscle to build, perhaps using SSD with rpi4 mig

Re: [yocto] Specified SDKMACHINE value is not valid

2022-04-02 Thread jchludzinski via lists.yoctoproject.org
I’m actually trying this on an RP4 running Raspbian. On 2022-04-02 12:15, Khem Raj wrote: On Sat, Apr 2, 2022 at 1:47 AM jchludzinski wrote: $ git clone git://git.yoctoproject.org/poky.git $ cd ./poky $ git checkout yocto-3.4.2 $ cd .. $ source ./poky/oe-init-build-env $ cd ./build $ time bit

Re: [yocto] Specified SDKMACHINE value is not valid

2022-04-02 Thread Khem Raj
On Sat, Apr 2, 2022 at 1:47 AM jchludzinski wrote: > > $ git clone git://git.yoctoproject.org/poky.git > $ cd ./poky > $ git checkout yocto-3.4.2 > $ cd .. > $ source ./poky/oe-init-build-env > $ cd ./build > $ time bitbake core-image-minimal > ... > ERROR: OE-core's config sanity checker detecte

Re: [yocto] Specified SDKMACHINE value is not valid

2022-04-02 Thread jchludzinski via lists.yoctoproject.org
$ git clone git://git.yoctoproject.org/poky.git $ cd ./poky $ git checkout yocto-3.4.2 $ cd .. $ source ./poky/oe-init-build-env $ cd ./build $ time bitbake core-image-minimal ... ERROR: OE-core's config sanity checker detected a potential misconfiguration. Either fix the cause of this error

Re: [yocto] Specified SDKMACHINE value is not valid

2022-04-01 Thread Khem Raj
On Fri, Apr 1, 2022 at 2:02 PM jchludzinski wrote: > > But obviously commented out. > > On 2022-04-01 16:43, jchludzinski via lists.yoctoproject.org wrote: > > There's this: > > #SDKMACHINE ?= "i686" OK it should be ok then. Can you describe your steps to setup the system? maybe there is some cav

Re: [yocto] Specified SDKMACHINE value is not valid

2022-04-01 Thread jchludzinski via lists.yoctoproject.org
But obviously commented out. On 2022-04-01 16:43, jchludzinski via lists.yoctoproject.org wrote: There's this: #SDKMACHINE ?= "i686" ---John On 2022-04-01 16:22, Khem Raj wrote: On Fri, Apr 1, 2022 at 1:09 PM jchludzinski via lists.yoctoproject.org [1 [1]] wrote: I'm trying an experiment

Re: [yocto] Specified SDKMACHINE value is not valid

2022-04-01 Thread jchludzinski via lists.yoctoproject.org
There's this: #SDKMACHINE ?= "i686" ---John On 2022-04-01 16:22, Khem Raj wrote: On Fri, Apr 1, 2022 at 1:09 PM jchludzinski via lists.yoctoproject.org [1 [1]] wrote: I'm trying an experiment building yocto/OE on a Raspberry Pi 4 to host on the same RP4. Admittedly, a not practical platform

Re: [yocto] Specified SDKMACHINE value is not valid

2022-04-01 Thread Khem Raj
On Fri, Apr 1, 2022 at 1:09 PM jchludzinski via lists.yoctoproject.org wrote: > I'm trying an experiment building yocto/OE on a Raspberry Pi 4 to host on > the same RP4. Admittedly, a not practical platform for this purpose but it > should work. > > I'm trying to target the ARM ISA for the image

[yocto] Specified SDKMACHINE value is not valid

2022-04-01 Thread jchludzinski via lists.yoctoproject.org
I'm trying an experiment building yocto/OE on a Raspberry Pi 4 to host on the same RP4. Admittedly, a not practical platform for this purpose but it should work. I'm trying to target the ARM ISA for the image using yocto-3.4.2. I've tried simply using the default setting and end up with: _ER

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 example

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 li

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 http://git.yoctoproject.org/cgit/cgit.cgi/meta-raspberrypi/tree/conf/mach

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 lik

[yocto] Specified SDKMACHINE value is not valid

2021-10-31 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 'collection