diff options
author | Denys Dmytriyenko <denys@ti.com> | 2012-06-11 20:44:56 -0400 |
---|---|---|
committer | Denys Dmytriyenko <denys@ti.com> | 2012-06-11 20:44:56 -0400 |
commit | 88867c1d96684925027a0ecc9e25c6ea70040cc6 (patch) | |
tree | e1ad8651aa7663850f6dc1108b278f56a2b92a91 /extras/conf/machine/include/davinci.inc | |
parent | a1e2573369c6714956af561523ba274aa9c185f7 (diff) | |
download | meta-ti-split.tar.gz |
extras: move things to extrassplit
Move non-essential, outdated, best-effort pieces, as well, as those requiring
extra non-standard dependencies besides oe-core.
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'extras/conf/machine/include/davinci.inc')
-rw-r--r-- | extras/conf/machine/include/davinci.inc | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/extras/conf/machine/include/davinci.inc b/extras/conf/machine/include/davinci.inc new file mode 100644 index 00000000..80198449 --- /dev/null +++ b/extras/conf/machine/include/davinci.inc | |||
@@ -0,0 +1,24 @@ | |||
1 | require conf/machine/include/tune-arm926ejs.inc | ||
2 | |||
3 | # Increase this everytime you change something in the kernel | ||
4 | MACHINE_KERNEL_PR = "r51" | ||
5 | |||
6 | |||
7 | KERNEL_IMAGETYPE = "uImage" | ||
8 | |||
9 | PREFERRED_PROVIDER_virtual/kernel = "linux-davinci" | ||
10 | |||
11 | PREFERRED_PROVIDER_virtual/bootloader = "u-boot" | ||
12 | UBOOT_MACHINE = "davinci_dvevm_config" | ||
13 | |||
14 | UBOOT_ENTRYPOINT = "0x80008000" | ||
15 | UBOOT_LOADADDRESS = "0x80008000" | ||
16 | |||
17 | EXTRA_IMAGEDEPENDS += "u-boot" | ||
18 | |||
19 | SERIAL_CONSOLE ?= "115200 ttyS0" | ||
20 | EXTRA_IMAGECMD_jffs2 = "--pad --little-endian --eraseblock=0x20000 -n" | ||
21 | |||
22 | #ROOT_FLASH_SIZE = "29" | ||
23 | |||
24 | MACHINE_FEATURES = "kernel26 serial ethernet usbhost usbgadget mmc alsa" | ||