diff mbox series

[meta-ti,master/scarthgap,2/2] conf: machine: beaglebone-ai64: Update SPLY_BINARY

Message ID 20250113225222.13622-2-reatmon@ti.com
State Under Review
Delegated to: Ryan Eatmon
Headers show
Series [meta-ti,master/scarthgap,1/2] conf: machine: beagleplay*: Update defaults to mainline | expand

Commit Message

Ryan Eatmon Jan. 13, 2025, 10:52 p.m. UTC
Rather than override the value for SPL_BINARY for all bsps, simply just
set the value to the correct value.  This should be ok since all
beaglebone-ai64 variations should use tispl.bin_unsigned.

Signed-off-by: Ryan Eatmon <reatmon@ti.com>
---
 meta-beagle/conf/machine/beaglebone-ai64.conf | 6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)

Comments

Andrew Davis Jan. 15, 2025, 7:07 p.m. UTC | #1
On 1/13/25 4:52 PM, Ryan Eatmon via lists.yoctoproject.org wrote:
> Rather than override the value for SPL_BINARY for all bsps, simply just
> set the value to the correct value.  This should be ok since all
> beaglebone-ai64 variations should use tispl.bin_unsigned.
> 
> Signed-off-by: Ryan Eatmon <reatmon@ti.com>
> ---

Typo in subject line, s/SPLY_BINAR/SPL_BINARY

Andrew

