Openembedded Devel Discussions
 help / color / mirror / Atom feed
From: Koen Kooi <k.kooi@student.utwente.nl>
To: openembedded-devel@lists.openembedded.org
Subject: Re: [PATCH 2/2] x-load: add signGP to sourceipk
Date: Thu, 29 Jul 2010 14:48:45 +0200	[thread overview]
Message-ID: <i2rtbe$i98$2@dough.gmane.org> (raw)
In-Reply-To: <1280406377-23902-2-git-send-email-chase.maupin@ti.com>

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

On 29-07-10 14:26, Chase Maupin wrote:
> * When creating a source ipk for the x-load program copy the
>   signGP binary as well as this is needed when rebuilding.
> * Bump the PR for x-load-omap3pandora recipe.

NAK. If you want to have signgp, bitbake signgp-native. Including
'random' binaries from other recipes in packages is a no-no.

regards,

Koen


> 
> Signed-off-by: Chase Maupin <chase.maupin@ti.com>
> ---
>  recipes/x-load/x-load-omap3pandora_git.bb |    2 +-
>  recipes/x-load/x-load.inc                 |    5 +++++
>  2 files changed, 6 insertions(+), 1 deletions(-)
> 
> diff --git a/recipes/x-load/x-load-omap3pandora_git.bb b/recipes/x-load/x-load-omap3pandora_git.bb
> index 05dfc20..e9e6e49 100644
> --- a/recipes/x-load/x-load-omap3pandora_git.bb
> +++ b/recipes/x-load/x-load-omap3pandora_git.bb
> @@ -9,7 +9,7 @@ SRCREV = "b3646a83f9e67ec9a2de3182fd254557fd6ad9aa"
>  PROVIDES = "x-load"
>  
>  PV = "1.42+${PR}+gitr${SRCREV}"
> -PR ="r2"
> +PR ="r3"
>  PE = "1"
>  
>  SRC_URI = "git://git.openpandora.org/pandora-x-loader.git;branch=master;protocol=git"
> diff --git a/recipes/x-load/x-load.inc b/recipes/x-load/x-load.inc
> index 0699c01..e786ac1 100644
> --- a/recipes/x-load/x-load.inc
> +++ b/recipes/x-load/x-load.inc
> @@ -38,6 +38,11 @@ do_install () {
>  
>  FILES_${PN} = "/boot"
>  
> +do_create_srcipk_prepend() {
> +    mkdir -p ${WORKDIR}/sourceipk-tmp/psp/x-load/host-tools
> +    cp `which signGP` ${WORKDIR}/sourceipk-tmp/psp/x-load/host-tools/
> +}
> +
>  do_deploy () {
>  	install -d ${DEPLOY_DIR_IMAGE}
>  	install ${S}/x-load.bin.ift ${DEPLOY_DIR_IMAGE}/${XLOAD_IMAGE}

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.5 (Darwin)

iD8DBQFMUXitMkyGM64RGpERAhUYAKC6fLMHo4tdV74afqFSzzfW7JZ0XgCgrNnS
EbRbIAK7+yFW6gldUT+ETqs=
=JZx8
-----END PGP SIGNATURE-----




  reply	other threads:[~2010-07-29 12:52 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-07-29 12:26 [PATCH 1/2] x-load_git: defined config for dm37x and am37x machines Chase Maupin
2010-07-29 12:26 ` [PATCH 2/2] x-load: add signGP to sourceipk Chase Maupin
2010-07-29 12:48   ` Koen Kooi [this message]
2010-07-29 15:11   ` John Willis
2010-07-29 17:41     ` Koen Kooi
2010-07-29 12:47 ` [PATCH 1/2] x-load_git: defined config for dm37x and am37x machines Koen Kooi

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='i2rtbe$i98$2@dough.gmane.org' \
    --to=k.kooi@student.utwente.nl \
    --cc=openembedded-devel@lists.openembedded.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox