All of lore.kernel.org
 help / color / mirror / Atom feed
From: Denys Dmytriyenko <denys@ti.com>
To: Chase Maupin <Chase.Maupin@ti.com>
Cc: meta-arago@arago-project.org
Subject: Re: [PATCH 5/6] arago-core-tisdk-image: add support for keystone devices
Date: Wed, 5 Feb 2014 13:47:57 -0500	[thread overview]
Message-ID: <20140205184757.GQ18784@edge> (raw)
In-Reply-To: <1391630646-9727-5-git-send-email-Chase.Maupin@ti.com>

On Wed, Feb 05, 2014 at 02:04:05PM -0600, Chase Maupin wrote:
> Signed-off-by: Chase Maupin <Chase.Maupin@ti.com>
> ---
>  .../recipes-core/images/arago-core-tisdk-image.bb  |    1 +
>  .../recipes-core/images/arago-core-tisdk-image.inc |    3 ++-
>  2 files changed, 3 insertions(+), 1 deletions(-)
> 
> 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 33bfc11..ccddbc1 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,5 +1,6 @@
>  require arago-core-tisdk-image.inc
>  
>  DEPLOY_SPL_NAME_omapl138 = ""
> +DEPLOY_SPL_NAME_keystone = ""
>  
>  export IMAGE_BASENAME = "arago-core-tisdk-image"
> diff --git a/meta-arago-distro/recipes-core/images/arago-core-tisdk-image.inc b/meta-arago-distro/recipes-core/images/arago-core-tisdk-image.inc
> index 74c2b87..e3de734 100644
> --- a/meta-arago-distro/recipes-core/images/arago-core-tisdk-image.inc
> +++ b/meta-arago-distro/recipes-core/images/arago-core-tisdk-image.inc
> @@ -7,7 +7,7 @@ IMAGE_FSTYPES = "tar.gz"
>  
>  inherit tisdk-image
>  
> -COMPATIBLE_MACHINE = "omap3|omapl138|ti33x|ti43x|omap-a15"
> +COMPATIBLE_MACHINE = "omap3|omapl138|ti33x|ti43x|omap-a15|keystone"
>  
>  # List of packages to remove from the host package.  This is usually due to
>  # licensing issues and unneeded dependencies.
> @@ -21,6 +21,7 @@ DTB_FILTER_ti33x = "am335x"
>  DTB_FILTER_omap5-evm = "omap5"
>  DTB_FILTER_dra7xx-evm = "dra7"
>  DTB_FILTER_ti43x = "am43"
> +DTB_FILTER_keystone = "k2hk"
>  
>  # List of target side images to build for the SDK
>  TARGET_IMAGES = "arago-base-tisdk-image tisdk-rootfs-image"

Missing here:

TARGET_IMAGES_keystone = "arago-base-tisdk-image tisdk-server-rootfs-image"


> -- 
> 1.7.0.4
> 
> _______________________________________________
> meta-arago mailing list
> meta-arago@arago-project.org
> http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago


  reply	other threads:[~2014-02-05 18:47 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-02-05 20:04 [PATCH 1/6] tisdk-image: change to regex matching Chase Maupin
2014-02-05 20:04 ` [PATCH 2/6] arago-source-ipk: Add Keystone sourceipk settings Chase Maupin
2014-02-05 20:04 ` [PATCH 3/6] tisdk-amsdk-sdk-host: remove pinmux for keystone devices Chase Maupin
2014-02-06  0:04   ` Denys Dmytriyenko
2014-02-06  0:15     ` Nelson, Sam
2014-02-05 20:04 ` [PATCH 4/6] arago-base-tisdk-image: add keystone support Chase Maupin
2014-02-06  0:00   ` Denys Dmytriyenko
2014-02-06 12:45     ` Maupin, Chase
2014-02-06 15:18       ` Denys Dmytriyenko
2014-02-06 15:24         ` Maupin, Chase
2014-02-06 15:28           ` Denys Dmytriyenko
2014-02-05 20:04 ` [PATCH 5/6] arago-core-tisdk-image: add support for keystone devices Chase Maupin
2014-02-05 18:47   ` Denys Dmytriyenko [this message]
2014-02-05 18:58     ` Maupin, Chase
2014-02-05 20:04 ` [PATCH 6/6] mmc-utils: add mmc-utils for working with eMMC devices Chase Maupin
2014-02-05 18:43   ` Denys Dmytriyenko
2014-02-05 18:58     ` Maupin, Chase

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=20140205184757.GQ18784@edge \
    --to=denys@ti.com \
    --cc=Chase.Maupin@ti.com \
    --cc=meta-arago@arago-project.org \
    /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.