From patchwork Sat Mar 30 21:27:45 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Philip Molloy X-Patchwork-Id: 1071122 Return-Path: X-Original-To: incoming-buildroot@patchwork.ozlabs.org Delivered-To: patchwork-incoming-buildroot@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=pass (mailfrom) smtp.mailfrom=busybox.net (client-ip=140.211.166.137; helo=fraxinus.osuosl.org; envelope-from=buildroot-bounces@busybox.net; receiver=) Authentication-Results: ozlabs.org; dmarc=none (p=none dis=none) header.from=philipmolloy.com Authentication-Results: ozlabs.org; dkim=fail reason="signature verification failed" (1024-bit key; unprotected) header.d=philipmolloy.com header.i=@philipmolloy.com header.b="hUcwcCF9"; dkim-atps=neutral Received: from fraxinus.osuosl.org (smtp4.osuosl.org [140.211.166.137]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 44WsCM72H9z9sR7 for ; Sun, 31 Mar 2019 08:27:57 +1100 (AEDT) Received: from localhost (localhost [127.0.0.1]) by fraxinus.osuosl.org (Postfix) with ESMTP id B82E5863E3; Sat, 30 Mar 2019 21:27:54 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from fraxinus.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id SzU7TLHlu764; Sat, 30 Mar 2019 21:27:53 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by fraxinus.osuosl.org (Postfix) with ESMTP id 839E585C43; Sat, 30 Mar 2019 21:27:53 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from silver.osuosl.org (smtp3.osuosl.org [140.211.166.136]) by ash.osuosl.org (Postfix) with ESMTP id 540B51BF2A5 for ; Sat, 30 Mar 2019 21:27:52 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by silver.osuosl.org (Postfix) with ESMTP id 4F0F5228D1 for ; Sat, 30 Mar 2019 21:27:52 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from silver.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 75klZwQCN4qI for ; Sat, 30 Mar 2019 21:27:51 +0000 (UTC) X-Greylist: from auto-whitelisted by SQLgrey-1.7.6 Received: from mail2.protonmail.ch (mail2.protonmail.ch [185.70.40.22]) by silver.osuosl.org (Postfix) with ESMTPS id ABBB022170 for ; Sat, 30 Mar 2019 21:27:50 +0000 (UTC) Date: Sat, 30 Mar 2019 21:27:45 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=philipmolloy.com; s=protonmail; t=1553981266; bh=ugVq5cllnxrT5w5SkBn/hYPEUGT/Vm5M0KFcIj4yiU4=; h=Date:To:From:Cc:Reply-To:Subject:Feedback-ID:From; b=hUcwcCF9/PAKs9A7i1XK5H/JfYz5N/gzxWUTuma5Nbm2BgHgGNIRWeXsUM3hUJR0P A6/6L+UZBhQgnLS4fWZjreMYT4Gi7/QqjUcGyfE+mvOnLgBjbJCFb45Qdv+5a3LjRt NCTl6gYtJa/b1YUqic1fEGmMF0mv9WsIYbPlTde0= To: "buildroot@buildroot.org" From: Philip Molloy Message-ID: Feedback-ID: GJt-tMfvxqs0QQBY3TE43pQhGJvmgUyYcaVNLwpOk7zQA3Z8eEn7lfwmGEZNv6-1MJvpWrQYi2j-a_XpfopQjA==:Ext:ProtonMail MIME-Version: 1.0 Subject: [Buildroot] [PATCH v2 1/1] board: rename pine64 to pine64_a64 X-BeenThere: buildroot@busybox.net X-Mailman-Version: 2.1.29 Precedence: list List-Id: Discussion and development of buildroot List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: Philip Molloy Cc: Jagan Teki Errors-To: buildroot-bounces@busybox.net Sender: "buildroot" The link to https://www.pine64.org/?page_id=1194 in board/pine64/pine64/readme.txt loads a page for the "PINE A64" board. Follow the convention of using the model name to identify the board. Signed-off-by: Philip Molloy --- DEVELOPERS | 2 +- board/pine64/{pine64 => a64}/boot.cmd | 0 board/pine64/{pine64 => a64}/genimage.cfg | 0 board/pine64/{pine64 => a64}/readme.txt | 8 ++++---- configs/{pine64_defconfig => pine64_a64_defconfig} | 4 ++-- 5 files changed, 7 insertions(+), 7 deletions(-) rename board/pine64/{pine64 => a64}/boot.cmd (100%) rename board/pine64/{pine64 => a64}/genimage.cfg (100%) rename board/pine64/{pine64 => a64}/readme.txt (80%) rename configs/{pine64_defconfig => pine64_a64_defconfig} (93%) -- 2.17.2 diff --git a/DEVELOPERS b/DEVELOPERS index 002ffa09c7..527fa85280 100644 --- a/DEVELOPERS +++ b/DEVELOPERS @@ -1030,7 +1030,7 @@ F: configs/orangepi_pc2_defconfig F: configs/orangepi_prime_defconfig F: configs/orangepi_win_defconfig F: configs/orangepi_zero_plus2_defconfig -F: configs/pine64_defconfig +F: configs/pine64_a64_defconfig F: configs/pine64_sopine_defconfig N: James Hilliard diff --git a/board/pine64/pine64/boot.cmd b/board/pine64/a64/boot.cmd similarity index 100% rename from board/pine64/pine64/boot.cmd rename to board/pine64/a64/boot.cmd diff --git a/board/pine64/pine64/genimage.cfg b/board/pine64/a64/genimage.cfg similarity index 100% rename from board/pine64/pine64/genimage.cfg rename to board/pine64/a64/genimage.cfg diff --git a/board/pine64/pine64/readme.txt b/board/pine64/a64/readme.txt similarity index 80% rename from board/pine64/pine64/readme.txt rename to board/pine64/a64/readme.txt index 85226fdd17..c35bf62037 100644 --- a/board/pine64/pine64/readme.txt +++ b/board/pine64/a64/readme.txt @@ -2,10 +2,10 @@ Intro ===== This default configuration will allow you to start experimenting with the -buildroot environment for the Pine64. With the current configuration +buildroot environment for the Pine A64. With the current configuration it will bring-up the board, and allow access through the serial console. -Pine64 link: +Pine A64 link: https://www.pine64.org/?page_id=1194 Wiki link: @@ -16,7 +16,7 @@ This configuration uses U-Boot mainline and kernel mainline. How to build ============ - $ make pine64_defconfig + $ make pine64_a64_defconfig $ make @@ -34,5 +34,5 @@ Copy the bootable "sdcard.img" onto an SD card with "dd": $ sudo dd if=output/images/sdcard.img of=/dev/sdX $ sudo sync -Insert the micro SDcard in your Pine64 and power it up. The console +Insert the micro SDcard in your Pine A64 and power it up. The console is on the serial line, 115200 8N1. diff --git a/configs/pine64_defconfig b/configs/pine64_a64_defconfig similarity index 93% rename from configs/pine64_defconfig rename to configs/pine64_a64_defconfig index 6e8eb15d73..17b10715e8 100644 --- a/configs/pine64_defconfig +++ b/configs/pine64_a64_defconfig @@ -37,11 +37,11 @@ BR2_LINUX_KERNEL_DTS_SUPPORT=y BR2_LINUX_KERNEL_INTREE_DTS_NAME="allwinner/sun50i-a64-pine64" # Filesystem -BR2_TARGET_GENERIC_ISSUE="Welcome to PINE64" +BR2_TARGET_GENERIC_ISSUE="Welcome to PINE A64" BR2_TARGET_ROOTFS_EXT2=y BR2_TARGET_ROOTFS_EXT2_4=y BR2_PACKAGE_HOST_DOSFSTOOLS=y BR2_PACKAGE_HOST_GENIMAGE=y BR2_PACKAGE_HOST_MTOOLS=y BR2_ROOTFS_POST_IMAGE_SCRIPT="support/scripts/genimage.sh" -BR2_ROOTFS_POST_SCRIPT_ARGS="-c board/pine64/pine64/genimage.cfg" +BR2_ROOTFS_POST_SCRIPT_ARGS="-c board/pine64/a64/genimage.cfg"