lp:~dave-martin-arm/linaro-image-tools/miscellaneous-fixes

Created by Dave Martin and last modified
Get this branch:
bzr branch lp:~dave-martin-arm/linaro-image-tools/miscellaneous-fixes
Only Dave Martin can upload to this branch. If you are Dave Martin please log in for upload directions.

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
Dave Martin
Project:
Linaro Image Tools
Status:
Merged

Recent revisions

138. By Dave Martin

Fix off-by-one-sector error determining partition sizes from fdisk output.

fdisk lists start sector and end sector indices: the first sector
not in a given partition is <end sector>+1. Thus the correct sector count
for the partition is <end sector>+1-<start sector>.

137. By Dave Martin

Fixed misparse of fdisk output.

When a partition has an odd number of sectors, the size field printed
by fdisk is "<size in KiB>+", not "<size in KiB>".

This causes a syntax error when the extracted field is pasted into
an expression to evaluate.

The fix is to subtract the start sector index from end end sector index
(as is already done for the linux partition).

136. By Dave Martin

Satisfy missing command dependency for qemu-img.

135. By Dave Martin

Fix some more straightforward vulnerbilities regarding argument quoting.

This is deliberately non-exhaustive, since misquoting is
widespread in the script, and the user is expected to know what
he/she is doing anyway.

The fixes should work around some more probably cases where
wget -x creates tarball paths with spaces in, for example.

134. By Jamie Bennett

Merge speed-up patch from Tom Gall which does an rsync in the background

133. By Alexander Sack

add MMC_PART_OFFSET to fix part id for non-fs-data part layouts like mx51evk.
In turn use MMC2 for root= cmdline opt and MMC1 for UBOOT_PART flash-kernel.conf value

132. By Loïc Minier

Drop non-FS data partition for everything but mx51evk since the builtin u-boot
wont find the boot script otherwise.

131. By Loïc Minier

Set LC_ALL=C when entering the chroot as it has no locales.

130. By Loïc Minier

Fix fatload partition since non-FS data addition.

129. By Loïc Minier

Unset swap related vars at the top.

Branch metadata

Branch format:
Branch format 7
Repository format:
Bazaar repository format 2a (needs bzr 1.16 or later)
Stacked on:
lp:linaro-image-tools/11.11
This branch contains Public information 
Everyone can see this information.

Subscribers