#DEPENDS_append = " module-strip" do_strip_modules () { for p in ${PACKAGES}; do if test -e ${WORKDIR}/install/$p/lib/modules; then modules="`find ${WORKDIR}/install/$p/lib/modules -name \*${KERNEL_OBJECT_SUFFIX}`" if [ -n "$modules" ]; then ${STRIP} -v -g $modules # NM="${CROSS_DIR}/bin/${HOST_PREFIX}nm" OBJCOPY="${CROSS_DIR}/bin/${HOST_PREFIX}objcopy" strip_module $modules fi fi done } python do_package_append () { if (bb.data.getVar('INHIBIT_PACKAGE_STRIP', d, 1) != '1'): bb.build.exec_func('do_strip_modules', d) } git/'>index : multitech-oe.git
Multi-Tech CoreCDP 1.x OpenEmbedded TreeMulti-Tech Systems
summaryrefslogtreecommitdiff
path: root/packages/dhcp-forwarder
d9ef309b841cdcbf1d14ac678d106d5d888a'>scripts: ensure tinfoil is shut down correctly
AgeCommit message (Expand)AuthorFiles
2008-10-15mtn2git: remove .mtn2git_empty files in non-empty directoriesJan Luebbe2
2006-12-31remove extra whitespace at end-of-line in about 900 bb files.Rolf Leggewie2
2006-10-10Remove MAINTAINER fields from recipes, add MAINTAINER file to replace them.Koen Kooi2
2005-06-30import clean BK tree at cset 1.3670Koen Kooi5
2005-05-15Merge bk://oe-devel.bkbits.net/openembeddednslu2-linux.adm@bkbits.net2
Paul Eggleton1
2016-06-12oe-pkgdata-util: new option to provide full info for binary package(s)Alexander D. Kanevskiy1
2016-06-07oe-pkgdata-util: fix AttributeErrorEd Bartosh1
2016-06-02scripts: python3: convert iterables to listsEd Bartosh1
2016-06-02scripts: use python3 in shebangEd Bartosh1
2016-04-04classes/buildhistory: optimise getting package size listPaul Eggleton1
2015-12-22scripts: print usage in argparse-using scripts when a command-line error occursPaul Eggleton1
2015-12-08scripts/oe-pkgdata-util: sort the packages in list-pkg-filesRoss Burton1
2015-10-24scripts/oe-pkgdata-util: Fix variable name in error handlingRichard Purdie1
2015-09-24oe-pkgdata-util: avoid returning skipped packagesRobert Yang1
2015-02-17lib/oe/package_manager: support exclusion from complementary glob process by ...Paul Eggleton1
2015-02-14oe-pkgdata-util: add list-pkg-files subcommandPaul Eggleton1
2015-02-14oe-pkgdata-util: add list-pkgs subcommandPaul Eggleton1
2015-02-14oe-pkgdata-util: allow reverse package name lookupsPaul Eggleton1
2015-02-14oe-pkgdata-util: fix read-value to handle data with colons in the valuePaul Eggleton1
2015-02-14oe-pkgdata-util: make find-path show a proper error if no package foundPaul Eggleton1
2015-02-14oe-pkgdata-util: improve command-line usagePaul Eggleton1
2014-06-25oe-pkgdata-util: fix help textPaul Eggleton1
2013-12-03classes/package: record PKGSIZE as total file size in pkgdataPaul Eggleton1
2013-12-03classes/package: fix FILES_INFO serialisation in pkgdataPaul Eggleton1
2013-10-29scripts/oe-pkgdata-util: fix global name 'debug' is not definedPaul Eggleton1
2013-10-28scripts/oe-pkgdata-util: add ability to find a recipe from a target packagePaul Eggleton1
2013-10-28scripts/oe-pkgdata-util: add ability to look up runtime package namesPaul Eggleton1
2013-10-28scripts/oe-pkgdata-util: add ability to search for a target pathPaul Eggleton1
2013-10-28scripts/oe-pkgdata-util: check path arguments to ensure they existPaul Eggleton1
2013-10-28scripts/oe-pkgdata-util: improve help text and command line parsingPaul Eggleton1
2013-10-28scripts/oe-pkgdata-util: remove remnants of former pkgdata structurePaul Eggleton1
2013-09-13bitbake.conf/package: Collapse PKGDATA_DIR into a single machine specific dir...Richard Purdie1
2013-08-16classes/buildhistory: record size of installed package not compressed archiveMartin Jansa1