All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] kernel.bbclass: fix ownership inside the modules tarball
@ 2009-09-20  7:45 Denys Dmytriyenko
  2009-09-20 10:52 ` Koen Kooi
  2009-09-20 15:03 ` Khem Raj
  0 siblings, 2 replies; 3+ messages in thread
From: Denys Dmytriyenko @ 2009-09-20  7:45 UTC (permalink / raw)
  To: openembedded-devel

Signed-off-by: Denys Dmytriyenko <denis@denix.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
-- 
1.6.3.3




^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH] kernel.bbclass: fix ownership inside the modules tarball
  2009-09-20  7:45 [PATCH] kernel.bbclass: fix ownership inside the modules tarball Denys Dmytriyenko
@ 2009-09-20 10:52 ` Koen Kooi
  2009-09-20 15:03 ` Khem Raj
  1 sibling, 0 replies; 3+ messages in thread
From: Koen Kooi @ 2009-09-20 10:52 UTC (permalink / raw)
  To: openembedded-devel

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





^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] kernel.bbclass: fix ownership inside the modules tarball
  2009-09-20  7:45 [PATCH] kernel.bbclass: fix ownership inside the modules tarball Denys Dmytriyenko
  2009-09-20 10:52 ` Koen Kooi
@ 2009-09-20 15:03 ` Khem Raj
  1 sibling, 0 replies; 3+ messages in thread
From: Khem Raj @ 2009-09-20 15:03 UTC (permalink / raw)
  To: openembedded-devel

On Sun, Sep 20, 2009 at 12:45 AM, Denys Dmytriyenko <denis@denix.org> wrote:
> Signed-off-by: Denys Dmytriyenko <denis@denix.org>

Acked-by: Khem Raj <raj.khem@gmail.com>
> ---
>  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
> --
> 1.6.3.3
>
>
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
>



^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2009-09-20 15:04 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-09-20  7:45 [PATCH] kernel.bbclass: fix ownership inside the modules tarball Denys Dmytriyenko
2009-09-20 10:52 ` Koen Kooi
2009-09-20 15:03 ` Khem Raj

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.