All of lore.kernel.org
 help / color / mirror / Atom feed
From: Peter Korsgaard <peter@korsgaard.com>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH] Fix "Incorrect selection of kernel headers: expected 4.11.x, got 4.15.x" for qemu_x86_64_defconfig
Date: Sat, 03 Mar 2018 08:56:01 +0100	[thread overview]
Message-ID: <878tb9d23y.fsf@dell.be.48ers.dk> (raw)
In-Reply-To: <20180303072704.11166-1-ciro.santilli@gmail.com> (Ciro Santilli's message of "Sat, 3 Mar 2018 07:27:04 +0000")

>>>>> "Ciro" == Ciro Santilli <ciro.santilli@gmail.com> writes:

Committed, thanks.

We normally prefix the first commit line with the file/area touched
instead of suffixing it. It is also nice to explain what commit
introduced the issue.

You also added a bugzilla entry for this, so it is nice to reference it
here.

You should add your signed-off-by (git commit -s) to commits. As this is
such a trivial change I did took the liberty to do so for this commit,
hopefully that is OK?

For more details, see the manual:
https://buildroot.org/downloads/manual/manual.html#submitting-patches

Committed with these minor changes, thanks!

 > ---
 >  configs/qemu_x86_64_defconfig | 4 ++--
 >  1 file changed, 2 insertions(+), 2 deletions(-)

 > diff --git a/configs/qemu_x86_64_defconfig b/configs/qemu_x86_64_defconfig
 > index 92a196790d..b92ae17ae6 100644
 > --- a/configs/qemu_x86_64_defconfig
 > +++ b/configs/qemu_x86_64_defconfig
 > @@ -9,8 +9,8 @@ BR2_TARGET_GENERIC_GETTY_PORT="tty1"
 >  BR2_TARGET_ROOTFS_EXT2=y
 >  # BR2_TARGET_ROOTFS_TAR is not set
 
 > -# Linux headers same as kernel, a 4.11 series
 > -BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_4_11=y
 > +# Linux headers same as kernel, a 4.15 series
 > +BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_4_15=y
 
 >  # Kernel
 >  BR2_LINUX_KERNEL=y
 > -- 
 > 2.16.1

 > _______________________________________________
 > buildroot mailing list
 > buildroot at busybox.net
 > http://lists.busybox.net/mailman/listinfo/buildroot

-- 
Bye, Peter Korsgaard

  reply	other threads:[~2018-03-03  7:56 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-03-03  7:27 [Buildroot] [PATCH] Fix "Incorrect selection of kernel headers: expected 4.11.x, got 4.15.x" for qemu_x86_64_defconfig Ciro Santilli
2018-03-03  7:56 ` Peter Korsgaard [this message]
2018-03-03  8:09   ` Ciro Santilli
2018-03-03 10:02     ` Peter Korsgaard

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=878tb9d23y.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.