All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-raspberrypi][PATCH] sdcard_image-rpi.bbclass: use absolute path to rootfs
@ 2014-02-18 11:52 Jonathan Liu
  2014-02-21  8:17 ` Andrei Gherzan
  0 siblings, 1 reply; 2+ messages in thread
From: Jonathan Liu @ 2014-02-18 11:52 UTC (permalink / raw)
  To: yocto

Change-Id: Ib513f195351b379dbb9f503dc5927f2018169b95
Signed-off-by: Jonathan Liu <net147@gmail.com>
---
 classes/sdcard_image-rpi.bbclass | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/classes/sdcard_image-rpi.bbclass b/classes/sdcard_image-rpi.bbclass
index eb337dc..c7cfa7c 100644
--- a/classes/sdcard_image-rpi.bbclass
+++ b/classes/sdcard_image-rpi.bbclass
@@ -40,7 +40,7 @@ IMAGE_ROOTFS_ALIGNMENT = "4096"
 
 # Use an uncompressed ext3 by default as rootfs
 SDIMG_ROOTFS_TYPE ?= "ext3"
-SDIMG_ROOTFS = "${IMAGE_NAME}.rootfs.${SDIMG_ROOTFS_TYPE}"
+SDIMG_ROOTFS = "${DEPLOY_DIR_IMAGE}/${IMAGE_NAME}.rootfs.${SDIMG_ROOTFS_TYPE}"
 
 IMAGE_DEPENDS_rpi-sdimg = " \
 			parted-native \
-- 
1.8.5.4



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

* Re: [meta-raspberrypi][PATCH] sdcard_image-rpi.bbclass: use absolute path to rootfs
  2014-02-18 11:52 [meta-raspberrypi][PATCH] sdcard_image-rpi.bbclass: use absolute path to rootfs Jonathan Liu
@ 2014-02-21  8:17 ` Andrei Gherzan
  0 siblings, 0 replies; 2+ messages in thread
From: Andrei Gherzan @ 2014-02-21  8:17 UTC (permalink / raw)
  To: Jonathan Liu; +Cc: Yocto Project

[-- Attachment #1: Type: text/plain, Size: 380 bytes --]

Hello Jonathan,


On Tue, Feb 18, 2014 at 1:52 PM, Jonathan Liu <net147@gmail.com> wrote:

> Change-Id: Ib513f195351b379dbb9f503dc5927f2018169b95
> Signed-off-by: Jonathan Liu <net147@gmail.com>
> ---
>  classes/sdcard_image-rpi.bbclass | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>

This was merged in master. Thank you for your contribution.

---
ag

[-- Attachment #2: Type: text/html, Size: 778 bytes --]

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

end of thread, other threads:[~2014-02-21  8:17 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-02-18 11:52 [meta-raspberrypi][PATCH] sdcard_image-rpi.bbclass: use absolute path to rootfs Jonathan Liu
2014-02-21  8:17 ` Andrei Gherzan

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.