
On Tue, Jun 04, 2019 at 02:17:03PM +0530, Shyam Saini wrote:
This initial support includes: Linux v5.2-rc1 Custom U-Boot Arm Trusted Firmware v2.0 Buildroot default packages
Signed-off-by: Shyam Saini shyam.saini@amarulasolutions.com
.gitlab-ci.yml | 1 + DEVELOPERS | 2 ++ board/friendlyarm/nanopi-neo4/extlinux.conf | 4 +++ board/friendlyarm/nanopi-neo4/genimage.cfg | 22 ++++++++++++ board/friendlyarm/nanopi-neo4/post-build.sh | 9 +++++ board/friendlyarm/nanopi-neo4/readme.txt | 53 +++++++++++++++++++++++++++ configs/nanopi_neo4_defconfig | 55 +++++++++++++++++++++++++++++ 7 files changed, 146 insertions(+) create mode 100644 board/friendlyarm/nanopi-neo4/extlinux.conf create mode 100644 board/friendlyarm/nanopi-neo4/genimage.cfg create mode 100755 board/friendlyarm/nanopi-neo4/post-build.sh create mode 100644 board/friendlyarm/nanopi-neo4/readme.txt create mode 100644 configs/nanopi_neo4_defconfig
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 5ed1b8f4d5..2f41bcf7c6 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -181,6 +181,7 @@ nanopi_m1_defconfig: { extends: .defconfig } nanopi_m1_plus_defconfig: { extends: .defconfig } nanopi_m4_defconfig: { extends: .defconfig } nanopi_neo_defconfig: { extends: .defconfig } +nanopi_neo4_defconfig: { extends: .defconfig } nexbox_a95x_defconfig: { extends: .defconfig } nitrogen6sx_defconfig: { extends: .defconfig } nitrogen6x_defconfig: { extends: .defconfig }
We don't have gitlab-ci setup in mainline, so this won't apply as-is. I would however very much like to see what you have as I'd posted elsewhere my gitlab-ci file that converts what we do in travis to gitlab. Thanks!