aboutsummaryrefslogtreecommitdiff
path: root/linaro_image_tools/media_create/chroot_utils.py
AgeCommit message (Collapse)Author
2013-12-14Copy all QEMU ARM binaries (arm, armeb, arm64)Fathi Boudra
Change-Id: I3186b8005af801d74fe15e5fb0c8e6963f453fe8 Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
2013-12-13Fix typos in commentsFathi Boudra
Change-Id: I5abc3b376ab3889c33dfc68531089ae89787a1d5 Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
2013-12-12Make sure we can run l-i-t from the checkout.Milo Casagrande
* With some hwpack and dev models, we do not run inside a chroot. This can be a problem on system where l-i-t has not been installed resulting in an error when trying to run linaro-hwpack-install. Reworked then the way we pass the command to run, considering the full path in the case when not in a chroot. * Fixed tests. Change-Id: I6af1384c20b62cba9c34d65cde8f9fdee0ab8d8a
2013-08-19Revert Fedora support - regressionFathi Boudra
2013-08-08Initial support for Fedora rootfsFathi Boudra
2013-02-17Third run of pep8 fixes.Stevan Radakovic
2012-12-05Refactored HardwarepackHandler class, moved under the hwpack package, fixed ↵Milo Casagrande
tests.
2012-10-04Extract kpkgs should not depend on qemuRicardo Salveti de Araujo
2012-08-09Fixed PEP8 and minor review quibbleJames Tunnicliffe
2012-08-05temporarily_overwrite_file_on_dir: don't fail in case the rootfs files ↵Ricardo Salveti de Araujo
doesn't exist
2012-08-05Allow lmc to just extract the kernel pkgs in case it's not a debian/ubuntu ↵Ricardo Salveti de Araujo
based rootfs
2012-07-23Move parsing of infrormation in hardware pack metadata out of ↵James Tunnicliffe
linaro-hwpack-install.
2012-06-13Continue with PEP-8 fixes.Danilo Segan
2012-06-07PEP8: Fix E302 expected 2 blank lines, found 1.Loïc Minier
2011-11-16In l-m-c, stop before trying to install hwpacks if we detect that we can't ↵Guilherme Salgado
execute anything in the chroot
2011-07-25A new contextmanager to use when you want to mount a partition, copy ↵Guilherme Salgado
something to it and umount when done
2011-04-29Use os.path.basename() instead of split().Mattias Backman
2011-04-28Set hwpack-force-yes for hwpacks with verified signature.Mattias Backman
2011-04-04Run apt-get clean after installing packages.Loïc Minier
2011-04-04Add some message while installing packages in the chroot, and fix theLoïc Minier
linaro-hwpack-install message to not mention apt-get.
2011-04-04Rename linaro_image_tools.media_create.hwpack to chroot_utils as it alsoLoïc Minier
contains a helper to install packages.