summaryrefslogtreecommitdiffstats
path: root/rules/host-dummy-install-info.in
Commit message (Collapse)AuthorAgeFilesLines
* rules: add kconfig symbol to bundle BSP specific host packagesMichael Olbrich2019-07-121-1/+0
| | | | | | | | Don't enable these packages unconditionally. Instead, create a extra symbol that selects them. This makes it possible to use hosttools_noprompt*.in for the toolchain without enabling unnecessay tools. Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* rules: allow selecting most host packages in the platformconfigMichael Olbrich2018-11-061-1/+1
| | | | | | | | | | | Do this by including the the hosttools_noprompt section for the platformconfig. This way, we don't need to manually add a package to the platformconfig when it is needed. Exceptions are special packages that are always enabled and host-gobject-introspection because it needs host-qemu. These packages are now in the new hosttools_noprompt_ptx section. Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* host-dummy-install-info: new packageMichael Olbrich2016-07-011-0/+7
For each package with info pages, install-info creates '<pkgdir>/<prefix>/share/info/dir'. If packages are built in parallel, then multiple install.post stages may try to create this file in <sysroot> at exactly the same time and fail. This fake install-info does nothing, so to avoid this race condition. Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>