>   meta-beagle/conf/machine/beaglebone-ai64.conf | 6 +-----
>   1 file changed, 1 insertion(+), 5 deletions(-)
> 
> diff --git a/meta-beagle/conf/machine/beaglebone-ai64.conf b/meta-beagle/conf/machine/beaglebone-ai64.conf
> index a521c8cf..ecd3a6e7 100644
> --- a/meta-beagle/conf/machine/beaglebone-ai64.conf
> +++ b/meta-beagle/conf/machine/beaglebone-ai64.conf
> @@ -18,11 +18,7 @@ UBOOT_CONFIG_FRAGMENTS:bsp-ti-6_1 = "j721e_beagleboneai64_a72.config"
>   UBOOT_MACHINE:bsp-bb_org-6_1 = "j721e_evm_a72_config"
>   UBOOT_CONFIG_FRAGMENTS:bsp-bb_org-6_1 = "j721e_beagleboneai64_a72.config"
>   
> -SPL_BINARY:bsp-ti-6_6 = "tispl.bin_unsigned"
> -SPL_BINARYNAME:bsp-ti-6_6 = "tispl.bin"
> -
> -SPL_BINARY:bsp-bb_org-6_6 = "tispl.bin_unsigned"
> -SPL_BINARYNAME:bsp-bb_org-6_6 = "tispl.bin"
> +SPL_BINARY = "tispl.bin_unsigned"
>   
>   KERNEL_DEVICETREE_PREFIX = " \
>       ti/k3-j721e \
> 
> 
> 
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> View/Reply Online (#18190): https://lists.yoctoproject.org/g/meta-ti/message/18190
> Mute This Topic: https://lists.yoctoproject.org/mt/110598031/3619733
> Group Owner: meta-ti+owner@lists.yoctoproject.org
> Unsubscribe: https://lists.yoctoproject.org/g/meta-ti/unsub [afd@ti.com]
> -=-=-=-=-=-=-=-=-=-=-=-
>
Ryan Eatmon Jan. 15, 2025, 10:25 p.m. UTC | #2
On 1/15/2025 1:07 PM, Andrew Davis wrote:
> On 1/13/25 4:52 PM, Ryan Eatmon via lists.yoctoproject.org wrote:
>> Rather than override the value for SPL_BINARY for all bsps, simply just
>> set the value to the correct value.  This should be ok since all
>> beaglebone-ai64 variations should use tispl.bin_unsigned.
>>
>> Signed-off-by: Ryan Eatmon <reatmon@ti.com>
>> ---
> 
> Typo in subject line, s/SPLY_BINAR/SPL_BINARY

Yeah.  I'm going to do a v2 before I accept it.


> Andrew
> 
>>   meta-beagle/conf/machine/beaglebone-ai64.conf | 6 +-----
>>   1 file changed, 1 insertion(+), 5 deletions(-)
>>
>> diff --git a/meta-beagle/conf/machine/beaglebone-ai64.conf 
>> b/meta-beagle/conf/machine/beaglebone-ai64.conf
>> index a521c8cf..ecd3a6e7 100644
>> --- a/meta-beagle/conf/machine/beaglebone-ai64.conf
>> +++ b/meta-beagle/conf/machine/beaglebone-ai64.conf
>> @@ -18,11 +18,7 @@ UBOOT_CONFIG_FRAGMENTS:bsp-ti-6_1 = 
>> "j721e_beagleboneai64_a72.config"
>>   UBOOT_MACHINE:bsp-bb_org-6_1 = "j721e_evm_a72_config"
>>   UBOOT_CONFIG_FRAGMENTS:bsp-bb_org-6_1 = 
>> "j721e_beagleboneai64_a72.config"
>> -SPL_BINARY:bsp-ti-6_6 = "tispl.bin_unsigned"
>> -SPL_BINARYNAME:bsp-ti-6_6 = "tispl.bin"
>> -
>> -SPL_BINARY:bsp-bb_org-6_6 = "tispl.bin_unsigned"
>> -SPL_BINARYNAME:bsp-bb_org-6_6 = "tispl.bin"
>> +SPL_BINARY = "tispl.bin_unsigned"
>>   KERNEL_DEVICETREE_PREFIX = " \
>>       ti/k3-j721e \
>>
>>
>>
>> -=-=-=-=-=-=-=-=-=-=-=-
>> Links: You receive all messages sent to this group.
>> View/Reply Online (#18190): 
>> https://lists.yoctoproject.org/g/meta-ti/message/18190
>> Mute This Topic: https://lists.yoctoproject.org/mt/110598031/3619733
>> Group Owner: meta-ti+owner@lists.yoctoproject.org
>> Unsubscribe: https://lists.yoctoproject.org/g/meta-ti/unsub [afd@ti.com]
>> -=-=-=-=-=-=-=-=-=-=-=-
>>
Denys Dmytriyenko Jan. 20, 2025, 8:14 p.m. UTC | #3
On Mon, Jan 13, 2025 at 04:52:22PM -0600, Ryan Eatmon via lists.yoctoproject.org wrote:
> Rather than override the value for SPL_BINARY for all bsps, simply just
> set the value to the correct value.  This should be ok since all
> beaglebone-ai64 variations should use tispl.bin_unsigned.
> 
> Signed-off-by: Ryan Eatmon <reatmon@ti.com>

Tested-by: Denys Dmytriyenko <denys@konsulko.com>


> ---
>  meta-beagle/conf/machine/beaglebone-ai64.conf | 6 +-----
>  1 file changed, 1 insertion(+), 5 deletions(-)
> 
> diff --git a/meta-beagle/conf/machine/beaglebone-ai64.conf b/meta-beagle/conf/machine/beaglebone-ai64.conf
> index a521c8cf..ecd3a6e7 100644
> --- a/meta-beagle/conf/machine/beaglebone-ai64.conf
> +++ b/meta-beagle/conf/machine/beaglebone-ai64.conf
> @@ -18,11 +18,7 @@ UBOOT_CONFIG_FRAGMENTS:bsp-ti-6_1 = "j721e_beagleboneai64_a72.config"
>  UBOOT_MACHINE:bsp-bb_org-6_1 = "j721e_evm_a72_config"
>  UBOOT_CONFIG_FRAGMENTS:bsp-bb_org-6_1 = "j721e_beagleboneai64_a72.config"
>  
> -SPL_BINARY:bsp-ti-6_6 = "tispl.bin_unsigned"
> -SPL_BINARYNAME:bsp-ti-6_6 = "tispl.bin"
> -
> -SPL_BINARY:bsp-bb_org-6_6 = "tispl.bin_unsigned"
> -SPL_BINARYNAME:bsp-bb_org-6_6 = "tispl.bin"
> +SPL_BINARY = "tispl.bin_unsigned"
>  
>  KERNEL_DEVICETREE_PREFIX = " \
>      ti/k3-j721e \
> -- 
> 2.17.1
diff mbox series

Patch

diff --git a/meta-beagle/conf/machine/beaglebone-ai64.conf b/meta-beagle/conf/machine/beaglebone-ai64.conf
index a521c8cf..ecd3a6e7 100644
--- a/meta-beagle/conf/machine/beaglebone-ai64.conf
+++ b/meta-beagle/conf/machine/beaglebone-ai64.conf
@@ -18,11 +18,7 @@  UBOOT_CONFIG_FRAGMENTS:bsp-ti-6_1 = "j721e_beagleboneai64_a72.config"
 UBOOT_MACHINE:bsp-bb_org-6_1 = "j721e_evm_a72_config"
 UBOOT_CONFIG_FRAGMENTS:bsp-bb_org-6_1 = "j721e_beagleboneai64_a72.config"
 
-SPL_BINARY:bsp-ti-6_6 = "tispl.bin_unsigned"
-SPL_BINARYNAME:bsp-ti-6_6 = "tispl.bin"
-
-SPL_BINARY:bsp-bb_org-6_6 = "tispl.bin_unsigned"
-SPL_BINARYNAME:bsp-bb_org-6_6 = "tispl.bin"
+SPL_BINARY = "tispl.bin_unsigned"
 
 KERNEL_DEVICETREE_PREFIX = " \
     ti/k3-j721e \