[meta-ti] has anyone actually tested sdcard_image.bbclass?
Trevor Woerner
twoerner at gmail.com
Thu Jan 10 14:50:29 PST 2013
On Thu, Jan 10, 2013 at 10:07 AM, Gary Thomas <gary at mlbassoc.com> wrote:
> Interestingly enough, the meta-fsl-arm layer also has an SD card image
> layout (class) which works perfectly and needs no magic to make it work.
Very interesting! Thanks so much for posting this information.
The meta-ti method uses a combination of losetup, sfdisk, dd, and
others to create its images (which is what I have traditionally used
to create my own images). losetup (for sure and probably sfdisk too)
requires privilege in order to work (which probably accounts for all
the messy setup).
The meta-fsl-arm method, on the other hand, uses GNU parted which
doesn't appear to require privilege and does away with losetup and
sfdisk.
I'm glad you posted this information as I'll now be converting my
scripts to use parted as well.
More information about the meta-ti
mailing list