summaryrefslogtreecommitdiffstats
path: root/setup
Commit message (Collapse)AuthorAgeFilesLines
* Refix 68a967d: setup: Fix subshell spawningAlexander Amelkin2018-04-261-2/+19
| | | | | | | | | | | * Fix subshell spawning due to `sort`. Subshell spawning effectively prevented the script from working. Now `sort` is only invoked for `setup` without arguments; * Add a license/copyright header Change-Id: I643a91cae14e5ddb8e6efe154d325baaab3d0100 Signed-off-by: Alexander Amelkin <a.amelkin@yadro.com>
* Add setup script for easy openbmc env setupAlexander Amelkin2018-02-141-0/+43
Before this commit it was required to specify a long TEMPLATECONF string before running openbmc-env if one wanted to build a non-qemu image. This commit adds a simple setup script that can be sourced like the following to setup the environment for any machine (e.g., for palmetto): . setup palmetto Change-Id: Id3fa73dca9b8ce9347cf38e41fe8662c03ea84e3 Signed-off-by: Alexander Amelkin <a.amelkin@yadro.com>
OpenPOWER on IntegriCloud