aboutsummaryrefslogtreecommitdiffstats
path: root/meta/classes/image.bbclass
AgeCommit message (Expand)Author
2013-03-18image.bbclass: Drop legacy export of IMAGE_BASENAMERichard Purdie
2013-03-07image.bbclass: add a hook funtion to support readonly rootfsChen Qi
2013-03-05populate_sdk_base/image: Fix races for variable mappingsRichard Purdie
2013-03-01module.bbclass: Create a new depmodwrapper to assist cross-installsMark Hatle
2013-02-13image.bbclass: add fall-back functionality when running interceptsLaurentiu Palcu
2013-02-07image.bbclass: Add MLPREFIX to DEPENDSRichard Purdie
2013-02-06image.bbclass: add a proper error message if hook script failsLaurentiu Palcu
2013-01-25Split do_packagedata task from do_packageRichard Purdie
2013-01-18classes/image: improve debug-tweaks ssh server configurationPaul Eggleton
2013-01-07image.bbclass: quote TARGET_VENDOREnrico Scholz
2012-12-26Add a new distro feature "ptest".Björn Stenberg
2012-12-19classes/image: handle multilibs in complementary package lookupPaul Eggleton
2012-12-07image/populate_sdk: Simplify imagetest inclusion and drop dummy class fileRichard Purdie
2012-12-06image.bbclass: run postinst scripts once, at rootfs timeLaurentiu Palcu
2012-11-20image.bbclass: Add missing dependency on do_package dataRichard Purdie
2012-09-12image.bbclass: Enable the complementary install to be called w/ globbing paramsMark Hatle
2012-09-10core-image: allow root login when debug-tweaks is enabledSaul Wold
2012-09-04packagegroup-core-console: removePaul Eggleton
2012-09-02image.bbclass: Convert runtime_mapping_rename to event handlerRichard Purdie
2012-07-29classes/image: add staticdev-pkgs IMAGE_FEATURES featurePaul Eggleton
2012-07-29Rework installation of dev, dbg, doc, and locale packagesPaul Eggleton
2012-07-28image.bbclass: Fix a couple innocuous typoes, should cause no functional changeRobert P. J. Day
2012-07-19Convert tab indentation in python functions into four-spaceRichard Purdie
2012-07-03image/core-image: Handle conflicting IMAGE_FEATURES.Lianhao Lu
2012-07-03image.bbclass: Add support to build the SDK in parallel with the imageMark Hatle
2012-07-03Fix manual log file pathsMark Hatle
2012-07-02EXTRA_IMAGEDEPENDS is used to ensure things like qemu-native are built and th...Richard Purdie
2012-06-28classes/image: Allow openssh empty passwords login.Lianhao Lu
2012-06-08rootfs_rpm.bbclass: save rpmlib rather than remove itRobert Yang
2012-05-25image.bbclass: Ensure ${S} is cleaned at the start of rootfs generationRichard Purdie
2012-05-07image.bbclass,kernel.bbclass: Use kmod-native instead of module-init-tools-crossKhem Raj
2012-03-21gzip/pigz-native: Install into a prefix to avoid clashing with system binariesRichard Purdie
2012-03-19classes/image: avoid cp race condition when building multiple imagesPaul Eggleton
2012-03-13image.bbclass: fix rootfs generation without package management toolsOtavio Salvador
2012-03-05meta: Convert getVar/getVarFlag(xxx, 1) -> (xxx, True)Richard Purdie
2012-03-01image-vmdk: Create image_vmdk class and setup image and image_types to use itSaul Wold
2012-02-29image.bbclass: do not create image manifest link if IMAGE_LINK_NAME is emptyOtavio Salvador
2012-02-28image_types: Refactor compression code into a generic compression solutionRichard Purdie
2012-02-26More quoting fixesMartin Jansa
2012-02-24image.bbclass: Ensure timestamp matches format used in initscripts after rece...Richard Purdie
2012-01-11Incremental rpm image generationRobert Yang
2012-01-06image.bbclass: Use ?= to set LINGUAS_INSTALLDongxiao Xu
2012-01-03classes/image: implement generic locale package installationPaul Eggleton
2011-12-08bitbake.conf/image.bbclass: Ensure images use the correct passwd/group filesRichard Purdie
2011-11-10Convert to use direct access to the data store (instead of bb.data.*Var*())Richard Purdie
2011-11-08Add new IMAGE_CLASSES variable for classes for image generationMatthew McClintock
2011-11-08multilib: Drop MULTILIB_IMAGE_INSTALLDongxiao Xu
2011-10-07image.bbclass: No need to run most tasks except do_rootfsRichard Purdie
2011-10-04image.bbclass: improve comments regarding exported functionsOtavio Salvador
2011-09-16image/package.bbclass: Revise multilib support for DEBIAN_NAME.Lianhao Lu