Message ID | 20250715-bbg_eco_machine-v1-2-6d1581129203@bootlin.com |
---|---|
State | Rejected |
Delegated to: | Ryan Eatmon |
Headers | show |
Series | conf: machine: Add machine for BeagleBone Green Eco board | expand |
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?
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"
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(+)