* [PATCH] arago-core-tisdk-image: Do not unset DEPLOY_SPL_NAME for all keystone
@ 2015-11-18 18:52 Jacob Stiffler
2015-11-18 19:04 ` Denys Dmytriyenko
0 siblings, 1 reply; 3+ messages in thread
From: Jacob Stiffler @ 2015-11-18 18:52 UTC (permalink / raw)
To: meta-arago
* DEPLOY_SPL_NAME is required for k2g-evm to provide the MLO
for MMC boot
Signed-off-by: Jacob Stiffler <j-stiffler@ti.com>
---
meta-arago-distro/recipes-core/images/arago-core-tisdk-image.bb | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/meta-arago-distro/recipes-core/images/arago-core-tisdk-image.bb b/meta-arago-distro/recipes-core/images/arago-core-tisdk-image.bb
index f313494..06884ae 100644
--- a/meta-arago-distro/recipes-core/images/arago-core-tisdk-image.bb
+++ b/meta-arago-distro/recipes-core/images/arago-core-tisdk-image.bb
@@ -1,7 +1,9 @@
require arago-core-tisdk-image.inc
DEPLOY_SPL_NAME_omapl138 = ""
-DEPLOY_SPL_NAME_keystone = ""
+DEPLOY_SPL_NAME_k2hk-evm = ""
+DEPLOY_SPL_NAME_k2l-evm = ""
+DEPLOY_SPL_NAME_k2e-evm = ""
ARAGO_TISDK_IMAGE ?= "arago-core-tisdk-image"
export IMAGE_BASENAME = "${ARAGO_TISDK_IMAGE}"
--
1.9.1
^ permalink raw reply related [flat|nested] 3+ messages in thread* Re: [PATCH] arago-core-tisdk-image: Do not unset DEPLOY_SPL_NAME for all keystone
2015-11-18 18:52 [PATCH] arago-core-tisdk-image: Do not unset DEPLOY_SPL_NAME for all keystone Jacob Stiffler
@ 2015-11-18 19:04 ` Denys Dmytriyenko
2015-11-18 19:11 ` Jacob Stiffler
0 siblings, 1 reply; 3+ messages in thread
From: Denys Dmytriyenko @ 2015-11-18 19:04 UTC (permalink / raw)
To: Jacob Stiffler; +Cc: meta-arago
Just to clarify - that only affects final SDK packaging. Relevant images are
still built and deployed for supported machines in the deploy area.
On Wed, Nov 18, 2015 at 01:52:59PM -0500, Jacob Stiffler wrote:
> * DEPLOY_SPL_NAME is required for k2g-evm to provide the MLO
> for MMC boot
>
> Signed-off-by: Jacob Stiffler <j-stiffler@ti.com>
> ---
> meta-arago-distro/recipes-core/images/arago-core-tisdk-image.bb | 4 +++-
> 1 file changed, 3 insertions(+), 1 deletion(-)
>
> diff --git a/meta-arago-distro/recipes-core/images/arago-core-tisdk-image.bb b/meta-arago-distro/recipes-core/images/arago-core-tisdk-image.bb
> index f313494..06884ae 100644
> --- a/meta-arago-distro/recipes-core/images/arago-core-tisdk-image.bb
> +++ b/meta-arago-distro/recipes-core/images/arago-core-tisdk-image.bb
> @@ -1,7 +1,9 @@
> require arago-core-tisdk-image.inc
>
> DEPLOY_SPL_NAME_omapl138 = ""
> -DEPLOY_SPL_NAME_keystone = ""
> +DEPLOY_SPL_NAME_k2hk-evm = ""
> +DEPLOY_SPL_NAME_k2l-evm = ""
> +DEPLOY_SPL_NAME_k2e-evm = ""
>
> ARAGO_TISDK_IMAGE ?= "arago-core-tisdk-image"
> export IMAGE_BASENAME = "${ARAGO_TISDK_IMAGE}"
> --
> 1.9.1
>
> _______________________________________________
> meta-arago mailing list
> meta-arago@arago-project.org
> http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago
^ permalink raw reply [flat|nested] 3+ messages in thread* Re: [PATCH] arago-core-tisdk-image: Do not unset DEPLOY_SPL_NAME for all keystone
2015-11-18 19:04 ` Denys Dmytriyenko
@ 2015-11-18 19:11 ` Jacob Stiffler
0 siblings, 0 replies; 3+ messages in thread
From: Jacob Stiffler @ 2015-11-18 19:11 UTC (permalink / raw)
To: Denys Dmytriyenko; +Cc: meta-arago
On 11/18/2015 2:04 PM, Denys Dmytriyenko wrote:
> Just to clarify - that only affects final SDK packaging. Relevant images are
> still built and deployed for supported machines in the deploy area.
Yes. We'll need this file in the prebuilt-images directory for the
create_sdcard.sh script.
>
> On Wed, Nov 18, 2015 at 01:52:59PM -0500, Jacob Stiffler wrote:
>> * DEPLOY_SPL_NAME is required for k2g-evm to provide the MLO
>> for MMC boot
>>
>> Signed-off-by: Jacob Stiffler <j-stiffler@ti.com>
>> ---
>> meta-arago-distro/recipes-core/images/arago-core-tisdk-image.bb | 4 +++-
>> 1 file changed, 3 insertions(+), 1 deletion(-)
>>
>> diff --git a/meta-arago-distro/recipes-core/images/arago-core-tisdk-image.bb b/meta-arago-distro/recipes-core/images/arago-core-tisdk-image.bb
>> index f313494..06884ae 100644
>> --- a/meta-arago-distro/recipes-core/images/arago-core-tisdk-image.bb
>> +++ b/meta-arago-distro/recipes-core/images/arago-core-tisdk-image.bb
>> @@ -1,7 +1,9 @@
>> require arago-core-tisdk-image.inc
>>
>> DEPLOY_SPL_NAME_omapl138 = ""
>> -DEPLOY_SPL_NAME_keystone = ""
>> +DEPLOY_SPL_NAME_k2hk-evm = ""
>> +DEPLOY_SPL_NAME_k2l-evm = ""
>> +DEPLOY_SPL_NAME_k2e-evm = ""
>>
>> ARAGO_TISDK_IMAGE ?= "arago-core-tisdk-image"
>> export IMAGE_BASENAME = "${ARAGO_TISDK_IMAGE}"
>> --
>> 1.9.1
>>
>> _______________________________________________
>> meta-arago mailing list
>> meta-arago@arago-project.org
>> http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2015-11-18 19:11 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-11-18 18:52 [PATCH] arago-core-tisdk-image: Do not unset DEPLOY_SPL_NAME for all keystone Jacob Stiffler
2015-11-18 19:04 ` Denys Dmytriyenko
2015-11-18 19:11 ` Jacob Stiffler
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.