All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] kernel.bbclass: fix malformed patch
@ 2011-07-12 22:15 Andrea Adami
  2011-07-13  0:36 ` Gary Thomas
  0 siblings, 1 reply; 2+ messages in thread
From: Andrea Adami @ 2011-07-12 22:15 UTC (permalink / raw)
  To: openembedded-core

* commit 19bda7f2c2dac6363468a49295c38f2095c67c98
* was unfortunately based on a truncated patch.
* Fix the broken line and repair kernel.bbclass.
* Sorry for the noise...

Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
---
 meta/classes/kernel.bbclass |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/meta/classes/kernel.bbclass b/meta/classes/kernel.bbclass
index e441748..9be55d0 100644
--- a/meta/classes/kernel.bbclass
+++ b/meta/classes/kernel.bbclass
@@ -189,7 +189,7 @@ kernel_do_configure() {
 	if [ ! -z "${INITRAMFS_IMAGE}" ]; then
 		for img in cpio.gz cpio.lzo cpio.lzma cpio.xz; do
 		if [ -e "${DEPLOY_DIR_IMAGE}/${INITRAMFS_IMAGE}-${MACHINE}.$img"
-			cp "${DEPLOY_DIR_IMAGE}/${INITRAMFS_IMAGE}-${MACHINE}.$i
+			cp "${DEPLOY_DIR_IMAGE}/${INITRAMFS_IMAGE}-${MACHINE}.$img" initramfs.$img
 		fi
 		done
 	fi
-- 
1.7.3.4




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

* Re: [PATCH] kernel.bbclass: fix malformed patch
  2011-07-12 22:15 [PATCH] kernel.bbclass: fix malformed patch Andrea Adami
@ 2011-07-13  0:36 ` Gary Thomas
  0 siblings, 0 replies; 2+ messages in thread
From: Gary Thomas @ 2011-07-13  0:36 UTC (permalink / raw)
  To: Patches and discussions about the oe-core layer

On 07/12/2011 04:15 PM, Andrea Adami wrote:
> * commit 19bda7f2c2dac6363468a49295c38f2095c67c98
> * was unfortunately based on a truncated patch.
> * Fix the broken line and repair kernel.bbclass.
> * Sorry for the noise...
>
> Signed-off-by: Andrea Adami<andrea.adami@gmail.com>
> ---
>   meta/classes/kernel.bbclass |    2 +-
>   1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/meta/classes/kernel.bbclass b/meta/classes/kernel.bbclass
> index e441748..9be55d0 100644
> --- a/meta/classes/kernel.bbclass
> +++ b/meta/classes/kernel.bbclass
> @@ -189,7 +189,7 @@ kernel_do_configure() {
>   	if [ ! -z "${INITRAMFS_IMAGE}" ]; then
>   		for img in cpio.gz cpio.lzo cpio.lzma cpio.xz; do
>   		if [ -e "${DEPLOY_DIR_IMAGE}/${INITRAMFS_IMAGE}-${MACHINE}.$img"
> -			cp "${DEPLOY_DIR_IMAGE}/${INITRAMFS_IMAGE}-${MACHINE}.$i
> +			cp "${DEPLOY_DIR_IMAGE}/${INITRAMFS_IMAGE}-${MACHINE}.$img" initramfs.$img
>   		fi
>   		done
>   	fi

I don't think this is sufficient; the line above is broken as well.

-- 
------------------------------------------------------------
Gary Thomas                 |  Consulting for the
MLB Associates              |    Embedded world
------------------------------------------------------------



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

end of thread, other threads:[~2011-07-13  0:40 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-07-12 22:15 [PATCH] kernel.bbclass: fix malformed patch Andrea Adami
2011-07-13  0:36 ` Gary Thomas

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.