orangepi: drop custom post-build and post-image scripts
authorSergey Matyukevich <geomatsi@gmail.com>
Sun, 7 Jan 2018 20:11:30 +0000 (23:11 +0300)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Sun, 7 Jan 2018 20:37:20 +0000 (21:37 +0100)
commita0eecad1954485225d99d1999a860d20c4c50ecf
treec915c41f71d0801a58b166357c19b81f09be9ccf
parent37e7121cae83783aa4a2f1977910f71cacc0eea5
orangepi: drop custom post-build and post-image scripts

Currently in Orange Pi boards post-build script is used only to generate
U-Boot boot script and post-image script is used only to generate sdcard
image according to genimage configuration. However both those tasks can
now be handled by generic Buildroot tools:
- BR2_TARGET_UBOOT_BOOT_SCRIPT config options
- support/scripts/genimage.sh script

This patch drops custom scripts replacing them
by generic Buildroot tools.

Signed-off-by: Sergey Matyukevich <geomatsi@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
17 files changed:
board/orangepi/orangepi-lite/post-build.sh [deleted symlink]
board/orangepi/orangepi-lite/post-image.sh [deleted symlink]
board/orangepi/orangepi-one/post-build.sh [deleted symlink]
board/orangepi/orangepi-one/post-image.sh [deleted symlink]
board/orangepi/orangepi-pc-plus/post-build.sh [deleted symlink]
board/orangepi/orangepi-pc-plus/post-image.sh [deleted symlink]
board/orangepi/orangepi-pc/post-build.sh [deleted symlink]
board/orangepi/orangepi-pc/post-image.sh [deleted symlink]
board/orangepi/orangepi-zero/post-build.sh [deleted symlink]
board/orangepi/orangepi-zero/post-image.sh [deleted symlink]
board/orangepi/post-build.sh [deleted file]
board/orangepi/post-image.sh [deleted file]
configs/orangepi_lite_defconfig
configs/orangepi_one_defconfig
configs/orangepi_pc_defconfig
configs/orangepi_pc_plus_defconfig
configs/orangepi_zero_defconfig