From: Ryan Eatmon <reatmon@ti.com>
To: Miguel Gazquez <miguel.gazquez@bootlin.com>,
<meta-ti@lists.yoctoproject.org>
Cc: <thomas.petazzoni@bootlin.com>, <praneeth@ti.com>,
<romain.gantois@bootlin.com>, <kory.maincent@bootlin.com>,
<thomas.bonnefille@bootlin.com>, <denys@konsulko.com>,
<robertcnelson@gmail.com>
Subject: Re: [PATCH 2/2] conf: machine: add new BeagleBone Green Eco machine
Date: Tue, 15 Jul 2025 08:52:05 -0500 [thread overview]
Message-ID: <ce36339b-578e-47c2-a02a-73f2099e2e9d@ti.com> (raw)
In-Reply-To: <20250715-bbg_eco_machine-v1-2-6d1581129203@bootlin.com>
On 7/15/2025 6:34 AM, Miguel Gazquez wrote:
> Add a new machine file for the BeagleBone Green Eco board.
> `ti33x.inc` takes care of much of the configuration, so not much is
> needed in this file.
>
> Signed-off-by: Miguel Gazquez <miguel.gazquez@bootlin.com>
> ---
> meta-ti-bsp/conf/machine/beaglebonegreen-eco-ti.conf | 9 +++++++++
> 1 file changed, 9 insertions(+)
>
> diff --git a/meta-ti-bsp/conf/machine/beaglebonegreen-eco-ti.conf b/meta-ti-bsp/conf/machine/beaglebonegreen-eco-ti.conf
> new file mode 100644
> index 0000000000000000000000000000000000000000..c0756b53690a492c44c1289f045587d91264ce05
> --- /dev/null
> +++ b/meta-ti-bsp/conf/machine/beaglebonegreen-eco-ti.conf
> @@ -0,0 +1,9 @@
> +#@TYPE: Machine
> +#@NAME: BeagleBone Green Eco
> +#@DESCRIPTION: Machine configuration for the BeagleBone Green Eco board
> +
> +require conf/machine/include/ti33x.inc
> +
> +SERIAL_CONSOLES = "115200;ttyS0"
> +
> +KERNEL_DEVICETREE = "ti/omap/am335x-bonegreen-eco.dtb"
I'm not sure this machine is needed since the am335x-evm machine covers
this (and all beaglebone machines). We tend to not like targeted
special machines like this as it increases the amount of builds/tests
that we would need to do to ensure that nothing breaks.
Will the am335x-evm machine not work for you?
--
Ryan Eatmon reatmon@ti.com
-----------------------------------------
Texas Instruments, Inc. - LCPD - MGTS
prev parent reply other threads:[~2025-07-15 13:52 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-07-15 11:34 [PATCH 0/2] conf: machine: Add machine for BeagleBone Green Eco board Miguel Gazquez
2025-07-15 11:34 ` [PATCH 1/2] conf: machine: add BeagleBone Green Eco to KERNEL_DEVICETREE Miguel Gazquez
2025-07-15 13:52 ` Ryan Eatmon
2025-07-15 20:12 ` Thomas Petazzoni
2025-07-17 17:55 ` Miguel Gazquez
2025-07-17 18:01 ` Ryan Eatmon
2025-07-18 9:54 ` Miguel Gazquez
2025-07-18 14:35 ` Ryan Eatmon
2025-07-18 15:48 ` Miguel Gazquez
2025-07-21 16:49 ` Ryan Eatmon
2025-07-30 13:13 ` Miguel Gazquez
2025-07-15 11:34 ` [PATCH 2/2] conf: machine: add new BeagleBone Green Eco machine Miguel Gazquez
2025-07-15 13:52 ` Ryan Eatmon [this message]
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=ce36339b-578e-47c2-a02a-73f2099e2e9d@ti.com \
--to=reatmon@ti.com \
--cc=denys@konsulko.com \
--cc=kory.maincent@bootlin.com \
--cc=meta-ti@lists.yoctoproject.org \
--cc=miguel.gazquez@bootlin.com \
--cc=praneeth@ti.com \
--cc=robertcnelson@gmail.com \
--cc=romain.gantois@bootlin.com \
--cc=thomas.bonnefille@bootlin.com \
--cc=thomas.petazzoni@bootlin.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.