summaryrefslogtreecommitdiff
path: root/meta/classes/image.bbclass
AgeCommit message (Expand)AuthorFiles
2013-08-22image.bbclass: Add basic support for PACKAGE_EXCLUDEMark Hatle1
2013-08-16openssh: fix for read-only rootfsChen Qi1
2013-08-16image.bbclass: create device table after package installationChen Qi1
2013-08-13image.bbclass: Move runtime_mapping_rename to avoid conflict w/ multilibMark Hatle1
2013-07-27classes/image: ensure BAD_RECOMMENDATIONS supports pre-renamed package namesPaul Eggleton1
2013-06-10image.bbclass: remove unneeded files from the imageLaurentiu Palcu1
2013-05-23image.bbclass: add postinst_enable_loggingChen Qi1
2013-05-14image.bbclass: Add package-management image feature to validitemsKhem Raj1
2013-05-12classes/image: show an error on invalid IMAGE_FEATURESPaul Eggleton1
2013-05-09image/kernel-module-split/eglibc-ld.inc: Remove has_key() usageRichard Purdie1
2013-05-03image.bbclass: Don't mark do_rootfs and do_build as nostampPhil Blundell1
2013-05-03classes/image: allow complementary package globs to be extendedPaul Eggleton1
2013-04-22image.bbclass: change the logic when intercepts failLaurentiu Palcu1
2013-04-13package/image.bbclass: Fix multilib rprovidesRichard Purdie1
2013-04-08image.bbclass: fix postinstall intercepts fallbackLaurentiu Palcu1
2013-03-18image.bbclass: Drop legacy export of IMAGE_BASENAMERichard Purdie1
2013-03-07image.bbclass: add a hook funtion to support readonly rootfsChen Qi1
2013-03-05populate_sdk_base/image: Fix races for variable mappingsRichard Purdie1
2013-03-01module.bbclass: Create a new depmodwrapper to assist cross-installsMark Hatle1
2013-02-12image.bbclass: add fall-back functionality when running interceptsLaurentiu Palcu1
2013-02-07image.bbclass: Add MLPREFIX to DEPENDSRichard Purdie1
2013-02-06image.bbclass: add a proper error message if hook script failsLaurentiu Palcu1
2013-01-25Split do_packagedata task from do_packageRichard Purdie1
2013-01-18classes/image: improve debug-tweaks ssh server configurationPaul Eggleton1
2013-01-07image.bbclass: quote TARGET_VENDOREnrico Scholz1
2012-12-25Add a new distro feature "ptest".Björn Stenberg1
2012-12-19classes/image: handle multilibs in complementary package lookupPaul Eggleton1
2012-12-07image/populate_sdk: Simplify imagetest inclusion and drop dummy class fileRichard Purdie1
2012-12-06image.bbclass: run postinst scripts once, at rootfs timeLaurentiu Palcu1
2012-11-19image.bbclass: Add missing dependency on do_package dataRichard Purdie1
2012-09-12image.bbclass: Enable the complementary install to be called w/ globbing paramsMark Hatle1
2012-09-10core-image: allow root login when debug-tweaks is enabledSaul Wold1
2012-09-03packagegroup-core-console: removePaul Eggleton1
2012-09-02image.bbclass: Convert runtime_mapping_rename to event handlerRichard Purdie1
2012-07-28classes/image: add staticdev-pkgs IMAGE_FEATURES featurePaul Eggleton1
2012-07-28Rework installation of dev, dbg, doc, and locale packagesPaul Eggleton1
2012-07-27image.bbclass: Fix a couple innocuous typoes, should cause no functional changeRobert P. J. Day1
2012-07-19Convert tab indentation in python functions into four-spaceRichard Purdie1
2012-07-03image/core-image: Handle conflicting IMAGE_FEATURES.Lianhao Lu1
2012-07-03image.bbclass: Add support to build the SDK in parallel with the imageMark Hatle1
2012-07-03Fix manual log file pathsMark Hatle1
2012-07-02EXTRA_IMAGEDEPENDS is used to ensure things like qemu-native are built andRichard Purdie1
2012-06-27classes/image: Allow openssh empty passwords login.Lianhao Lu1
2012-06-08rootfs_rpm.bbclass: save rpmlib rather than remove itRobert Yang1
2012-05-25image.bbclass: Ensure ${S} is cleaned at the start of rootfs generationRichard Purdie1
2012-05-06image.bbclass,kernel.bbclass: Use kmod-native instead of module-init-tools-crossKhem Raj1
2012-03-21gzip/pigz-native: Install into a prefix to avoid clashing with system binariesRichard Purdie1
2012-03-19classes/image: avoid cp race condition when building multiple imagesPaul Eggleton1
2012-03-13image.bbclass: fix rootfs generation without package management toolsOtavio Salvador1
2012-03-05meta: Convert getVar/getVarFlag(xxx, 1) -> (xxx, True)Richard Purdie1