All of lore.kernel.org
 help / color / mirror / Atom feed
From: Denys Dmytriyenko <denis@denix.org>
To: Sinthu Raja <sinthu.raja@mistralsolutions.com>
Cc: meta-arago@arago-project.org
Subject: Re: [dunfell/master PATCH 1/1] AM64x Unification Add recipes to generate WIC file
Date: Tue, 20 Apr 2021 13:58:03 -0400	[thread overview]
Message-ID: <20210420175803.GP15937@denix.org> (raw)
In-Reply-To: <20210420174155.50628-1-x0257345@ti.com>

On Tue, Apr 20, 2021 at 11:11:55PM +0530, Sinthu Raja wrote:
>   Add two recipies to generate two WIC files for AM64x EVM and SK.
>   Each recipe has its own path to the deployed boot images and
>   corresponding WIC file name.

Adding extra and very specialized images would only increase complexity. Just 
last year we went to extra efforts to simplify this area down to 3 generic 
images...


> ---
>  .../images/tisdk-base-image-evm.bb            | 19 +++++++++++++++++
>  .../images/tisdk-base-image-sk.bb             | 21 +++++++++++++++++++
>  2 files changed, 40 insertions(+)
>  create mode 100644 meta-arago-distro/recipes-core/images/tisdk-base-image-evm.bb
>  create mode 100644 meta-arago-distro/recipes-core/images/tisdk-base-image-sk.bb
> 
> diff --git a/meta-arago-distro/recipes-core/images/tisdk-base-image-evm.bb b/meta-arago-distro/recipes-core/images/tisdk-base-image-evm.bb
> new file mode 100644
> index 00000000..14813bad
> --- /dev/null
> +++ b/meta-arago-distro/recipes-core/images/tisdk-base-image-evm.bb
> @@ -0,0 +1,19 @@
> +# Arago TI SDK base image with test tools
> +# Suitable for initramfs
> +
> +require recipes-core/images/arago-image.inc
> +
> +IMAGE_FSTYPES += "cpio.xz"
> +IMAGE_FSTYPES_append_dra7xx = " ubifs ubi"
> +
> +IMAGE_INSTALL += "\
> +    packagegroup-arago-base \
> +    packagegroup-arago-console \
> +    packagegroup-arago-base-tisdk \
> +    ${VIRTUAL-RUNTIME_initramfs} \
> +    ${@oe.utils.conditional('ARAGO_BRAND', 'mainline', 'ti-test', '', d)} \
> +    "
> +
> +export IMAGE_BASENAME = "tisdk-base-image-evm"
> +export IMAGE_LINK_NAME = "tisdk-base-image-am64xx-evm"
> +export DEPLOY_DIR_IMAGE="/mnt/4TB-VD1/ti_devm_sdk/devm_linux/am64x_sk/yocto_local_am64x_sk/oe-layersetup/build/arago-tmp-external-arm-glibc/deploy/images/am64xx-evm/evm"
> diff --git a/meta-arago-distro/recipes-core/images/tisdk-base-image-sk.bb b/meta-arago-distro/recipes-core/images/tisdk-base-image-sk.bb
> new file mode 100644
> index 00000000..571e8395
> --- /dev/null
> +++ b/meta-arago-distro/recipes-core/images/tisdk-base-image-sk.bb
> @@ -0,0 +1,21 @@
> +# Arago TI SDK base image with test tools
> +# Suitable for initramfs
> +
> +require  recipes-core/images/arago-image.inc
> +
> +IMAGE_FSTYPES += "cpio.xz"
> +IMAGE_FSTYPES_append_dra7xx = " ubifs ubi"
> +
> +IMAGE_INSTALL += "\
> +    packagegroup-arago-base \
> +    packagegroup-arago-console \
> +    packagegroup-arago-base-tisdk \
> +    ${VIRTUAL-RUNTIME_initramfs} \
> +    ${@oe.utils.conditional('ARAGO_BRAND', 'mainline', 'ti-test', '', d)} \
> +    "
> +
> +export IMAGE_BASENAME = "tisdk-base-image-sk"
> +
> +export IMAGE_BASENAME = "tisdk-base-image-sk"

Duplicate?


> +export IMAGE_LINK_NAME = "tisdk-base-image-am64xx-sk"
> +export DEPLOY_DIR_IMAGE="/mnt/4TB-VD1/ti_devm_sdk/devm_linux/am64x_sk/yocto_local_am64x_sk/oe-layersetup/build/arago-tmp-external-arm-glibc/deploy/images/am64xx-evm/sk"

I don't have "/mnt/4TB-VD1/..." - should not be an absolute path.

-- 
Regards,
Denys Dmytriyenko <denis@denix.org>
PGP: 0x420902729A92C964 - https://denix.org/0x420902729A92C964
Fingerprint: 25FC E4A5 8A72 2F69 1186  6D76 4209 0272 9A92 C964


  reply	other threads:[~2021-04-20 17:57 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-04-20 17:41 [dunfell/master PATCH 1/1] AM64x Unification Add recipes to generate WIC file Sinthu Raja
2021-04-20 17:58 ` Denys Dmytriyenko [this message]
2021-04-21  4:02   ` Sinthu Raja M
  -- strict thread matches above, loose matches on Subject: below --
2021-04-20  4:04 Sinthu Raja
2021-04-19 11:47 Sinthu Raja

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20210420175803.GP15937@denix.org \
    --to=denis@denix.org \
    --cc=meta-arago@arago-project.org \
    --cc=sinthu.raja@mistralsolutions.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.