All of lore.kernel.org
 help / color / mirror / Atom feed
From: Electronic Consult <electronicconsult1@gmail.com>
To: yocto@lists.yoctoproject.org
Subject: Correct build folder location
Date: Thu, 13 Apr 2023 16:03:41 +0100	[thread overview]
Message-ID: <CAGUWaEHR=xLzTNfyJGAD7Psg0S4k_eQd3dO+sL2-wZpjqxR8vw@mail.gmail.com> (raw)

[-- Attachment #1: Type: text/plain, Size: 4165 bytes --]

Hello all,

I'm using Dunfell & up to know I've being using meta-atmel to build images.
I'd like to now add the capability to build images using meta-raspberrypi
but I'm having issues with the source oe-init-build-env step, it keeps
pulling in the meta-atmel shell environment. My folder layout is below. As
per meta-atmel instructions <https://github.com/linux4sam/meta-atmel> I put
build-microchip in the poky directory, as per meta-raspberrypi I put
rpi-build directory in parallel with the poky directory.

Which is correct?
Could this be causing the issue?

Thanks,

Owen

```
.
├── ChangeLog
├── localCache
│   ├── downloads
│   ├── setup.txt
│   └── sstate-cache
├── meta-atmel
│   ├── conf
│   ├── COPYING.MIT
│   ├── dynamic-layers
│   ├── flashing.txt
│   ├── licenses
│   ├── README
│   ├── recipes-atmel
│   ├── recipes-bsp
│   ├── recipes-connectivity
│   ├── recipes-core
│   ├── recipes-devtools
│   ├── recipes-egt
│   ├── recipes-graphics
│   ├── recipes-kernel
│   ├── recipes-multimedia
│   ├── recipes-security
│   ├── recipes-support
│   ├── recipes-utils
│   └── scripts
├── meta-aws
│   ├── CODE_OF_CONDUCT.md
│   ├── conf
│   ├── CONTRIBUTING.md
│   ├── images
│   ├── LICENSE
│   ├── qa
│   ├── README.md
│   ├── recipes-cloud
│   ├── recipes-devtools
│   ├── recipes-external
│   ├── recipes-iot
│   ├── recipes-multimedia
│   ├── recipes-neo-ai
│   ├── recipes-sdk
│   └── recipes-support
├── meta-openembedded
│   ├── contrib
│   ├── COPYING.MIT
│   ├── meta-filesystems
│   ├── meta-gnome
│   ├── meta-initramfs
│   ├── meta-multimedia
│   ├── meta-networking
│   ├── meta-oe
│   ├── meta-perl
│   ├── meta-python
│   ├── meta-webserver
│   ├── meta-xfce
│   └── README
├── meta-qt6
│   ├── classes
│   ├── coin
│   ├── conf
│   ├── COPYING.MIT
│   ├── licenses
│   ├── README.md
│   ├── recipes-core
│   ├── recipes-devtools
│   └── recipes-qt
├── meta-raspberrypi
│   ├── classes
│   ├── conf
│   ├── COPYING.MIT
│   ├── docs
│   ├── dynamic-layers
│   ├── files
│   ├── kas-poky-rpi.yml
│   ├── lib
│   ├── README.md
│   ├── recipes-bsp
│   ├── recipes-connectivity
│   ├── recipes-core
│   ├── recipes-devtools
│   ├── recipes-graphics
│   ├── recipes-kernel
│   ├── recipes-multimedia
│   └── wic
├── meta-swupdate
│   ├── classes
│   ├── conf
│   ├── COPYING.MIT
│   ├── README
│   ├── recipes-core
│   ├── recipes-devtools
│   ├── recipes-extended
│   ├── recipes-lua
│   └── recipes-support
├── poky
│   ├── bitbake
│   ├── build-microchip-backup
│   ├── contrib
│   ├── documentation
│   ├── LICENSE
│   ├── LICENSE.GPL-2.0-only
│   ├── LICENSE.MIT
│   ├── MEMORIAM
│   ├── meta
│   ├── meta-poky
│   ├── meta-selftest
│   ├── meta-skeleton
│   ├── meta-yocto-bsp
│   ├── oe-init-build-env
│   ├── pn-buildlist
│   ├── README.hardware -> meta-yocto-bsp/README.hardware
│   ├── README.OE-Core
│   ├── README.poky -> meta-poky/README.poky
│   ├── README.qemu
│   ├── rpi-build
│   ├── scripts
│   └── task-depends.dot
├── rpi-build
│   ├── bitbake-cookerdaemon.log
│   ├── cache
│   ├── conf
│   ├── sstate-cache
│   └── tmp

```

[-- Attachment #2: Type: text/html, Size: 4892 bytes --]

             reply	other threads:[~2023-04-13 15:04 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-04-13 15:03 Electronic Consult [this message]
2023-04-13 19:52 ` Correct build folder location Electronic Consult
2023-04-14  9:52   ` [yocto] " Luca Ceresoli

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='CAGUWaEHR=xLzTNfyJGAD7Psg0S4k_eQd3dO+sL2-wZpjqxR8vw@mail.gmail.com' \
    --to=electronicconsult1@gmail.com \
    --cc=yocto@lists.yoctoproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.