From: Denys Dmytriyenko <denis@denix.org>
To: Ryan Eatmon <reatmon@ti.com>
Cc: meta-ti@lists.yoctoproject.org, Denys Dmytriyenko <denys@konsulko.com>
Subject: Re: [meta-ti] [master][RFC PATCH 2/6] meta-beagle: create a separate layer for Beagle platforms
Date: Tue, 5 Nov 2024 15:57:26 -0500 [thread overview]
Message-ID: <20241105205726.GL20070@denix.org> (raw)
In-Reply-To: <b8b363e2-4f7f-42d2-a0e1-6c3d191586f7@ti.com>
On Tue, Nov 05, 2024 at 02:24:40PM -0600, Ryan Eatmon wrote:
>
>
> On 11/5/2024 1:10 PM, Denys Dmytriyenko wrote:
> >From: Denys Dmytriyenko <denys@konsulko.com>
> >
> >The new meta-beagle will host all supported Beagle platforms that
> >use TI SoCs and hence need to depend on meta-ti-bsp. The default
> >BSP for the platforms in this layer will use BeagleBoard.org
> >official trees for the Linux kernel and U-boot.
> >
> >Signed-off-by: Denys Dmytriyenko <denys@konsulko.com>
> >---
> > meta-beagle/conf/layer.conf | 15 +++++++++++++++
> > 1 file changed, 15 insertions(+)
> > create mode 100644 meta-beagle/conf/layer.conf
> >
> >diff --git a/meta-beagle/conf/layer.conf b/meta-beagle/conf/layer.conf
> >new file mode 100644
> >index 00000000..ca920f29
> >--- /dev/null
> >+++ b/meta-beagle/conf/layer.conf
> >@@ -0,0 +1,15 @@
> >+# We have a conf and classes directory, append to BBPATH
> >+BBPATH .= ":${LAYERDIR}"
> >+
> >+# We have a recipes directory, add to BBFILES
> >+BBFILES += "${LAYERDIR}/recipes*/*/*.bb ${LAYERDIR}/recipes*/*/*.bbappend"
> >+
> >+BBFILE_COLLECTIONS += "meta-beagle"
> >+BBFILE_PATTERN_meta-beagle := "^${LAYERDIR}/"
> >+BBFILE_PRIORITY_meta-beagle = "6"
> >+
> >+LAYERSERIES_COMPAT_meta-beagle = "scarthgap styhead walnascar"
> >+
> >+LAYERDEPENDS_meta-bealge = " \
>
> misspelling------------^
Indeed, thanks!
> >+ meta-ti-bsp \
> >+"
next prev parent reply other threads:[~2024-11-05 20:57 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-11-05 19:10 [master][RFC PATCH 1/6] conf/machine: rename beagleplay machine to beagleplay-ti Denys Dmytriyenko
2024-11-05 19:10 ` [master][RFC PATCH 2/6] meta-beagle: create a separate layer for Beagle platforms Denys Dmytriyenko
2024-11-05 20:24 ` [meta-ti] " Ryan Eatmon
2024-11-05 20:57 ` Denys Dmytriyenko [this message]
2024-11-05 19:10 ` [master][RFC PATCH 3/6] conf/machine: move "bb_org" BSP settings to meta-beagle Denys Dmytriyenko
2024-11-05 19:10 ` [master][RFC PATCH 4/6] conf/machine: split beagleplay config between meta-ti-bsp and meta-beagle Denys Dmytriyenko
2024-11-05 19:10 ` [master][RFC PATCH 5/6] conf/machine: move remaining Beagle platforms to meta-beagle Denys Dmytriyenko
2024-11-05 19:11 ` [master][RFC PATCH 6/6] u-boot-bb_org, linux-bb_org: move "bb_org" providers " Denys Dmytriyenko
2024-11-06 12:04 ` [meta-ti] [master][RFC PATCH 1/6] conf/machine: rename beagleplay machine to beagleplay-ti Chirag Shilwant
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=20241105205726.GL20070@denix.org \
--to=denis@denix.org \
--cc=denys@konsulko.com \
--cc=meta-ti@lists.yoctoproject.org \
--cc=reatmon@ti.com \
/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.