diff options
author | Murali Karicheri <m-karicheri2@ti.com> | 2013-01-29 12:14:57 -0500 |
---|---|---|
committer | Denys Dmytriyenko <denys@ti.com> | 2013-01-29 14:45:02 -0500 |
commit | 629f5ddd5d6bfc603ae967c682d46d3b08b7aa34 (patch) | |
tree | 9a7ea7b6d08bc87a6565077e0d654ad9bfa7f6c7 /conf/machine/include/keystone.inc | |
parent | 1920403ef28a61aabceee22f4472bb98ffe48f5d (diff) | |
download | meta-ti-629f5ddd5d6bfc603ae967c682d46d3b08b7aa34.tar.gz |
keystone: update kernel and bootloaders recipes for mcsdk alpha7 release
Signed-off-by: Murali Karicheri <m-karicheri2@ti.com>
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'conf/machine/include/keystone.inc')
-rw-r--r-- | conf/machine/include/keystone.inc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/conf/machine/include/keystone.inc b/conf/machine/include/keystone.inc index df9318a0..b77bccdf 100644 --- a/conf/machine/include/keystone.inc +++ b/conf/machine/include/keystone.inc | |||
@@ -5,7 +5,7 @@ require conf/machine/include/tune-cortexa15.inc | |||
5 | PREFERRED_PROVIDER_virtual/kernel = "linux-keystone" | 5 | PREFERRED_PROVIDER_virtual/kernel = "linux-keystone" |
6 | 6 | ||
7 | # Increase this everytime you change something in the kernel | 7 | # Increase this everytime you change something in the kernel |
8 | MACHINE_KERNEL_PR = "r4" | 8 | MACHINE_KERNEL_PR = "r5" |
9 | 9 | ||
10 | KERNEL_IMAGETYPE = "uImage" | 10 | KERNEL_IMAGETYPE = "uImage" |
11 | 11 | ||
@@ -13,3 +13,4 @@ UBOOT_ENTRYPOINT = "0x80008000" | |||
13 | UBOOT_LOADADDRESS = "0x80008000" | 13 | UBOOT_LOADADDRESS = "0x80008000" |
14 | 14 | ||
15 | EXTRA_IMAGEDEPENDS += "u-boot" | 15 | EXTRA_IMAGEDEPENDS += "u-boot" |
16 | EXTRA_IMAGEDEPENDS += "boot-monitor" | ||