From: Saul Wold <saul.wold@intel.com>
To: Lauri Hintsala <lauri.hintsala@bluegiga.com>
Cc: yocto@yoctoproject.org
Subject: Re: [PATCH] poky: fix broken ubifs link in deploy folder
Date: Thu, 20 Oct 2011 09:17:33 -0700 [thread overview]
Message-ID: <4EA0499D.8020008@intel.com> (raw)
In-Reply-To: <1318935324-17713-1-git-send-email-lauri.hintsala@bluegiga.com>
On 10/18/2011 03:55 AM, Lauri Hintsala wrote:
> Fix broken rootfs image link when ubifs is used.
>
> Function runimagecmd is using image name "${IMAGE_NAME}.rootfs.${type}".
> Let's use the same name in IMAGE_CMD_ubifs.
>
> Signed-off-by: Lauri Hintsala<lauri.hintsala@bluegiga.com>
> ---
> meta/classes/image_types.bbclass | 2 +-
> 1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/meta/classes/image_types.bbclass b/meta/classes/image_types.bbclass
> index c24b326..45abdeb 100644
> --- a/meta/classes/image_types.bbclass
> +++ b/meta/classes/image_types.bbclass
> @@ -111,7 +111,7 @@ IMAGE_CMD_ubi () {
> echo vol_flags=autoresize>> ubinize.cfg
> mkfs.ubifs -r ${IMAGE_ROOTFS} -o ${DEPLOY_DIR_IMAGE}/${IMAGE_NAME}.rootfs.ubifs ${MKUBIFS_ARGS}&& ubinize -o ${DEPLOY_DIR_IMAGE}/${IMAGE_NAME}.rootfs.ubi ${UBINIZE_ARGS} ubinize.cfg
> }
> -IMAGE_CMD_ubifs = "mkfs.ubifs -r ${IMAGE_ROOTFS} -o ${DEPLOY_DIR_IMAGE}/${IMAGE_NAME}.ubifs.img ${MKUBIFS_ARGS}"
> +IMAGE_CMD_ubifs = "mkfs.ubifs -r ${IMAGE_ROOTFS} -o ${DEPLOY_DIR_IMAGE}/${IMAGE_NAME}.rootfs.ubifs ${MKUBIFS_ARGS}"
>
> EXTRA_IMAGECMD = ""
> EXTRA_IMAGECMD_jffs2 ?= "--pad --little-endian --eraseblock=0x40000"
Lauri,
This has been merged to OE-Core.
In the future please send oe-core related changes to
openembedded-core@lists.openembedded.org. Any changes in meta, are
considered part of oe-core.
Thanks for the fix
Sau!
prev parent reply other threads:[~2011-10-20 16:18 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-10-18 10:55 [PATCH] poky: fix broken ubifs link in deploy folder Lauri Hintsala
2011-10-20 16:17 ` Saul Wold [this message]
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=4EA0499D.8020008@intel.com \
--to=saul.wold@intel.com \
--cc=lauri.hintsala@bluegiga.com \
--cc=yocto@yoctoproject.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.