Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | boards: replace $HOST_DIR/usr/ with $HOST_DIR/ in scripts | Arnout Vandecappelle | 2017-07-05 | 1 | -1/+1 |
| | | | | | | | | | | | Since things are no longer installed in $(HOST_DIR)/usr, the callers should also not refer to it. This is a mechanical change with git grep -l 'HOST_DIR}\?/usr/' board | xargs sed -i 's%\(HOST_DIR}\?\)/usr/%\1/%g' Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | ||||
* | board: move nanopi-neo under friendlyarm | Chakra Divi | 2017-06-18 | 5 | -0/+111 |
As the vendor folder friendlyarm is created, move board nanopi-neo also under vendor folder. Signed-off-by: Chakra Divi <chakra@openedev.com> Acked-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> |