diff options
author | Koen Kooi <koen@dominion.thruhere.net> | 2011-01-02 16:58:01 +0100 |
---|---|---|
committer | Koen Kooi <koen@dominion.thruhere.net> | 2011-01-02 16:58:26 +0100 |
commit | 2c15be179af26811851af3d0c4133e2b5b442625 (patch) | |
tree | d372419465c2326b83bdb73fd60fcc67616d27d5 | |
parent | db2a74cb3417afb3712270b25b0c927f001373d7 (diff) | |
download | meta-openembedded-2c15be179af26811851af3d0c4133e2b5b442625.tar.gz |
omap3.inc: sync with OE
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 d33a599870..36f11b0af5 100644 --- a/conf/machine/include/omap3.inc +++ b/conf/machine/include/omap3.inc | |||
@@ -4,7 +4,7 @@ TARGET_ARCH = "arm" | |||
4 | require conf/machine/include/tune-cortexa8.inc | 4 | require conf/machine/include/tune-cortexa8.inc |
5 | PREFERRED_PROVIDER_virtual/kernel = "linux-omap" | 5 | PREFERRED_PROVIDER_virtual/kernel = "linux-omap" |
6 | # Increase this everytime you change something in the kernel | 6 | # Increase this everytime you change something in the kernel |
7 | MACHINE_KERNEL_PR = "r92" | 7 | MACHINE_KERNEL_PR = "r97" |
8 | 8 | ||
9 | KERNEL_IMAGETYPE = "uImage" | 9 | KERNEL_IMAGETYPE = "uImage" |
10 | 10 | ||