From: Biagio Montaruli <biagio.hkr@gmail.com>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH 00/11] Series of patch to improve Buildroot configuration for
Date: Wed, 10 Aug 2016 13:05:56 +0200 [thread overview]
Message-ID: <1470827167-9426-2-git-send-email-biagio.hkr@gmail.com> (raw)
In-Reply-To: <1470827167-9426-1-git-send-email-biagio.hkr@gmail.com>
*** BLURB HERE ***
Biagio Montaruli (11):
Update genimage configuration file for Arietta-G25 in order to build
a bootable SD card image named "sdcard.img"
Add Linux Kernel stable 4.4.16 patch file for Arietta G25
Add post-build.sh script for Arietta G25
Add root filesystem overlay files and directories for Arietta G25
Update and improve default configuration files for Arietta G25
(both 128MB and 256MB version)
Update README file for Arietta G25 named "readme.txt"
Add Linux Kernel stable v4.4.16 patch file for Aria G25
Add post-build.sh script for Aria G25
Update genimage configuration file and add post-image.sh script for
Aria G25 in order to build a bootable SD card image named
"sdcard.img"
Update and improve default configuration files for Arietta G25
(both 128MB and 256MB version)
Update README file for Aria G25 named "readme.txt"
board/acmesystems/aria-g25/genimage.cfg | 29 ++
.../aria-g25/patches/linux/linux-4.4.16-aria.patch | 388 +++++++++++++++++++
board/acmesystems/aria-g25/post-build.sh | 14 +
board/acmesystems/aria-g25/post-image.sh | 16 +
board/acmesystems/aria-g25/readme.txt | 71 ++--
board/acmesystems/arietta-g25/genimage.cfg | 14 +-
.../patches/linux/linux-4.4.16-arietta.patch | 409 +++++++++++++++++++++
board/acmesystems/arietta-g25/post-build.sh | 14 +
board/acmesystems/arietta-g25/readme.txt | 32 +-
.../rootfs-overlay/etc/network/interfaces | 10 +
configs/acmesystems_aria_g25_128mb_defconfig | 41 ++-
configs/acmesystems_aria_g25_256mb_defconfig | 41 ++-
configs/acmesystems_arietta_g25_128mb_defconfig | 43 ++-
configs/acmesystems_arietta_g25_256mb_defconfig | 43 ++-
14 files changed, 1065 insertions(+), 100 deletions(-)
create mode 100644 board/acmesystems/aria-g25/genimage.cfg
create mode 100644 board/acmesystems/aria-g25/patches/linux/linux-4.4.16-aria.patch
create mode 100755 board/acmesystems/aria-g25/post-build.sh
create mode 100755 board/acmesystems/aria-g25/post-image.sh
create mode 100644 board/acmesystems/arietta-g25/patches/linux/linux-4.4.16-arietta.patch
create mode 100755 board/acmesystems/arietta-g25/post-build.sh
create mode 100644 board/acmesystems/arietta-g25/rootfs-overlay/etc/network/interfaces
--
2.7.4
next prev parent reply other threads:[~2016-08-10 11:05 UTC|newest]
Thread overview: 21+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-08-10 11:05 [Buildroot] Patches for Acme Systems Arietta G25 and Aria G25 Biagio Montaruli
2016-08-10 11:05 ` Biagio Montaruli [this message]
2016-09-18 17:59 ` [Buildroot] [PATCH 00/11] Series of patch to improve Buildroot configuration for Thomas Petazzoni
2016-08-10 11:05 ` [Buildroot] [PATCH 01/11] Update genimage configuration file for Arietta-G25 in order to build a bootable SD card image named "sdcard.img" Biagio Montaruli
2016-09-18 18:00 ` Thomas Petazzoni
2016-08-10 11:05 ` [Buildroot] [PATCH 02/11] Add Linux Kernel stable 4.4.16 patch file for Arietta G25 Biagio Montaruli
2016-09-18 18:02 ` Thomas Petazzoni
2016-09-18 18:21 ` Thomas Petazzoni
2016-08-10 11:05 ` [Buildroot] [PATCH 03/11] Add post-build.sh script " Biagio Montaruli
2016-09-18 18:04 ` Thomas Petazzoni
2016-08-10 11:06 ` [Buildroot] [PATCH 04/11] Add root filesystem overlay files and directories " Biagio Montaruli
2016-09-18 18:05 ` Thomas Petazzoni
2016-08-10 11:06 ` [Buildroot] [PATCH 05/11] Update and improve default configuration files for Arietta G25 (both 128MB and 256MB version) Biagio Montaruli
2016-09-18 18:07 ` Thomas Petazzoni
2016-08-10 11:06 ` [Buildroot] [PATCH 06/11] Update README file for Arietta G25 named "readme.txt" Biagio Montaruli
2016-08-10 11:06 ` [Buildroot] [PATCH 07/11] Add Linux Kernel stable v4.4.16 patch file for Aria G25 Biagio Montaruli
2016-09-18 18:09 ` Thomas Petazzoni
2016-08-10 11:06 ` [Buildroot] [PATCH 08/11] Add post-build.sh script " Biagio Montaruli
2016-08-10 11:06 ` [Buildroot] [PATCH 09/11] Update genimage configuration file and add post-image.sh script for Aria G25 in order to build a bootable SD card image named "sdcard.img" Biagio Montaruli
2016-08-10 11:06 ` [Buildroot] [PATCH 10/11] Update and improve default configuration files for Arietta G25 (both 128MB and 256MB version) Biagio Montaruli
2016-08-10 11:06 ` [Buildroot] [PATCH 11/11] Update README file for Aria G25 named "readme.txt" Biagio Montaruli
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1470827167-9426-2-git-send-email-biagio.hkr@gmail.com \
--to=biagio.hkr@gmail.com \
--cc=buildroot@busybox.net \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox