[meta-arago,master/dunfell,v2] images: Build tisdk-thinlinux-image with tisdk-core-bundle

Message ID 20220323153451.15543-1-reatmon@ti.com
State Accepted
Headers show
Series [meta-arago,master/dunfell,v2] images: Build tisdk-thinlinux-image with tisdk-core-bundle | expand

Commit Message

Ryan Eatmon March 23, 2022, 3:34 p.m. UTC
Add tisdk-thinlinux-image to the list of TARGET_IMAGES for
tisdk-core-bundle.

Signed-off-by: Ryan Eatmon <reatmon@ti.com>

-
v2 - Fix typos in commit message.

---
 meta-arago-distro/recipes-core/images/tisdk-core-bundle.inc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Nishanth Menon March 24, 2022, 1:16 p.m. UTC | #1
On 10:34-20220323, Ryan Eatmon via lists.yoctoproject.org wrote:
> Add tisdk-thinlinux-image to the list of TARGET_IMAGES for
> tisdk-core-bundle.
> 
> Signed-off-by: Ryan Eatmon <reatmon@ti.com>
> 
> -
> v2 - Fix typos in commit message.

you want to move this to diffstat section (below the cut line: ---)

Otherwise:

Reviewed-by: Nishanth Menon <nm@ti.com>

> 
> ---
>  meta-arago-distro/recipes-core/images/tisdk-core-bundle.inc | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/meta-arago-distro/recipes-core/images/tisdk-core-bundle.inc b/meta-arago-distro/recipes-core/images/tisdk-core-bundle.inc
> index 9f0e65db..5ce688ef 100644
> --- a/meta-arago-distro/recipes-core/images/tisdk-core-bundle.inc
> +++ b/meta-arago-distro/recipes-core/images/tisdk-core-bundle.inc
> @@ -32,7 +32,7 @@ DTB_FILTER_am65xx = "am65"
>  DTB_FILTER_j7 = "j721e"
>  
>  # List of target side images to build for the SDK
> -TARGET_IMAGES = "tisdk-base-image tisdk-default-image"
> +TARGET_IMAGES = "tisdk-base-image tisdk-default-image tisdk-thinlinux-image"
>  
>  # dra71 lcard requires an initramfs with modules for NFS boot
>  TARGET_IMAGES_append_dra7xx-evm = " netboot-initrd"
> -- 
> 2.17.1
Ryan Eatmon March 24, 2022, 2:58 p.m. UTC | #2
On 3/24/2022 8:16, Nishanth Menon wrote:
> On 10:34-20220323, Ryan Eatmon via lists.yoctoproject.org wrote:
>> Add tisdk-thinlinux-image to the list of TARGET_IMAGES for
>> tisdk-core-bundle.
>>
>> Signed-off-by: Ryan Eatmon <reatmon@ti.com>
>>
>> -
>> v2 - Fix typos in commit message.
> 
> you want to move this to diffstat section (below the cut line: ---)

I'll send a v3 with that change.

> Otherwise:
> 
> Reviewed-by: Nishanth Menon <nm@ti.com>
> 
>>
>> ---
>>   meta-arago-distro/recipes-core/images/tisdk-core-bundle.inc | 2 +-
>>   1 file changed, 1 insertion(+), 1 deletion(-)
>>
>> diff --git a/meta-arago-distro/recipes-core/images/tisdk-core-bundle.inc b/meta-arago-distro/recipes-core/images/tisdk-core-bundle.inc
>> index 9f0e65db..5ce688ef 100644
>> --- a/meta-arago-distro/recipes-core/images/tisdk-core-bundle.inc
>> +++ b/meta-arago-distro/recipes-core/images/tisdk-core-bundle.inc
>> @@ -32,7 +32,7 @@ DTB_FILTER_am65xx = "am65"
>>   DTB_FILTER_j7 = "j721e"
>>   
>>   # List of target side images to build for the SDK
>> -TARGET_IMAGES = "tisdk-base-image tisdk-default-image"
>> +TARGET_IMAGES = "tisdk-base-image tisdk-default-image tisdk-thinlinux-image"
>>   
>>   # dra71 lcard requires an initramfs with modules for NFS boot
>>   TARGET_IMAGES_append_dra7xx-evm = " netboot-initrd"
>> -- 
>> 2.17.1
>

Patch

diff --git a/meta-arago-distro/recipes-core/images/tisdk-core-bundle.inc b/meta-arago-distro/recipes-core/images/tisdk-core-bundle.inc
index 9f0e65db..5ce688ef 100644
--- a/meta-arago-distro/recipes-core/images/tisdk-core-bundle.inc
+++ b/meta-arago-distro/recipes-core/images/tisdk-core-bundle.inc
@@ -32,7 +32,7 @@  DTB_FILTER_am65xx = "am65"
 DTB_FILTER_j7 = "j721e"
 
 # List of target side images to build for the SDK
-TARGET_IMAGES = "tisdk-base-image tisdk-default-image"
+TARGET_IMAGES = "tisdk-base-image tisdk-default-image tisdk-thinlinux-image"
 
 # dra71 lcard requires an initramfs with modules for NFS boot
 TARGET_IMAGES_append_dra7xx-evm = " netboot-initrd"