summaryrefslogtreecommitdiff
path: root/buildconf/export
AgeCommit message (Collapse)Author
2022-10-14local.conf: comment on upstream vs. downstream distroMax Krummenacher
Add comments to point out which DISTRO is compatible/recommended for which Toradex module. Related-to: ELB-4544 Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com> (cherry picked from commit 4274075ff69800e1cede8f593ea89a081c1c263c)
2020-07-31buildconf: export: change targets to new image namesPhilippe Schenker
Signed-off-by: Philippe Schenker <philippe.schenker@toradex.com>
2020-06-01buildconf: export: Add use-head-next also on repo 2.5Philippe Schenker
Signed-off-by: Philippe Schenker <philippe.schenker@toradex.com> (cherry picked from commit adb62ac9dfeed9827e0a706a5c2c2a64ebb95b06)
2020-06-01buildconf: epxort: set use-head-next on integration branch by defaultPhilippe Schenker
This addition checks if one is using the integration branch with repo if that is true it will automatically append the correct use-head-next setting. If this is for whatever reason not set it will tell the user to not forget setting use-head-next on integration branch. Signed-off-by: Philippe Schenker <philippe.schenker@toradex.com> (cherry picked from commit 045a6a34c51a436e864267f60501702ad6fdbcea)
2020-06-01buildconf: export: add support for zshPhilippe Schenker
zsh has which built-in. Therefore calling which echo is resulting in something unexpected: $ which echo echo: shell built-in command use $(env which echo), that is using a which command from the PATH variable. Also use $() instead of the deprecated ``. Signed-off-by: Philippe Schenker <philippe.schenker@toradex.com> (cherry picked from commit a4fa7bb1fb198fac82db91576994c98fc1014c71)
2019-03-06buildconf: moved here from meta-toradex-demoMax Krummenacher
Also adapted to use the now available tdx-x11 distro. Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>