diff options
author | Koen Kooi <koen@openembedded.org> | 2010-05-07 10:56:32 +0200 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2010-05-07 11:01:30 +0200 |
commit | 504e77420bc2a6ecf4b43731241ef09287409137 (patch) | |
tree | b2ebb11edcc6102578bb9baddcddee01074c2ab0 | |
parent | 18b3318aa5e373a16f0839de737ec02074764e47 (diff) |
linux-omap-psp 2.6.32: move to 3.00.01.06
-rw-r--r-- | conf/machine/include/omap3.inc | 2 | ||||
-rw-r--r-- | recipes/linux/linux-omap-psp_2.6.32.bb | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/conf/machine/include/omap3.inc b/conf/machine/include/omap3.inc index e73ce9ccef..9df44764e4 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 = "r73" +MACHINE_KERNEL_PR = "r74" KERNEL_IMAGETYPE = "uImage" diff --git a/recipes/linux/linux-omap-psp_2.6.32.bb b/recipes/linux/linux-omap-psp_2.6.32.bb index e060e36242..007c119494 100644 --- a/recipes/linux/linux-omap-psp_2.6.32.bb +++ b/recipes/linux/linux-omap-psp_2.6.32.bb @@ -5,8 +5,8 @@ KERNEL_IMAGETYPE = "uImage" COMPATIBLE_MACHINE = "beagleboard|omap3evm|am3517-evm|dm3730-am3715-evm|omap3-touchbook|overo" -# This is the v2.6.32_OMAPPSP_03.00.00.05 branch -SRCREV = "dc94d8db03fc6c5918960ebf069cfc81e5998665" +# This is the v2.6.32_OMAPPSP_03.00.01.06 branch +SRCREV = "627293ad28604b22612f9a4a318f64cfab241e22" # The main PR is now using MACHINE_KERNEL_PR, for omap3 see conf/machine/include/omap3.inc MACHINE_KERNEL_PR_append = "+gitr${SRCREV}" |