board/orangepi: drop redundant files
authorPeter Korsgaard <peter@korsgaard.com>
Thu, 15 Dec 2016 16:24:45 +0000 (17:24 +0100)
committerPeter Korsgaard <peter@korsgaard.com>
Thu, 15 Dec 2016 16:24:45 +0000 (17:24 +0100)
commitc1a9fb9ddbc4e6520b9eeee43d45817f9e4a62aa
treea5cda1648e588c1fef2b97a0f91b473342161275
parenta1f33e0591354bbe631267ce619678f84b06cab8
board/orangepi: drop redundant files

The orangepi board variants use identical post-build and post-image scripts,
so move them up to board/orangepi and add symlinks in the variant
subdirectories, similary to how we handle it for the raspberry pi variants.

Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
board/orangepi/orangepi-one/post-build.sh [changed from file to symlink]
board/orangepi/orangepi-one/post-image.sh [changed from file to symlink]
board/orangepi/orangepi-pc/post-build.sh [changed from file to symlink]
board/orangepi/orangepi-pc/post-image.sh [changed from file to symlink]
board/orangepi/post-build.sh [new file with mode: 0755]
board/orangepi/post-image.sh [new file with mode: 0755]