summaryrefslogtreecommitdiffstats
path: root/rules/host-lndir.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>
* replace all xorg-proto-* with xorgprotoMichael Olbrich2018-06-121-1/+1
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* host-lndir: support for linking local projects using lndirJon Ringle2011-05-271-0/+6
Signed-off-by: Jon Ringle <jon@ringle.org> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>