Re: [yocto] Yocto Project Quick Build - MACHINE

2024-03-07 Thread Worik Stanton
> > > Is there a part of the manual I can read that explains what this is? > > The intel-meta README -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#62707): https://lists.yoctoproject.org/g/yocto/message/62707 Mute This Topic:

Re: [yocto] Yocto Project Quick Build - MACHINE

2024-03-07 Thread Worik Stanton
Thanks for the help. The system is telling me it succeeded, I used intel-corei7-64 I have a directory: build/tmp/deploy/images/intel-corei7-64 that has a lot of artifacts in it, and I am unsure of how to test it. The yocto system I was working with created a single image file. I am looking

Re: [yocto] Yocto Project Quick Build - MACHINE

2024-03-07 Thread Worik Stanton
> > > Hi, > did you add meta-altera here? > > build/conf/bblayers.conf > > Thank you, no. It was right there in the documentation: "bitbake-layers add-layer ../meta-altera" -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#62705):

Re: [yocto] Yocto Project Quick Build - MACHINE

2024-03-07 Thread Markus Volk
On Thu, Mar 7 2024 at 03:46:30 PM -08:00:00, Worik Stanton wrote: What have I done wrong? Hi, did you add meta-altera here? build/conf/bblayers.conf -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#62704):

[yocto] Yocto Project Quick Build - MACHINE

2024-03-07 Thread Worik Stanton
Progressing I am at the stage: Customizing Your Build for Specific Hardware I have unpacked the `meta-altera` repository as instructed I edited my build/conf/local.conf MACHINE ??= "cyclone5" I get the error: MACHINE=cyclone5 is invalid. Please set a valid MACHINE in your local.conf,