summaryrefslogtreecommitdiff
path: root/meta/classes/kernel.bbclass
AgeCommit message (Expand)AuthorFiles
2013-06-07kernel.bbclass: Fix link for modules-${MACHINE}.tgzYi Zhao1
2013-05-24kernel: Remove unnecessary cd and rm, fix MODULE_TARBALL_SYMLINK_NAME creationMartin Jansa1
2013-05-24kernel.bbclass: Add dependency on binutilsMike Crowe1
2013-05-10kernel.bbclass: make FILES package-specificTom Zanussi1
2013-04-15kernel.bbclass: Ensure we have correct version information in deploy dataRichard Purdie1
2013-04-12kernel.bbclass: Optionally create lib dir during deployKhem Raj1
2013-04-11kernel.bbclass: do_strip: allow recipes to strip the kernelMichel Thebeau1
2013-04-08kernel.bbclass: do_sizecheck: update path to build image and do not deleteMichel Thebeau1
2013-03-18kernel bbclass: return to original directory in do_deployChase Maupin1
2013-03-04kernel: extract functions for kernel modules to separate bbclassMartin Jansa1
2013-03-01Add KERNEL_EXTRA_ARGS parameterWolfgang Denk1
2013-03-01module.bbclass: Create a new depmodwrapper to assist cross-installsMark Hatle1
2013-03-01kernel.bbclass: Add missing modules.order and modules.builtinsMark Hatle1
2013-02-06package.bbclass: Add PACKAGESPLITFUNCS variableRichard Purdie1
2013-02-06kernel.bbclass: Improve populate_packages_prependRichard Purdie1
2013-02-01kernel: avoid copying unnecessary files during do_installMark Asselstine1
2013-01-20kernel.bbclass, module-base.bbclass: Use CC to form KERNEL_CCKhem Raj1
2013-01-18kernel.bbclass: remove references to update-modulesLaurentiu Palcu1
2013-01-17kernel.bbclass: don't depend on DATETIMEMartin Jansa1
2013-01-09kernel.bbclass: Define MODULE_IMAGE_BASE_NAME for layer convenience.Robert P. J. Day1
2013-01-09kernel.bbclass: kernel_do_install fails with kernel <2.6.30Marco Cavallini1
2013-01-04kernel.bbclass: include PE in KERNEL_IMAGE_BASE_NAMEMartin Jansa1
2012-12-18kernel.bbclass: Allow modules*.tar.gz generation to be inhibitedPhil Blundell1
2012-12-18kernel.bbclass: use the same versioning schema for modules.tgz and provide li...Martin Jansa1
2012-10-22kernel.bbclass: Do not chdir to /boot before running update-alternativesHolger Hans Peter Freyther1
2012-10-19kernel.bbclass: add kernel-modules to PACKAGESMartin Jansa1
2012-10-19PACKAGES_DYNAMIC: use regexp not globMartin Jansa1
2012-10-19kernel.bbclass: remove explicit version.h targetBruce Ashfield1
2012-10-18kernel.bbclass, module.bbclass: Make update-modules optionalPhil Blundell1
2012-10-02classes: Update to use corrected bb.utils.explode_dep_versions2 APIRichard Purdie1
2012-08-25kernel.bbclass: fix INC directory for SLANGLiang Li1
2012-08-20kernel.bbclass: Preserve generated headers only if they existMartin Jansa1
2012-08-19kernel.bbclass: Preserve generated headersKhem Raj1
2012-08-15kernel.bbclass: remove default module_autoload and module_conf valuesBruce Ashfield1
2012-08-07kernel.bbclass: Revert ${base_libdir} changeRichard Purdie1
2012-08-06kernel.bbclass: use ${base_libdir} and ${sysconfdir} instead of /lib and /etcJavier Martinez Canillas1
2012-07-31kernel.bbclass: Copy bounds.h only if it exists, needed for 2.6.x.Leon Woestenberg1
2012-07-26kernel bbclass: Recreate uImage only when KEEPUIMAGE != "yes"Koen Kooi1
2012-07-26kernel.bbclass: fix external module buildingDenis Carikli1
2012-07-19Convert tab indentation in python functions into four-spaceRichard Purdie1
2012-07-17kernel.bbclass: Dont package kxgettext.oKhem Raj1
2012-07-09kernel.bbclass: add non-santized kernel providesBruce Ashfield1
2012-07-04kernel: Add kernel headers to kernel-dev packageDarren Hart1
2012-06-21recipes-kernel: make perf a standalone packageLiang Li1
2012-06-21kernel: save $kerndir/tools and $kerndir/lib from pruningBruce Ashfield1
2012-06-21kernel.bbclass: pass KERNEL_VERSION to depmod calls in postinstMartin Jansa1
2012-05-30Revert "meta: replace os.popen with subprocess.Popen"Richard Purdie1
2012-05-30meta: replace os.popen with subprocess.PopenRobert Yang1
2012-05-30meta: replace os.system with subprocess.callRobert Yang1
2012-05-17kernel.bbclass: add deploy link to KERNEL_IMAGETYPEChristopher Larson1