summaryrefslogtreecommitdiff
path: root/package/pkg-generic.mk
AgeCommit message (Expand)Author
2014-02-14package: add support for top-level parallel makeFabio Porcedda
2014-02-14package: add toolchain dependency to every target packageFabio Porcedda
2014-02-14package: add base dependency to every packageFabio Porcedda
2014-02-05infra: remove unused 4th parameter to package infrastructures (pkgparentdir)Thomas De Schampheleire
2014-02-05infra: remove usage of 4th parameter to inner-generic-packageThomas De Schampheleire
2014-02-05infra: remove variable FOO_DIR_PREFIXThomas De Schampheleire
2014-02-05infra: remove redundant $(call) on pkgdir, pkgname, pkgparentdirThomas De Schampheleire
2014-01-09Makefile: support running graph-depends from out-of-treeYann E. MORIN
2013-12-29graphs: support generating png graphsYann E. MORIN
2013-12-29Makefile: expose 'graph-depends' to generate a graph of the dependency treeYann E. MORIN
2013-12-25Support for multiple BR2_GLOBAL_PATCH_DIRRyan Barnett
2013-12-16pkg-generic.mk: handle packages under toolchainPeter Korsgaard
2013-12-08infra: remove package clean commandsThomas De Schampheleire
2013-12-06infra: remove uninstall commandsThomas De Schampheleire
2013-11-17legal info: split sources for host and targetThomas De Schampheleire
2013-11-17legal info: split license texts for host and targetThomas De Schampheleire
2013-11-17legal info: split manifest for host and targetThomas De Schampheleire
2013-11-13pkg-infra: add user-supplied step-hooksYann E. MORIN
2013-11-13pkg-infra: add hook to log timing of stepsYann E. MORIN
2013-11-13pkg-infra: introduce pre/post-step hooksYann E. MORIN
2013-11-12legal info: fix saving of host package licensesThomas De Schampheleire
2013-11-11infra: clean up 'Patching' messageThomas De Schampheleire
2013-11-11infra: remove incorrect default for FOO_DIR_PREFIXThomas De Schampheleire
2013-11-11infra: centralize rsync exclude list for VCS filesThomas De Schampheleire
2013-11-11infra: Add POST_RSYNC_HOOKS supportThomas De Schampheleire
2013-10-14package: fix 'local' site method for host packagesThomas Petazzoni
2013-10-08package: add a <pkg>_EXTRA_DOWNLOADS variableThomas Petazzoni
2013-09-13downloads: add basic CVS supportGustavo Zacarias
2013-09-06Add support for plain URL in $(PKG)_PATCH variableJérôme Pouiller
2013-09-06xzcat: treat as host prerequisite and build if neededThomas De Schampheleire
2013-09-06infra: introduce suitable-extractor helper functionThomas De Schampheleire
2013-08-13package: make *-rebuild and *-reconfigure only rebuild the given packageJérôme Pouiller
2013-07-22trivial: use geturischeme helper function where possibleThomas De Schampheleire
2013-07-04Remove BR2_HAVE_DEVFILESThomas Petazzoni
2013-05-14legal-info: fail trying to copy a non-existent license fileLuca Ceresoli
2013-04-25packages: add ability for packages to create usersYann E. MORIN
2013-04-15eliminate double slashes caused by FOO_SITE ending in a slashShawn J. Goff
2013-03-24<pkg>-rsync: Reincluding core files and folders, which got kicked out by --cv...Andreas Naumann
2013-03-19rework patch modelSimon Dawson
2013-03-17<pkg>-rsync: exclude version control filesThomas De Schampheleire
2013-02-08package: remove scripts listed in <pkg>_CONFIG_SCRIPTS from targetThomas Petazzoni
2013-02-08package: rename <pkg>_CONFIG_FIXUP to <pkg>_CONFIG_SCRIPTSThomas Petazzoni
2013-02-04pkg-infra: add <pkg>_CONFIG_FIXUP to fix *-config filesStefan Fröberg
2013-01-07package: support multiple patchesThomas Petazzoni
2012-12-06pkg-infra: add <pkg>-extract and <pkg>-patch targets to OVERRIDE supportArnout Vandecappelle (Essensium/Mind)
2012-12-05make legal-info: fails with OVERRIDE_SRCDIRStephan Hoffmann
2012-11-04legal-info: split _LICENSE and _REDISTRIBUTE constantsLuca Ceresoli
2012-11-04legal-info: move $(2)_LICENSE to a proper lineLuca Ceresoli
2012-11-04legal-info: support per-package hooksLuca Ceresoli
2012-10-15pkg-infra: correct the source name for host-only packagesArnout Vandecappelle