meta-arago.lists.yoctoproject.org archive mirror
 help / color / mirror / Atom feed
* [meta-arago][master/dunfell][PATCH v2] images: Build tisdk-thinlinux-image with tisdk-core-bundle
@ 2022-03-23 15:34 Ryan Eatmon
  2022-03-24 13:16 ` Nishanth Menon
  0 siblings, 1 reply; 3+ messages in thread
From: Ryan Eatmon @ 2022-03-23 15:34 UTC (permalink / raw)
  To: Yogesh Siraswar, Praneeth Bajjuri, Denys Dmytriyenko, meta-arago

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(-)

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



^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [meta-arago][master/dunfell][PATCH v2] images: Build tisdk-thinlinux-image with tisdk-core-bundle
  2022-03-23 15:34 [meta-arago][master/dunfell][PATCH v2] images: Build tisdk-thinlinux-image with tisdk-core-bundle Ryan Eatmon
@ 2022-03-24 13:16 ` Nishanth Menon
  2022-03-24 14:58   ` Ryan Eatmon
  0 siblings, 1 reply; 3+ messages in thread
From: Nishanth Menon @ 2022-03-24 13:16 UTC (permalink / raw)
  To: reatmon; +Cc: Yogesh Siraswar, Praneeth Bajjuri, Denys Dmytriyenko, meta-arago

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

-- 
Regards,
Nishanth Menon
Key (0xDDB5849D1736249D) / Fingerprint: F8A2 8693 54EB 8232 17A3  1A34 DDB5 849D 1736 249D


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [meta-arago][master/dunfell][PATCH v2] images: Build tisdk-thinlinux-image with tisdk-core-bundle
  2022-03-24 13:16 ` Nishanth Menon
@ 2022-03-24 14:58   ` Ryan Eatmon
  0 siblings, 0 replies; 3+ messages in thread
From: Ryan Eatmon @ 2022-03-24 14:58 UTC (permalink / raw)
  To: Nishanth Menon
  Cc: Yogesh Siraswar, Praneeth Bajjuri, Denys Dmytriyenko, meta-arago



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
> 

-- 
Ryan Eatmon
reatmon@ti.com


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2022-03-24 14:58 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-03-23 15:34 [meta-arago][master/dunfell][PATCH v2] images: Build tisdk-thinlinux-image with tisdk-core-bundle Ryan Eatmon
2022-03-24 13:16 ` Nishanth Menon
2022-03-24 14:58   ` Ryan Eatmon

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).