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