* [Buildroot] filename format for kernel patches when using kernel from git ?
@ 2012-10-18 14:57 Sagaert Johan
2012-10-18 16:23 ` [Buildroot] filename format for kernel patches when using kernelfrom " Sagaert Johan
0 siblings, 1 reply; 3+ messages in thread
From: Sagaert Johan @ 2012-10-18 14:57 UTC (permalink / raw)
To: buildroot
Hi
(2012.08)
I can't figure out what the filename should be for patches i want to be applied:
i have my patch named : 76e10d158efb6d4516018846f60c2ab5501900bc.patch
and it is under /home/buildroot12git/board/kernel-patches
This is what i have in my .config:
#
# Kernel
#
BR2_LINUX_KERNEL=y
# BR2_LINUX_KERNEL_3_6 is not set
# BR2_LINUX_KERNEL_SAME_AS_HEADERS is not set
# BR2_LINUX_KERNEL_CUSTOM_VERSION is not set
# BR2_LINUX_KERNEL_CUSTOM_TARBALL is not set
BR2_LINUX_KERNEL_CUSTOM_GIT=y
BR2_LINUX_KERNEL_CUSTOM_GIT_REPO_URL="git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git"
BR2_LINUX_KERNEL_CUSTOM_GIT_VERSION="76e10d158efb6d4516018846f60c2ab5501900bc"
BR2_LINUX_KERNEL_VERSION="76e10d158efb6d4516018846f60c2ab5501900bc"
BR2_LINUX_KERNEL_PATCH="/home/buildroot12git/board/kernel-patches"
# BR2_LINUX_KERNEL_USE_DEFCONFIG is not set
BR2_LINUX_KERNEL_USE_CUSTOM_CONFIG=y
BR2_LINUX_KERNEL_CUSTOM_CONFIG_FILE="34config"
# BR2_LINUX_KERNEL_UIMAGE is not set
# BR2_LINUX_KERNEL_APPENDED_UIMAGE is not set
BR2_LINUX_KERNEL_ZIMAGE=y
# BR2_LINUX_KERNEL_APPENDED_ZIMAGE is not set
# BR2_LINUX_KERNEL_VMLINUX is not set
# BR2_LINUX_KERNEL_IMAGE_TARGET_CUSTOM is not set
# BR2_LINUX_KERNEL_DTS_SUPPORT is not set
# BR2_LINUX_KERNEL_INSTALL_TARGET is not set
Regards Johan
^ permalink raw reply [flat|nested] 3+ messages in thread
* [Buildroot] filename format for kernel patches when using kernelfrom git ?
2012-10-18 14:57 [Buildroot] filename format for kernel patches when using kernel from git ? Sagaert Johan
@ 2012-10-18 16:23 ` Sagaert Johan
2012-10-22 10:11 ` Thomas Petazzoni
0 siblings, 1 reply; 3+ messages in thread
From: Sagaert Johan @ 2012-10-18 16:23 UTC (permalink / raw)
To: buildroot
Ok solved
I discovered the use of a file called 'series' to list the patches and apply the patches in the order I want.
-----Oorspronkelijk bericht-----
Van: buildroot-bounces at busybox.net [mailto:buildroot-bounces at busybox.net] Namens Sagaert Johan
Verzonden: donderdag 18 oktober 2012 16:57
Aan: buildroot at busybox.net
Onderwerp: [Buildroot] filename format for kernel patches when using kernelfrom git ?
Hi
(2012.08)
I can't figure out what the filename should be for patches i want to be applied:
i have my patch named : 76e10d158efb6d4516018846f60c2ab5501900bc.patch
and it is under /home/buildroot12git/board/kernel-patches
This is what i have in my .config:
#
# Kernel
#
BR2_LINUX_KERNEL=y
# BR2_LINUX_KERNEL_3_6 is not set
# BR2_LINUX_KERNEL_SAME_AS_HEADERS is not set # BR2_LINUX_KERNEL_CUSTOM_VERSION is not set # BR2_LINUX_KERNEL_CUSTOM_TARBALL is not
set BR2_LINUX_KERNEL_CUSTOM_GIT=y
BR2_LINUX_KERNEL_CUSTOM_GIT_REPO_URL="git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git"
BR2_LINUX_KERNEL_CUSTOM_GIT_VERSION="76e10d158efb6d4516018846f60c2ab5501900bc"
BR2_LINUX_KERNEL_VERSION="76e10d158efb6d4516018846f60c2ab5501900bc"
BR2_LINUX_KERNEL_PATCH="/home/buildroot12git/board/kernel-patches"
# BR2_LINUX_KERNEL_USE_DEFCONFIG is not set BR2_LINUX_KERNEL_USE_CUSTOM_CONFIG=y
BR2_LINUX_KERNEL_CUSTOM_CONFIG_FILE="34config"
# BR2_LINUX_KERNEL_UIMAGE is not set
# BR2_LINUX_KERNEL_APPENDED_UIMAGE is not set BR2_LINUX_KERNEL_ZIMAGE=y # BR2_LINUX_KERNEL_APPENDED_ZIMAGE is not set #
BR2_LINUX_KERNEL_VMLINUX is not set # BR2_LINUX_KERNEL_IMAGE_TARGET_CUSTOM is not set # BR2_LINUX_KERNEL_DTS_SUPPORT is not set #
BR2_LINUX_KERNEL_INSTALL_TARGET is not set
Regards Johan
_______________________________________________
buildroot mailing list
buildroot at busybox.net
http://lists.busybox.net/mailman/listinfo/buildroot
^ permalink raw reply [flat|nested] 3+ messages in thread
* [Buildroot] filename format for kernel patches when using kernelfrom git ?
2012-10-18 16:23 ` [Buildroot] filename format for kernel patches when using kernelfrom " Sagaert Johan
@ 2012-10-22 10:11 ` Thomas Petazzoni
0 siblings, 0 replies; 3+ messages in thread
From: Thomas Petazzoni @ 2012-10-22 10:11 UTC (permalink / raw)
To: buildroot
Dear Sagaert Johan,
On Thu, 18 Oct 2012 18:23:48 +0200, Sagaert Johan wrote:
> I discovered the use of a file called 'series' to list the patches
> and apply the patches in the order I want.
Either this, or simply name your patches:
linux-<something>.patch
Thomas
--
Thomas Petazzoni, Free Electrons
Kernel, drivers, real-time and embedded Linux
development, consulting, training and support.
http://free-electrons.com
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2012-10-22 10:11 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-10-18 14:57 [Buildroot] filename format for kernel patches when using kernel from git ? Sagaert Johan
2012-10-18 16:23 ` [Buildroot] filename format for kernel patches when using kernelfrom " Sagaert Johan
2012-10-22 10:11 ` Thomas Petazzoni
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox