All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] linux 3.0: update to 3.0.14
@ 2011-12-22  8:20 Koen Kooi
  2011-12-22 17:49 ` Denys Dmytriyenko
  0 siblings, 1 reply; 3+ messages in thread
From: Koen Kooi @ 2011-12-22  8:20 UTC (permalink / raw)
  To: meta-ti

Also make oprofile a module to workaround an oprofile bug highlighted in 3.0.13

Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
---
 conf/machine/include/omap3.inc                     |    2 +-
 .../linux/linux-3.0/beagleboard/defconfig          |    4 ++--
 recipes-kernel/linux/linux_3.0.bb                  |    9 ++++-----
 3 files changed, 7 insertions(+), 8 deletions(-)

diff --git a/conf/machine/include/omap3.inc b/conf/machine/include/omap3.inc
index 4530ae1..fc252ba 100644
--- a/conf/machine/include/omap3.inc
+++ b/conf/machine/include/omap3.inc
@@ -3,7 +3,7 @@ SOC_FAMILY = "omap3"
 require conf/machine/include/tune-cortexa8.inc
 PREFERRED_PROVIDER_virtual/kernel = "linux-omap"
 # Increase this everytime you change something in the kernel
-MACHINE_KERNEL_PR = "r113"
+MACHINE_KERNEL_PR = "r114"
 
 KERNEL_IMAGETYPE = "uImage"
 
diff --git a/recipes-kernel/linux/linux-3.0/beagleboard/defconfig b/recipes-kernel/linux/linux-3.0/beagleboard/defconfig
index 0b150c5..5f2a7eb 100644
--- a/recipes-kernel/linux/linux-3.0/beagleboard/defconfig
+++ b/recipes-kernel/linux/linux-3.0/beagleboard/defconfig
@@ -1,6 +1,6 @@
 #
 # Automatically generated make config: don't edit
-# Linux/arm 3.0.7 Kernel Configuration
+# Linux/arm 3.0.14 Kernel Configuration
 #
 CONFIG_ARM=y
 CONFIG_HAVE_PWM=y
@@ -149,7 +149,7 @@ CONFIG_SLAB=y
 # CONFIG_SLUB is not set
 # CONFIG_SLOB is not set
 CONFIG_PROFILING=y
-CONFIG_OPROFILE=y
+CONFIG_OPROFILE=m
 CONFIG_HAVE_OPROFILE=y
 # CONFIG_KPROBES is not set
 CONFIG_HAVE_KPROBES=y
diff --git a/recipes-kernel/linux/linux_3.0.bb b/recipes-kernel/linux/linux_3.0.bb
index 38b90e9..d72826b 100644
--- a/recipes-kernel/linux/linux_3.0.bb
+++ b/recipes-kernel/linux/linux_3.0.bb
@@ -5,12 +5,12 @@ KERNEL_IMAGETYPE = "uImage"
 
 COMPATIBLE_MACHINE = "(beagleboard)"
 
-PV = "3.0.12"
-# v3.0.12 tag
-SRCREV_pn-${PN} = "ac6766564c0305ca020fe747dfd7dbdf0881369d"
+PV = "3.0.14"
+# v3.0.14 tag
+SRCREV_pn-${PN} = "6636552f1dd0d2e2be2f87605ea2cd3aa4d2e5b6"
 
 # The main PR is now using MACHINE_KERNEL_PR, for omap3 see conf/machine/include/omap3.inc
-MACHINE_KERNEL_PR_append = "b"
+MACHINE_KERNEL_PR_append = "a"
 
 FILESPATH =. "${FILE_DIRNAME}/linux-3.0:${FILE_DIRNAME}/linux-3.0/${MACHINE}:"
 
@@ -194,7 +194,6 @@ SRC_URI += "git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.gi
             file://beagle/0008-OMAP2-add-cpu-id-register-to-MAC-address-helper.patch \
             file://beagle/0009-HACK-OMAP2-BeagleBoard-Fix-up-random-or-missing-MAC-.patch \
             file://beagle/0010-ARM-OMAP2-beagleboard-fix-mmc-write-protect-pin-when.patch \
-            file://beagle/0011-Revert-mfd-Fix-twl4030-dependencies-for-audio-codec.patch \
             file://madc/0001-Enabling-Hwmon-driver-for-twl4030-madc.patch \
             file://madc/0002-mfd-twl-core-enable-madc-clock.patch \
             \
-- 
1.7.2.5



^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH] linux 3.0: update to 3.0.14
  2011-12-22  8:20 [PATCH] linux 3.0: update to 3.0.14 Koen Kooi
@ 2011-12-22 17:49 ` Denys Dmytriyenko
  2011-12-22 18:00   ` Koen Kooi
  0 siblings, 1 reply; 3+ messages in thread
From: Denys Dmytriyenko @ 2011-12-22 17:49 UTC (permalink / raw)
  To: Koen Kooi; +Cc: meta-ti

On Thu, Dec 22, 2011 at 09:20:26AM +0100, Koen Kooi wrote:
> Also make oprofile a module to workaround an oprofile bug highlighted in 3.0.13

Can you point me to more details about the oprofile bug? Thanks.


> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>

Acked-by: Denys Dmytriyenko <denys@ti.com>


> ---
>  conf/machine/include/omap3.inc                     |    2 +-
>  .../linux/linux-3.0/beagleboard/defconfig          |    4 ++--
>  recipes-kernel/linux/linux_3.0.bb                  |    9 ++++-----
>  3 files changed, 7 insertions(+), 8 deletions(-)
> 
> diff --git a/conf/machine/include/omap3.inc b/conf/machine/include/omap3.inc
> index 4530ae1..fc252ba 100644
> --- a/conf/machine/include/omap3.inc
> +++ b/conf/machine/include/omap3.inc
> @@ -3,7 +3,7 @@ SOC_FAMILY = "omap3"
>  require conf/machine/include/tune-cortexa8.inc
>  PREFERRED_PROVIDER_virtual/kernel = "linux-omap"
>  # Increase this everytime you change something in the kernel
> -MACHINE_KERNEL_PR = "r113"
> +MACHINE_KERNEL_PR = "r114"
>  
>  KERNEL_IMAGETYPE = "uImage"
>  
> diff --git a/recipes-kernel/linux/linux-3.0/beagleboard/defconfig b/recipes-kernel/linux/linux-3.0/beagleboard/defconfig
> index 0b150c5..5f2a7eb 100644
> --- a/recipes-kernel/linux/linux-3.0/beagleboard/defconfig
> +++ b/recipes-kernel/linux/linux-3.0/beagleboard/defconfig
> @@ -1,6 +1,6 @@
>  #
>  # Automatically generated make config: don't edit
> -# Linux/arm 3.0.7 Kernel Configuration
> +# Linux/arm 3.0.14 Kernel Configuration
>  #
>  CONFIG_ARM=y
>  CONFIG_HAVE_PWM=y
> @@ -149,7 +149,7 @@ CONFIG_SLAB=y
>  # CONFIG_SLUB is not set
>  # CONFIG_SLOB is not set
>  CONFIG_PROFILING=y
> -CONFIG_OPROFILE=y
> +CONFIG_OPROFILE=m
>  CONFIG_HAVE_OPROFILE=y
>  # CONFIG_KPROBES is not set
>  CONFIG_HAVE_KPROBES=y
> diff --git a/recipes-kernel/linux/linux_3.0.bb b/recipes-kernel/linux/linux_3.0.bb
> index 38b90e9..d72826b 100644
> --- a/recipes-kernel/linux/linux_3.0.bb
> +++ b/recipes-kernel/linux/linux_3.0.bb
> @@ -5,12 +5,12 @@ KERNEL_IMAGETYPE = "uImage"
>  
>  COMPATIBLE_MACHINE = "(beagleboard)"
>  
> -PV = "3.0.12"
> -# v3.0.12 tag
> -SRCREV_pn-${PN} = "ac6766564c0305ca020fe747dfd7dbdf0881369d"
> +PV = "3.0.14"
> +# v3.0.14 tag
> +SRCREV_pn-${PN} = "6636552f1dd0d2e2be2f87605ea2cd3aa4d2e5b6"
>  
>  # The main PR is now using MACHINE_KERNEL_PR, for omap3 see conf/machine/include/omap3.inc
> -MACHINE_KERNEL_PR_append = "b"
> +MACHINE_KERNEL_PR_append = "a"
>  
>  FILESPATH =. "${FILE_DIRNAME}/linux-3.0:${FILE_DIRNAME}/linux-3.0/${MACHINE}:"
>  
> @@ -194,7 +194,6 @@ SRC_URI += "git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.gi
>              file://beagle/0008-OMAP2-add-cpu-id-register-to-MAC-address-helper.patch \
>              file://beagle/0009-HACK-OMAP2-BeagleBoard-Fix-up-random-or-missing-MAC-.patch \
>              file://beagle/0010-ARM-OMAP2-beagleboard-fix-mmc-write-protect-pin-when.patch \
> -            file://beagle/0011-Revert-mfd-Fix-twl4030-dependencies-for-audio-codec.patch \
>              file://madc/0001-Enabling-Hwmon-driver-for-twl4030-madc.patch \
>              file://madc/0002-mfd-twl-core-enable-madc-clock.patch \
>              \
> -- 
> 1.7.2.5
> 
> _______________________________________________
> meta-ti mailing list
> meta-ti@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/meta-ti
> 


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] linux 3.0: update to 3.0.14
  2011-12-22 17:49 ` Denys Dmytriyenko
@ 2011-12-22 18:00   ` Koen Kooi
  0 siblings, 0 replies; 3+ messages in thread
From: Koen Kooi @ 2011-12-22 18:00 UTC (permalink / raw)
  To: Denys Dmytriyenko; +Cc: meta-ti

[-- Attachment #1: Type: text/plain, Size: 3764 bytes --]


Op 22 dec. 2011, om 18:49 heeft Denys Dmytriyenko het volgende geschreven:

> On Thu, Dec 22, 2011 at 09:20:26AM +0100, Koen Kooi wrote:
>> Also make oprofile a module to workaround an oprofile bug highlighted in 3.0.13
> 
> Can you point me to more details about the oprofile bug? Thanks.

It generates a section mismatch when you build it in, I'll try to fix it properly when I get some time, but syslink and the new bone release are eating up my time currently :(


> 
> 
>> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
> 
> Acked-by: Denys Dmytriyenko <denys@ti.com>
> 
> 
>> ---
>> conf/machine/include/omap3.inc                     |    2 +-
>> .../linux/linux-3.0/beagleboard/defconfig          |    4 ++--
>> recipes-kernel/linux/linux_3.0.bb                  |    9 ++++-----
>> 3 files changed, 7 insertions(+), 8 deletions(-)
>> 
>> diff --git a/conf/machine/include/omap3.inc b/conf/machine/include/omap3.inc
>> index 4530ae1..fc252ba 100644
>> --- a/conf/machine/include/omap3.inc
>> +++ b/conf/machine/include/omap3.inc
>> @@ -3,7 +3,7 @@ SOC_FAMILY = "omap3"
>> require conf/machine/include/tune-cortexa8.inc
>> PREFERRED_PROVIDER_virtual/kernel = "linux-omap"
>> # Increase this everytime you change something in the kernel
>> -MACHINE_KERNEL_PR = "r113"
>> +MACHINE_KERNEL_PR = "r114"
>> 
>> KERNEL_IMAGETYPE = "uImage"
>> 
>> diff --git a/recipes-kernel/linux/linux-3.0/beagleboard/defconfig b/recipes-kernel/linux/linux-3.0/beagleboard/defconfig
>> index 0b150c5..5f2a7eb 100644
>> --- a/recipes-kernel/linux/linux-3.0/beagleboard/defconfig
>> +++ b/recipes-kernel/linux/linux-3.0/beagleboard/defconfig
>> @@ -1,6 +1,6 @@
>> #
>> # Automatically generated make config: don't edit
>> -# Linux/arm 3.0.7 Kernel Configuration
>> +# Linux/arm 3.0.14 Kernel Configuration
>> #
>> CONFIG_ARM=y
>> CONFIG_HAVE_PWM=y
>> @@ -149,7 +149,7 @@ CONFIG_SLAB=y
>> # CONFIG_SLUB is not set
>> # CONFIG_SLOB is not set
>> CONFIG_PROFILING=y
>> -CONFIG_OPROFILE=y
>> +CONFIG_OPROFILE=m
>> CONFIG_HAVE_OPROFILE=y
>> # CONFIG_KPROBES is not set
>> CONFIG_HAVE_KPROBES=y
>> diff --git a/recipes-kernel/linux/linux_3.0.bb b/recipes-kernel/linux/linux_3.0.bb
>> index 38b90e9..d72826b 100644
>> --- a/recipes-kernel/linux/linux_3.0.bb
>> +++ b/recipes-kernel/linux/linux_3.0.bb
>> @@ -5,12 +5,12 @@ KERNEL_IMAGETYPE = "uImage"
>> 
>> COMPATIBLE_MACHINE = "(beagleboard)"
>> 
>> -PV = "3.0.12"
>> -# v3.0.12 tag
>> -SRCREV_pn-${PN} = "ac6766564c0305ca020fe747dfd7dbdf0881369d"
>> +PV = "3.0.14"
>> +# v3.0.14 tag
>> +SRCREV_pn-${PN} = "6636552f1dd0d2e2be2f87605ea2cd3aa4d2e5b6"
>> 
>> # The main PR is now using MACHINE_KERNEL_PR, for omap3 see conf/machine/include/omap3.inc
>> -MACHINE_KERNEL_PR_append = "b"
>> +MACHINE_KERNEL_PR_append = "a"
>> 
>> FILESPATH =. "${FILE_DIRNAME}/linux-3.0:${FILE_DIRNAME}/linux-3.0/${MACHINE}:"
>> 
>> @@ -194,7 +194,6 @@ SRC_URI += "git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.gi
>>             file://beagle/0008-OMAP2-add-cpu-id-register-to-MAC-address-helper.patch \
>>             file://beagle/0009-HACK-OMAP2-BeagleBoard-Fix-up-random-or-missing-MAC-.patch \
>>             file://beagle/0010-ARM-OMAP2-beagleboard-fix-mmc-write-protect-pin-when.patch \
>> -            file://beagle/0011-Revert-mfd-Fix-twl4030-dependencies-for-audio-codec.patch \
>>             file://madc/0001-Enabling-Hwmon-driver-for-twl4030-madc.patch \
>>             file://madc/0002-mfd-twl-core-enable-madc-clock.patch \
>>             \
>> -- 
>> 1.7.2.5
>> 
>> _______________________________________________
>> meta-ti mailing list
>> meta-ti@yoctoproject.org
>> https://lists.yoctoproject.org/listinfo/meta-ti
>> 


[-- Attachment #2: Message signed with OpenPGP using GPGMail --]
[-- Type: application/pgp-signature, Size: 169 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2011-12-22 18:00 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-12-22  8:20 [PATCH] linux 3.0: update to 3.0.14 Koen Kooi
2011-12-22 17:49 ` Denys Dmytriyenko
2011-12-22 18:00   ` Koen Kooi

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.