diff options
author | Koen Kooi <koen@dominion.thruhere.net> | 2011-08-06 08:20:42 +0200 |
---|---|---|
committer | Koen Kooi <koen@dominion.thruhere.net> | 2011-08-06 08:20:42 +0200 |
commit | 64b913c584135051760a20291dac85389be18054 (patch) | |
tree | 26754b97c0218094b236c491ca3d6b57a770296d | |
parent | f3cb989b626f19becdd221b51ee9229b2e7eb4ea (diff) | |
download | meta-ti-64b913c584135051760a20291dac85389be18054.tar.gz |
omap3: bump MACHINE_KERNEL_PR for 3.0 -> 3.0.1 upgrade
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
-rw-r--r-- | conf/machine/include/omap3.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/machine/include/omap3.inc b/conf/machine/include/omap3.inc index 58763193..ed0cd798 100644 --- a/conf/machine/include/omap3.inc +++ b/conf/machine/include/omap3.inc | |||
@@ -3,7 +3,7 @@ SOC_FAMILY = "omap3" | |||
3 | require conf/machine/include/tune-cortexa8.inc | 3 | require conf/machine/include/tune-cortexa8.inc |
4 | PREFERRED_PROVIDER_virtual/kernel = "linux-omap" | 4 | PREFERRED_PROVIDER_virtual/kernel = "linux-omap" |
5 | # Increase this everytime you change something in the kernel | 5 | # Increase this everytime you change something in the kernel |
6 | MACHINE_KERNEL_PR = "r102" | 6 | MACHINE_KERNEL_PR = "r103" |
7 | 7 | ||
8 | KERNEL_IMAGETYPE = "uImage" | 8 | KERNEL_IMAGETYPE = "uImage" |
9 | 9 | ||