All of lore.kernel.org
 help / color / mirror / Atom feed
From: Gary Thomas <gary@mlbassoc.com>
To: "Andreas Müller" <schnitzeltony@googlemail.com>
Cc: Yocto Project <yocto@yoctoproject.org>
Subject: Re: [meta-raspberrypi][PATCH] sdcard_image-rpi.bbclass: Fix sdimg generation
Date: Wed, 21 Sep 2016 09:58:18 +0200	[thread overview]
Message-ID: <31a906ff-24af-7ec6-26a6-a10519317428@mlbassoc.com> (raw)
In-Reply-To: <CALbNGRTDF3YdM5P+kt2xDo+9RwiiE4GzfKMRbwC_VKN7tYk=OA@mail.gmail.com>

On 2016-09-21 09:54, Andreas Müller wrote:
> On Wed, Sep 21, 2016 at 9:26 AM, Gary Thomas <gary@mlbassoc.com> wrote:
>> Track changes in OE-core variable names - needed to be able to
>> build an rpi-sdimg image file.
>>
>> Signed-off-by: Gary Thomas <gary@mlbassoc.com>
>> ---
>>  classes/sdcard_image-rpi.bbclass | 4 ++--
>>  1 file changed, 2 insertions(+), 2 deletions(-)
>>
>> diff --git a/classes/sdcard_image-rpi.bbclass b/classes/sdcard_image-rpi.bbclass
>> index 388398b..ad245f3 100644
>> --- a/classes/sdcard_image-rpi.bbclass
>> +++ b/classes/sdcard_image-rpi.bbclass
>> @@ -47,7 +47,7 @@ IMAGE_ROOTFS_ALIGNMENT = "4096"
>>
>>  # Use an uncompressed ext3 by default as rootfs
>>  SDIMG_ROOTFS_TYPE ?= "ext3"
>> -SDIMG_ROOTFS = "${DEPLOY_DIR_IMAGE}/${IMAGE_NAME}.rootfs.${SDIMG_ROOTFS_TYPE}"
>> +SDIMG_ROOTFS = "${IMGDEPLOYDIR}/${IMAGE_NAME}.rootfs.${SDIMG_ROOTFS_TYPE}"
>>
>>  IMAGE_DEPENDS_rpi-sdimg = " \
>>                         parted-native \
>> @@ -59,7 +59,7 @@ IMAGE_DEPENDS_rpi-sdimg = " \
>>                         "
>>
>>  # SD card image name
>> -SDIMG = "${DEPLOY_DIR_IMAGE}/${IMAGE_NAME}.rootfs.rpi-sdimg"
>> +SDIMG = "${IMGDEPLOYDIR}/${IMAGE_NAME}.rootfs.rpi-sdimg"
>>
>>  # Compression method to apply to SDIMG after it has been created. Supported
>>  # compression formats are "gzip", "bzip2" or "xz". The original .rpi-sdimg file
>> --
>> 2.7.4
>>
> Isn't that the same as [1]?
>
> [1] https://lists.yoctoproject.org/pipermail/yocto/2016-September/031961.html

Yes, it looks like it is, but that one is still not in master :-(
so I thought I'd give it a nudge!

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


  reply	other threads:[~2016-09-21  7:58 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-09-21  7:26 [meta-raspberrypi][PATCH] sdcard_image-rpi.bbclass: Fix sdimg generation Gary Thomas
2016-09-21  7:54 ` Andreas Müller
2016-09-21  7:58   ` Gary Thomas [this message]
2016-09-21  8:32     ` Andreas Müller
2016-09-22  8:57 ` Andrei Gherzan

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=31a906ff-24af-7ec6-26a6-a10519317428@mlbassoc.com \
    --to=gary@mlbassoc.com \
    --cc=schnitzeltony@googlemail.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.