Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: Peter Korsgaard <peter@korsgaard.com>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH 1/1] configs/orangepi: Changing Linux kernel to v4.5-rc1
Date: Fri, 29 Jan 2016 17:50:03 +0100	[thread overview]
Message-ID: <87d1skmitg.fsf@dell.be.48ers.dk> (raw)
In-Reply-To: <1454077668-1021-1-git-send-email-echaudron@xiot.nl> (Eelco Chaudron's message of "Fri, 29 Jan 2016 15:27:48 +0100")

>>>>> "Eelco" == Eelco Chaudron <echaudron@xiot.nl> writes:

 > Signed-off-by: Eelco Chaudron <echaudron@xiot.nl>
 > ---
 >  board/orangepi/orangepipc/post-image.sh | 8 +++++++-
 >  board/orangepi/orangepipc/readme.txt    | 4 ----
 >  configs/orangepipc_defconfig            | 8 ++++----
 >  3 files changed, 11 insertions(+), 9 deletions(-)

 > diff --git a/board/orangepi/orangepipc/post-image.sh b/board/orangepi/orangepipc/post-image.sh
 > index 9cca1b1..dbe1516 100755
 > --- a/board/orangepi/orangepipc/post-image.sh
 > +++ b/board/orangepi/orangepipc/post-image.sh
 > @@ -6,7 +6,13 @@ GENIMAGE_TMP="${BUILD_DIR}/genimage.tmp"
 
 >  rm -rf "${GENIMAGE_TMP}"
 
 > -genimage                           \
 > +# As we now use the Linux v4.5-RC1 kernel no orangepi-pc dtb exists yet.
 > +# However the orangepi-plus dtb has not much content, only mmc0 and uart
 > +# which are equal to the pc version of the board, so we use it here.
 > +mv ${BINARIES_DIR}/sun8i-h3-orangepi-plus.dtb ${BINARIES_DIR}/sun8i-h3-orangepi-pc.dtb
 > +
 > +
 > +genimage                               \
 >  	--rootpath "${TARGET_DIR}"     \
 >  	--tmppath "${GENIMAGE_TMP}"    \
 >  	--inputpath "${BINARIES_DIR}"  \
 > diff --git a/board/orangepi/orangepipc/readme.txt b/board/orangepi/orangepipc/readme.txt
 > index 00845a4..f12c867 100644
 > --- a/board/orangepi/orangepipc/readme.txt
 > +++ b/board/orangepi/orangepipc/readme.txt
 > @@ -7,10 +7,6 @@ This default configuration will allow you to start experimenting with the
 >  buildroot environment for the OrangePi PC. With the current configuration
 >  it will bring-up the board, and allow access through the serial console.
 
 > -Unfortunately this boards processor is not yet supported by the
 > -mainline kernel, and therefore this default configuration is using a
 > -private Linux kernel repository based on 4.4-rc.
 > -
 >  How to build it
 >  ===============
 
 > diff --git a/configs/orangepipc_defconfig b/configs/orangepipc_defconfig
 > index 34358fb..79a7bd4 100644
 > --- a/configs/orangepipc_defconfig
 > +++ b/configs/orangepipc_defconfig
 > @@ -10,20 +10,20 @@ BR2_ROOTFS_POST_BUILD_SCRIPT="board/orangepi/orangepipc/post-build.sh"
 >  BR2_ROOTFS_POST_IMAGE_SCRIPT="board/orangepi/orangepipc/post-image.sh"
 >  BR2_LINUX_KERNEL=y
 >  BR2_LINUX_KERNEL_CUSTOM_GIT=y
 > -BR2_LINUX_KERNEL_CUSTOM_REPO_URL="https://github.com/jwrdegoede/linux-sunxi.git"
 > -BR2_LINUX_KERNEL_CUSTOM_REPO_VERSION="a516ac6dda21e6f5edceecd08b475b16e360656b"
 > +BR2_LINUX_KERNEL_CUSTOM_REPO_URL="git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git"
 > +BR2_LINUX_KERNEL_CUSTOM_REPO_VERSION="v4.5-rc1"

We prefer to use tarballs when possible, so I've changed it to use the
4.5-rc1 tarball.

You also forgot to update the kernel headers to match.

Committed with that fixed, thanks.

-- 
Bye, Peter Korsgaard

      reply	other threads:[~2016-01-29 16:50 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-01-29 14:27 [Buildroot] [PATCH 1/1] configs/orangepi: Changing Linux kernel to v4.5-rc1 Eelco Chaudron
2016-01-29 16:50 ` Peter Korsgaard [this message]

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=87d1skmitg.fsf@dell.be.48ers.dk \
    --to=peter@korsgaard.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