* [meta-arago][dunfell/master][PATCH v2] tisdk-uenv: remove uEnv.txt for k3 @ 2022-06-09 17:05 Andrew Davis 2022-06-13 16:18 ` [dunfell/master][PATCH " Jonathan Humphreys 2025-08-13 23:25 ` [meta-arago][dunfell/master][PATCH v2] tisdk-uenv: remove uEnv.txt PRC Automation 0 siblings, 2 replies; 8+ messages in thread From: Andrew Davis @ 2022-06-09 17:05 UTC (permalink / raw) To: Denys Dmytriyenko, Ryan Eatmon, meta-arago; +Cc: Andrew Davis This fixup should have been done in u-boot and not in a uEnv.txt file. It is not correct for all K3 anymore either. Remove it. Signed-off-by: Andrew Davis <afd@ti.com> --- Changes from v1: - Subject s/tiusdk-uenv/tisdk-uenv .../tisdk-uenv/tisdk-uenv/k3/uEnv.txt | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 meta-arago-distro/recipes-tisdk/tisdk-uenv/tisdk-uenv/k3/uEnv.txt diff --git a/meta-arago-distro/recipes-tisdk/tisdk-uenv/tisdk-uenv/k3/uEnv.txt b/meta-arago-distro/recipes-tisdk/tisdk-uenv/tisdk-uenv/k3/uEnv.txt deleted file mode 100644 index 80ea34f5..00000000 --- a/meta-arago-distro/recipes-tisdk/tisdk-uenv/tisdk-uenv/k3/uEnv.txt +++ /dev/null @@ -1,19 +0,0 @@ -# This uEnv.txt file can contain additional environment settings that you -# want to set in U-Boot at boot time. This can be simple variables such -# as the serverip or custom variables. The format of this file is: -# variable=value -# NOTE: This file will be evaluated after the bootcmd is run and the -# bootcmd must be set to load this file if it exists (this is the -# default on all newer U-Boot images. This also means that some -# variables such as bootdelay cannot be changed by this file since -# it is not evaluated until the bootcmd is run. - -# The specific board is not able to be automatically detected. The below is a -# workaround to set a sane default incase the user has not manually configured -# a specific board. -def_board_name="am65x" - -# Check if using default board_name when name_overlays is not set -check_for_board=if test $name_overlays; then echo "Using board_name = $board_name"; else setenv board_name $def_board_name; fi - -uenvcmd=run check_for_board; run findfdt -- 2.36.1 ^ permalink raw reply related [flat|nested] 8+ messages in thread
* Re: [dunfell/master][PATCH v2] tisdk-uenv: remove uEnv.txt for k3 2022-06-09 17:05 [meta-arago][dunfell/master][PATCH v2] tisdk-uenv: remove uEnv.txt for k3 Andrew Davis @ 2022-06-13 16:18 ` Jonathan Humphreys 2022-06-26 20:18 ` [meta-arago] " Humphreys, Jonathan 2025-08-13 23:25 ` [meta-arago][dunfell/master][PATCH v2] tisdk-uenv: remove uEnv.txt PRC Automation 1 sibling, 1 reply; 8+ messages in thread From: Jonathan Humphreys @ 2022-06-13 16:18 UTC (permalink / raw) To: meta-arago On Thu, Jun 9, 2022 at 10:05 AM, Andrew Davis wrote: > > This fixup should have been done in u-boot and not in a uEnv.txt > file. It is not correct for all K3 anymore either. Remove it. > > Signed-off-by: Andrew Davis <afd@ti.com> > --- > > Changes from v1: > - Subject s/tiusdk-uenv/tisdk-uenv > > .../tisdk-uenv/tisdk-uenv/k3/uEnv.txt | 19 ------------------- > 1 file changed, 19 deletions(-) > delete mode 100644 > meta-arago-distro/recipes-tisdk/tisdk-uenv/tisdk-uenv/k3/uEnv.txt > > diff --git a/meta-arago-distro/recipes-tisdk/tisdk-uenv/tisdk-uenv/k3/uEnv.txt > b/meta-arago-distro/recipes-tisdk/tisdk-uenv/tisdk-uenv/k3/uEnv.txt > deleted file mode 100644 > index 80ea34f5..00000000 > --- a/meta-arago-distro/recipes-tisdk/tisdk-uenv/tisdk-uenv/k3/uEnv.txt > +++ /dev/null > @@ -1,19 +0,0 @@ > -# This uEnv.txt file can contain additional environment settings that you > -# want to set in U-Boot at boot time. This can be simple variables such > -# as the serverip or custom variables. The format of this file is: > -# variable=value > -# NOTE: This file will be evaluated after the bootcmd is run and the > -# bootcmd must be set to load this file if it exists (this is the > -# default on all newer U-Boot images. This also means that some > -# variables such as bootdelay cannot be changed by this file since > -# it is not evaluated until the bootcmd is run. > - Shouldn't we keep the above, as this is generic information about how to use uEnv.txt and when it is invoked? > -# The specific board is not able to be automatically detected. The below is a > -# workaround to set a sane default incase the user has not manually > configured > -# a specific board. > -def_board_name="am65x" > - > -# Check if using default board_name when name_overlays is not set > -check_for_board=if test $name_overlays; then echo "Using board_name = > $board_name"; else setenv board_name $def_board_name; fi > - > -uenvcmd=run check_for_board; run findfdt > -- > 2.36.1 > > ^ permalink raw reply [flat|nested] 8+ messages in thread
* RE: [meta-arago] [dunfell/master][PATCH v2] tisdk-uenv: remove uEnv.txt for k3 2022-06-13 16:18 ` [dunfell/master][PATCH " Jonathan Humphreys @ 2022-06-26 20:18 ` Humphreys, Jonathan 2022-06-27 16:00 ` Ryan Eatmon 0 siblings, 1 reply; 8+ messages in thread From: Humphreys, Jonathan @ 2022-06-26 20:18 UTC (permalink / raw) To: Eatmon, Ryan, meta-arago@lists.yoctoproject.org Ryan, I do not see this patch applied to master. Can you check? Thanks Jon -----Original Message----- From: meta-arago@lists.yoctoproject.org <meta-arago@lists.yoctoproject.org> On Behalf Of Jonathan Humphreys via lists.yoctoproject.org Sent: Monday, June 13, 2022 11:18 AM To: meta-arago@lists.yoctoproject.org Subject: Re: [meta-arago] [dunfell/master][PATCH v2] tisdk-uenv: remove uEnv.txt for k3 On Thu, Jun 9, 2022 at 10:05 AM, Andrew Davis wrote: > > This fixup should have been done in u-boot and not in a uEnv.txt file. > It is not correct for all K3 anymore either. Remove it. > > Signed-off-by: Andrew Davis <afd@ti.com> > --- > > Changes from v1: > - Subject s/tiusdk-uenv/tisdk-uenv > > .../tisdk-uenv/tisdk-uenv/k3/uEnv.txt | 19 ------------------- > 1 file changed, 19 deletions(-) > delete mode 100644 > meta-arago-distro/recipes-tisdk/tisdk-uenv/tisdk-uenv/k3/uEnv.txt > > diff --git > a/meta-arago-distro/recipes-tisdk/tisdk-uenv/tisdk-uenv/k3/uEnv.txt > b/meta-arago-distro/recipes-tisdk/tisdk-uenv/tisdk-uenv/k3/uEnv.txt > deleted file mode 100644 > index 80ea34f5..00000000 > --- > a/meta-arago-distro/recipes-tisdk/tisdk-uenv/tisdk-uenv/k3/uEnv.txt > +++ /dev/null > @@ -1,19 +0,0 @@ > -# This uEnv.txt file can contain additional environment settings that > you -# want to set in U-Boot at boot time. This can be simple > variables such -# as the serverip or custom variables. The format of this file is: > -# variable=value > -# NOTE: This file will be evaluated after the bootcmd is run and the > -# bootcmd must be set to load this file if it exists (this is the > -# default on all newer U-Boot images. This also means that some > -# variables such as bootdelay cannot be changed by this file since > -# it is not evaluated until the bootcmd is run. > - Shouldn't we keep the above, as this is generic information about how to use uEnv.txt and when it is invoked? > -# The specific board is not able to be automatically detected. The > below is a -# workaround to set a sane default incase the user has not > manually configured -# a specific board. > -def_board_name="am65x" > - > -# Check if using default board_name when name_overlays is not set > -check_for_board=if test $name_overlays; then echo "Using board_name = > $board_name"; else setenv board_name $def_board_name; fi > - > -uenvcmd=run check_for_board; run findfdt > -- > 2.36.1 > > -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#13896): https://lists.yoctoproject.org/g/meta-arago/message/13896 Mute This Topic: https://lists.yoctoproject.org/mt/91650730/3617106 Group Owner: meta-arago+owner@lists.yoctoproject.org Unsubscribe: https://lists.yoctoproject.org/g/meta-arago/unsub [j-humphreys@ti.com] -=-=-=-=-=-=-=-=-=-=-=- ^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [meta-arago] [dunfell/master][PATCH v2] tisdk-uenv: remove uEnv.txt for k3 2022-06-26 20:18 ` [meta-arago] " Humphreys, Jonathan @ 2022-06-27 16:00 ` Ryan Eatmon 2022-06-27 16:02 ` Humphreys, Jonathan 0 siblings, 1 reply; 8+ messages in thread From: Ryan Eatmon @ 2022-06-27 16:00 UTC (permalink / raw) To: Humphreys, Jonathan, meta-arago@lists.yoctoproject.org It is not applied in master yet. I have not had time to keep it in sync with dunfell given all of the layer changes. I believe Denys will be doing another sync up soon. On 6/26/2022 15:18, Humphreys, Jonathan wrote: > Ryan, I do not see this patch applied to master. Can you check? > > Thanks > Jon > > -----Original Message----- > From: meta-arago@lists.yoctoproject.org <meta-arago@lists.yoctoproject.org> On Behalf Of Jonathan Humphreys via lists.yoctoproject.org > Sent: Monday, June 13, 2022 11:18 AM > To: meta-arago@lists.yoctoproject.org > Subject: Re: [meta-arago] [dunfell/master][PATCH v2] tisdk-uenv: remove uEnv.txt for k3 > > On Thu, Jun 9, 2022 at 10:05 AM, Andrew Davis wrote: > >> >> This fixup should have been done in u-boot and not in a uEnv.txt file. >> It is not correct for all K3 anymore either. Remove it. >> >> Signed-off-by: Andrew Davis <afd@ti.com> >> --- >> >> Changes from v1: >> - Subject s/tiusdk-uenv/tisdk-uenv >> >> .../tisdk-uenv/tisdk-uenv/k3/uEnv.txt | 19 ------------------- >> 1 file changed, 19 deletions(-) >> delete mode 100644 >> meta-arago-distro/recipes-tisdk/tisdk-uenv/tisdk-uenv/k3/uEnv.txt >> >> diff --git >> a/meta-arago-distro/recipes-tisdk/tisdk-uenv/tisdk-uenv/k3/uEnv.txt >> b/meta-arago-distro/recipes-tisdk/tisdk-uenv/tisdk-uenv/k3/uEnv.txt >> deleted file mode 100644 >> index 80ea34f5..00000000 >> --- >> a/meta-arago-distro/recipes-tisdk/tisdk-uenv/tisdk-uenv/k3/uEnv.txt >> +++ /dev/null >> @@ -1,19 +0,0 @@ >> -# This uEnv.txt file can contain additional environment settings that >> you -# want to set in U-Boot at boot time. This can be simple >> variables such -# as the serverip or custom variables. The format of this file is: >> -# variable=value >> -# NOTE: This file will be evaluated after the bootcmd is run and the >> -# bootcmd must be set to load this file if it exists (this is the >> -# default on all newer U-Boot images. This also means that some >> -# variables such as bootdelay cannot be changed by this file since >> -# it is not evaluated until the bootcmd is run. >> - > > Shouldn't we keep the above, as this is generic information about how to use uEnv.txt and when it is invoked? > >> -# The specific board is not able to be automatically detected. The >> below is a -# workaround to set a sane default incase the user has not >> manually configured -# a specific board. >> -def_board_name="am65x" >> - >> -# Check if using default board_name when name_overlays is not set >> -check_for_board=if test $name_overlays; then echo "Using board_name = >> $board_name"; else setenv board_name $def_board_name; fi >> - >> -uenvcmd=run check_for_board; run findfdt >> -- >> 2.36.1 >> >> > > > -=-=-=-=-=-=-=-=-=-=-=- > Links: You receive all messages sent to this group. > View/Reply Online (#13896): https://lists.yoctoproject.org/g/meta-arago/message/13896 > Mute This Topic: https://lists.yoctoproject.org/mt/91650730/3617106 > Group Owner: meta-arago+owner@lists.yoctoproject.org > Unsubscribe: https://lists.yoctoproject.org/g/meta-arago/unsub [j-humphreys@ti.com] > -=-=-=-=-=-=-=-=-=-=-=- > > -- Ryan Eatmon reatmon@ti.com ----------------------------------------- Texas Instruments, Inc. - LCPD - MGTS ^ permalink raw reply [flat|nested] 8+ messages in thread
* RE: [meta-arago] [dunfell/master][PATCH v2] tisdk-uenv: remove uEnv.txt for k3 2022-06-27 16:00 ` Ryan Eatmon @ 2022-06-27 16:02 ` Humphreys, Jonathan 2022-06-27 16:07 ` Ryan Eatmon 0 siblings, 1 reply; 8+ messages in thread From: Humphreys, Jonathan @ 2022-06-27 16:02 UTC (permalink / raw) To: Eatmon, Ryan, meta-arago@lists.yoctoproject.org, Denys Dmytriyenko (denis@denix.org) I don't think the layer changes will have any impact on it. +Denys -----Original Message----- From: Eatmon, Ryan <reatmon@ti.com> Sent: Monday, June 27, 2022 11:00 AM To: Humphreys, Jonathan <j-humphreys@ti.com>; meta-arago@lists.yoctoproject.org Subject: Re: [meta-arago] [dunfell/master][PATCH v2] tisdk-uenv: remove uEnv.txt for k3 It is not applied in master yet. I have not had time to keep it in sync with dunfell given all of the layer changes. I believe Denys will be doing another sync up soon. On 6/26/2022 15:18, Humphreys, Jonathan wrote: > Ryan, I do not see this patch applied to master. Can you check? > > Thanks > Jon > > -----Original Message----- > From: meta-arago@lists.yoctoproject.org > <meta-arago@lists.yoctoproject.org> On Behalf Of Jonathan Humphreys > via lists.yoctoproject.org > Sent: Monday, June 13, 2022 11:18 AM > To: meta-arago@lists.yoctoproject.org > Subject: Re: [meta-arago] [dunfell/master][PATCH v2] tisdk-uenv: > remove uEnv.txt for k3 > > On Thu, Jun 9, 2022 at 10:05 AM, Andrew Davis wrote: > >> >> This fixup should have been done in u-boot and not in a uEnv.txt file. >> It is not correct for all K3 anymore either. Remove it. >> >> Signed-off-by: Andrew Davis <afd@ti.com> >> --- >> >> Changes from v1: >> - Subject s/tiusdk-uenv/tisdk-uenv >> >> .../tisdk-uenv/tisdk-uenv/k3/uEnv.txt | 19 ------------------- >> 1 file changed, 19 deletions(-) >> delete mode 100644 >> meta-arago-distro/recipes-tisdk/tisdk-uenv/tisdk-uenv/k3/uEnv.txt >> >> diff --git >> a/meta-arago-distro/recipes-tisdk/tisdk-uenv/tisdk-uenv/k3/uEnv.txt >> b/meta-arago-distro/recipes-tisdk/tisdk-uenv/tisdk-uenv/k3/uEnv.txt >> deleted file mode 100644 >> index 80ea34f5..00000000 >> --- >> a/meta-arago-distro/recipes-tisdk/tisdk-uenv/tisdk-uenv/k3/uEnv.txt >> +++ /dev/null >> @@ -1,19 +0,0 @@ >> -# This uEnv.txt file can contain additional environment settings >> that you -# want to set in U-Boot at boot time. This can be simple >> variables such -# as the serverip or custom variables. The format of this file is: >> -# variable=value >> -# NOTE: This file will be evaluated after the bootcmd is run and the >> -# bootcmd must be set to load this file if it exists (this is the >> -# default on all newer U-Boot images. This also means that some >> -# variables such as bootdelay cannot be changed by this file since >> -# it is not evaluated until the bootcmd is run. >> - > > Shouldn't we keep the above, as this is generic information about how to use uEnv.txt and when it is invoked? > >> -# The specific board is not able to be automatically detected. The >> below is a -# workaround to set a sane default incase the user has >> not manually configured -# a specific board. >> -def_board_name="am65x" >> - >> -# Check if using default board_name when name_overlays is not set >> -check_for_board=if test $name_overlays; then echo "Using board_name >> = $board_name"; else setenv board_name $def_board_name; fi >> - >> -uenvcmd=run check_for_board; run findfdt >> -- >> 2.36.1 >> >> > > > -=-=-=-=-=-=-=-=-=-=-=- > Links: You receive all messages sent to this group. > View/Reply Online (#13896): > https://lists.yoctoproject.org/g/meta-arago/message/13896 > Mute This Topic: https://lists.yoctoproject.org/mt/91650730/3617106 > Group Owner: meta-arago+owner@lists.yoctoproject.org > Unsubscribe: https://lists.yoctoproject.org/g/meta-arago/unsub > [j-humphreys@ti.com] > -=-=-=-=-=-=-=-=-=-=-=- > > -- Ryan Eatmon reatmon@ti.com ----------------------------------------- Texas Instruments, Inc. - LCPD - MGTS ^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [meta-arago] [dunfell/master][PATCH v2] tisdk-uenv: remove uEnv.txt for k3 2022-06-27 16:02 ` Humphreys, Jonathan @ 2022-06-27 16:07 ` Ryan Eatmon 2022-06-27 23:52 ` Denys Dmytriyenko 0 siblings, 1 reply; 8+ messages in thread From: Ryan Eatmon @ 2022-06-27 16:07 UTC (permalink / raw) To: Humphreys, Jonathan, meta-arago@lists.yoctoproject.org, Denys Dmytriyenko (denis@denix.org) Not this one, but there are a number of other patches in line before it that might be. On 6/27/2022 11:02, Humphreys, Jonathan wrote: > I don't think the layer changes will have any impact on it. > > +Denys > > > -----Original Message----- > From: Eatmon, Ryan <reatmon@ti.com> > Sent: Monday, June 27, 2022 11:00 AM > To: Humphreys, Jonathan <j-humphreys@ti.com>; meta-arago@lists.yoctoproject.org > Subject: Re: [meta-arago] [dunfell/master][PATCH v2] tisdk-uenv: remove uEnv.txt for k3 > > > It is not applied in master yet. I have not had time to keep it in sync with dunfell given all of the layer changes. I believe Denys will be doing another sync up soon. > > > > On 6/26/2022 15:18, Humphreys, Jonathan wrote: >> Ryan, I do not see this patch applied to master. Can you check? >> >> Thanks >> Jon >> >> -----Original Message----- >> From: meta-arago@lists.yoctoproject.org >> <meta-arago@lists.yoctoproject.org> On Behalf Of Jonathan Humphreys >> via lists.yoctoproject.org >> Sent: Monday, June 13, 2022 11:18 AM >> To: meta-arago@lists.yoctoproject.org >> Subject: Re: [meta-arago] [dunfell/master][PATCH v2] tisdk-uenv: >> remove uEnv.txt for k3 >> >> On Thu, Jun 9, 2022 at 10:05 AM, Andrew Davis wrote: >> >>> >>> This fixup should have been done in u-boot and not in a uEnv.txt file. >>> It is not correct for all K3 anymore either. Remove it. >>> >>> Signed-off-by: Andrew Davis <afd@ti.com> >>> --- >>> >>> Changes from v1: >>> - Subject s/tiusdk-uenv/tisdk-uenv >>> >>> .../tisdk-uenv/tisdk-uenv/k3/uEnv.txt | 19 ------------------- >>> 1 file changed, 19 deletions(-) >>> delete mode 100644 >>> meta-arago-distro/recipes-tisdk/tisdk-uenv/tisdk-uenv/k3/uEnv.txt >>> >>> diff --git >>> a/meta-arago-distro/recipes-tisdk/tisdk-uenv/tisdk-uenv/k3/uEnv.txt >>> b/meta-arago-distro/recipes-tisdk/tisdk-uenv/tisdk-uenv/k3/uEnv.txt >>> deleted file mode 100644 >>> index 80ea34f5..00000000 >>> --- >>> a/meta-arago-distro/recipes-tisdk/tisdk-uenv/tisdk-uenv/k3/uEnv.txt >>> +++ /dev/null >>> @@ -1,19 +0,0 @@ >>> -# This uEnv.txt file can contain additional environment settings >>> that you -# want to set in U-Boot at boot time. This can be simple >>> variables such -# as the serverip or custom variables. The format of this file is: >>> -# variable=value >>> -# NOTE: This file will be evaluated after the bootcmd is run and the >>> -# bootcmd must be set to load this file if it exists (this is the >>> -# default on all newer U-Boot images. This also means that some >>> -# variables such as bootdelay cannot be changed by this file since >>> -# it is not evaluated until the bootcmd is run. >>> - >> >> Shouldn't we keep the above, as this is generic information about how to use uEnv.txt and when it is invoked? >> >>> -# The specific board is not able to be automatically detected. The >>> below is a -# workaround to set a sane default incase the user has >>> not manually configured -# a specific board. >>> -def_board_name="am65x" >>> - >>> -# Check if using default board_name when name_overlays is not set >>> -check_for_board=if test $name_overlays; then echo "Using board_name >>> = $board_name"; else setenv board_name $def_board_name; fi >>> - >>> -uenvcmd=run check_for_board; run findfdt >>> -- >>> 2.36.1 >>> >>> >> >> >> -=-=-=-=-=-=-=-=-=-=-=- >> Links: You receive all messages sent to this group. >> View/Reply Online (#13896): >> https://lists.yoctoproject.org/g/meta-arago/message/13896 >> Mute This Topic: https://lists.yoctoproject.org/mt/91650730/3617106 >> Group Owner: meta-arago+owner@lists.yoctoproject.org >> Unsubscribe: https://lists.yoctoproject.org/g/meta-arago/unsub >> [j-humphreys@ti.com] >> -=-=-=-=-=-=-=-=-=-=-=- >> >> > -- Ryan Eatmon reatmon@ti.com ----------------------------------------- Texas Instruments, Inc. - LCPD - MGTS ^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [meta-arago] [dunfell/master][PATCH v2] tisdk-uenv: remove uEnv.txt for k3 2022-06-27 16:07 ` Ryan Eatmon @ 2022-06-27 23:52 ` Denys Dmytriyenko 0 siblings, 0 replies; 8+ messages in thread From: Denys Dmytriyenko @ 2022-06-27 23:52 UTC (permalink / raw) To: reatmon; +Cc: Humphreys, Jonathan, meta-arago@lists.yoctoproject.org Jon, This particular change is rather trivial, indeed. Other changes are more involved due to override syntax change and meta-ti restructure. I am collecting recent changes in Dunfell and will do another sync with Kirkstone/master soon. -- Denys On Mon, Jun 27, 2022 at 11:07:17AM -0500, Ryan Eatmon via lists.yoctoproject.org wrote: > > Not this one, but there are a number of other patches in line before > it that might be. > > > On 6/27/2022 11:02, Humphreys, Jonathan wrote: > >I don't think the layer changes will have any impact on it. > > > >+Denys > > > > > >-----Original Message----- > >From: Eatmon, Ryan <reatmon@ti.com> > >Sent: Monday, June 27, 2022 11:00 AM > >To: Humphreys, Jonathan <j-humphreys@ti.com>; meta-arago@lists.yoctoproject.org > >Subject: Re: [meta-arago] [dunfell/master][PATCH v2] tisdk-uenv: remove uEnv.txt for k3 > > > > > >It is not applied in master yet. I have not had time to keep it in sync with dunfell given all of the layer changes. I believe Denys will be doing another sync up soon. > > > > > > > >On 6/26/2022 15:18, Humphreys, Jonathan wrote: > >>Ryan, I do not see this patch applied to master. Can you check? > >> > >>Thanks > >>Jon > >> > >>-----Original Message----- > >>From: meta-arago@lists.yoctoproject.org > >><meta-arago@lists.yoctoproject.org> On Behalf Of Jonathan Humphreys > >>via lists.yoctoproject.org > >>Sent: Monday, June 13, 2022 11:18 AM > >>To: meta-arago@lists.yoctoproject.org > >>Subject: Re: [meta-arago] [dunfell/master][PATCH v2] tisdk-uenv: > >>remove uEnv.txt for k3 > >> > >>On Thu, Jun 9, 2022 at 10:05 AM, Andrew Davis wrote: > >> > >>> > >>>This fixup should have been done in u-boot and not in a uEnv.txt file. > >>>It is not correct for all K3 anymore either. Remove it. > >>> > >>>Signed-off-by: Andrew Davis <afd@ti.com> > >>>--- > >>> > >>>Changes from v1: > >>> - Subject s/tiusdk-uenv/tisdk-uenv > >>> > >>> .../tisdk-uenv/tisdk-uenv/k3/uEnv.txt | 19 ------------------- > >>> 1 file changed, 19 deletions(-) > >>> delete mode 100644 > >>>meta-arago-distro/recipes-tisdk/tisdk-uenv/tisdk-uenv/k3/uEnv.txt > >>> > >>>diff --git > >>>a/meta-arago-distro/recipes-tisdk/tisdk-uenv/tisdk-uenv/k3/uEnv.txt > >>>b/meta-arago-distro/recipes-tisdk/tisdk-uenv/tisdk-uenv/k3/uEnv.txt > >>>deleted file mode 100644 > >>>index 80ea34f5..00000000 > >>>--- > >>>a/meta-arago-distro/recipes-tisdk/tisdk-uenv/tisdk-uenv/k3/uEnv.txt > >>>+++ /dev/null > >>>@@ -1,19 +0,0 @@ > >>>-# This uEnv.txt file can contain additional environment settings > >>>that you -# want to set in U-Boot at boot time. This can be simple > >>>variables such -# as the serverip or custom variables. The format of this file is: > >>>-# variable=value > >>>-# NOTE: This file will be evaluated after the bootcmd is run and the > >>>-# bootcmd must be set to load this file if it exists (this is the > >>>-# default on all newer U-Boot images. This also means that some > >>>-# variables such as bootdelay cannot be changed by this file since > >>>-# it is not evaluated until the bootcmd is run. > >>>- > >> > >>Shouldn't we keep the above, as this is generic information about how to use uEnv.txt and when it is invoked? > >> > >>>-# The specific board is not able to be automatically detected. The > >>>below is a -# workaround to set a sane default incase the user has > >>>not manually configured -# a specific board. > >>>-def_board_name="am65x" > >>>- > >>>-# Check if using default board_name when name_overlays is not set > >>>-check_for_board=if test $name_overlays; then echo "Using board_name > >>>= $board_name"; else setenv board_name $def_board_name; fi > >>>- > >>>-uenvcmd=run check_for_board; run findfdt > >>>-- > >>>2.36.1 ^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [meta-arago][dunfell/master][PATCH v2] tisdk-uenv: remove uEnv.txt 2022-06-09 17:05 [meta-arago][dunfell/master][PATCH v2] tisdk-uenv: remove uEnv.txt for k3 Andrew Davis 2022-06-13 16:18 ` [dunfell/master][PATCH " Jonathan Humphreys @ 2025-08-13 23:25 ` PRC Automation 1 sibling, 0 replies; 8+ messages in thread From: PRC Automation @ 2025-08-13 23:25 UTC (permalink / raw) To: Andrew Davis; +Cc: Denys Dmytriyenko, Ryan Eatmon, meta-arago meta-arago / na / 20220609170520.31162-1-afd PRC Results: FAIL ========================================================= check-yocto-patches: PASS ========================================================= Patches ---------------------------------------- All patches passed ========================================================= apply-yocto-patch: FAIL ========================================================= dunfell ===================== Summary: - Patch Series: [meta-arago][dunfell/master][PATCH v2] tisdk-uenv: remove uEnv.txt for k3 - Submitter: From: Andrew Davis <afd@ti.com> - Date: Date: Thu, 9 Jun 2022 12:05:20 -0500 - Num Patches: 1 - Mailing List (public inbox) Commit SHA: 8da349cb70fe1f8fe4aeea255ccd9fea800459c5 Applied to: - Repository: lcpd-prc-meta-arago - Base Branch: dunfell - Commit Author: Randolph Sapp <rs@ti.com> - Commit Subject: meta-arago-distro: linux-firmware: remove cadence firmware - Commit SHA: 86d19ced20934c8383c8a39f88d97c72e7e929ee Patches ---------------------------------------- FAIL - [meta-arago][dunfell/master][PATCH v2] tisdk-uenv: remove uEnv.txt for k3 Applying: tisdk-uenv: remove uEnv.txt for k3 Patch failed at 0001 tisdk-uenv: remove uEnv.txt for k3 error: meta-arago-distro/recipes-tisdk/tisdk-uenv/tisdk-uenv/k3/uEnv.txt: does not exist in index master ===================== Summary: - Patch Series: [meta-arago][dunfell/master][PATCH v2] tisdk-uenv: remove uEnv.txt for k3 - Submitter: From: Andrew Davis <afd@ti.com> - Date: Date: Thu, 9 Jun 2022 12:05:20 -0500 - Num Patches: 1 - Mailing List (public inbox) Commit SHA: 8da349cb70fe1f8fe4aeea255ccd9fea800459c5 Applied to: - Repository: lcpd-prc-meta-arago - Base Branch: master - Commit Author: LCPD Automation Script <lcpdbld@list.ti.com> - Commit Subject: CI/CD Auto-Merger: cicd.master.202508010100 - Commit SHA: 644f8b47f0eef26bda636717f5838871ec67d138 Patches ---------------------------------------- FAIL - [meta-arago][dunfell/master][PATCH v2] tisdk-uenv: remove uEnv.txt for k3 Applying: tisdk-uenv: remove uEnv.txt for k3 Patch failed at 0001 tisdk-uenv: remove uEnv.txt for k3 error: meta-arago-distro/recipes-tisdk/tisdk-uenv/tisdk-uenv/k3/uEnv.txt: does not exist in index ^ permalink raw reply [flat|nested] 8+ messages in thread
end of thread, other threads:[~2025-08-13 23:25 UTC | newest] Thread overview: 8+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2022-06-09 17:05 [meta-arago][dunfell/master][PATCH v2] tisdk-uenv: remove uEnv.txt for k3 Andrew Davis 2022-06-13 16:18 ` [dunfell/master][PATCH " Jonathan Humphreys 2022-06-26 20:18 ` [meta-arago] " Humphreys, Jonathan 2022-06-27 16:00 ` Ryan Eatmon 2022-06-27 16:02 ` Humphreys, Jonathan 2022-06-27 16:07 ` Ryan Eatmon 2022-06-27 23:52 ` Denys Dmytriyenko 2025-08-13 23:25 ` [meta-arago][dunfell/master][PATCH v2] tisdk-uenv: remove uEnv.txt PRC Automation
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.