diff options
author | Koen Kooi <koen@openembedded.org> | 2010-08-04 12:06:40 +0200 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2010-08-04 12:06:40 +0200 |
commit | b4358c1cb0d8bb507b14e74adf4ceb447608090f (patch) | |
tree | eaeee2eba9db43bf8a9712190a6a36a62e1cbe22 /conf/machine | |
parent | 338a1d50fe8f9b332a04f7e17f73e4cc72fd579b (diff) |
davinci.inc, omap3.inc: bump MACHINE_KERNEL_PR
Diffstat (limited to 'conf/machine')
-rw-r--r-- | conf/machine/include/davinci.inc | 2 | ||||
-rw-r--r-- | conf/machine/include/omap3.inc | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/conf/machine/include/davinci.inc b/conf/machine/include/davinci.inc index 6e959675f7..79c001f879 100644 --- a/conf/machine/include/davinci.inc +++ b/conf/machine/include/davinci.inc @@ -1,7 +1,7 @@ require conf/machine/include/tune-arm926ejs.inc # Increase this everytime you change something in the kernel -MACHINE_KERNEL_PR = "r45" +MACHINE_KERNEL_PR = "r46" TARGET_ARCH = "arm" diff --git a/conf/machine/include/omap3.inc b/conf/machine/include/omap3.inc index 630fde478b..3f89953890 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 = "r84" +MACHINE_KERNEL_PR = "r85" KERNEL_IMAGETYPE = "uImage" |