From: Koen Kooi <k.kooi@student.utwente.nl>
To: openembedded-devel@lists.openembedded.org
Subject: Re: [PATCH] kernel.bbclass: fix ownership inside the modules tarball
Date: Sun, 20 Sep 2009 12:52:35 +0200 [thread overview]
Message-ID: <h951hj$in8$2@ger.gmane.org> (raw)
In-Reply-To: <1253432757-27944-1-git-send-email-denis@denix.org>
On 20-09-09 09:45, Denys Dmytriyenko wrote:
> Signed-off-by: Denys Dmytriyenko<denis@denix.org>
Acked-by: Koen Kooi <koen@openembedded.org>
> ---
> classes/kernel.bbclass | 3 ++-
> 1 files changed, 2 insertions(+), 1 deletions(-)
>
> diff --git a/classes/kernel.bbclass b/classes/kernel.bbclass
> index c5192d5..9c1f637 100644
> --- a/classes/kernel.bbclass
> +++ b/classes/kernel.bbclass
> @@ -530,7 +530,7 @@ do_deploy() {
> package_stagefile_shell ${DEPLOY_DIR_IMAGE}/${KERNEL_IMAGE_BASE_NAME}.bin
>
> if [ -d "${D}/lib" ]; then
> - tar -cvzf ${DEPLOY_DIR_IMAGE}/${MODULES_IMAGE_BASE_NAME}.tgz -C ${D} lib
> + fakeroot tar -cvzf ${DEPLOY_DIR_IMAGE}/${MODULES_IMAGE_BASE_NAME}.tgz -C ${D} lib
> fi
>
> cd ${DEPLOY_DIR_IMAGE}
> @@ -540,5 +540,6 @@ do_deploy() {
> }
>
> do_deploy[dirs] = "${S}"
> +do_deploy[depends] += "fakeroot-native:do_populate_staging"
>
> addtask deploy before do_package after do_install
next prev parent reply other threads:[~2009-09-20 10:55 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-09-20 7:45 [PATCH] kernel.bbclass: fix ownership inside the modules tarball Denys Dmytriyenko
2009-09-20 10:52 ` Koen Kooi [this message]
2009-09-20 15:03 ` Khem Raj
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='h951hj$in8$2@ger.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 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.