summaryrefslogtreecommitdiffstats
path: root/conf/machine/beagle-x15.conf
diff options
context:
space:
mode:
Diffstat (limited to 'conf/machine/beagle-x15.conf')
-rw-r--r--conf/machine/beagle-x15.conf12
1 files changed, 8 insertions, 4 deletions
diff --git a/conf/machine/beagle-x15.conf b/conf/machine/beagle-x15.conf
index e4552cd7..da275ad6 100644
--- a/conf/machine/beagle-x15.conf
+++ b/conf/machine/beagle-x15.conf
@@ -4,16 +4,20 @@
4 4
5require conf/machine/include/dra7xx.inc 5require conf/machine/include/dra7xx.inc
6 6
7MACHINE_GUI_CLASS = "bigscreen" 7KERNEL_DEVICETREE = "am57xx-beagle-x15.dtb am57xx-beagle-x15-revb1.dtb am57xx-beagle-x15-revc.dtb"
8 8
9IMAGE_FSTYPES += "tar.xz" 9MACHINE_GUI_CLASS = "bigscreen"
10 10
11SERIAL_CONSOLE = "115200 ttyS2" 11SERIAL_CONSOLE = "115200 ttyS2"
12 12
13KERNEL_DEVICETREE = "am57xx-beagle-x15.dtb am57xx-beagle-x15-revb1.dtb"
14
15UBOOT_MACHINE = "am57xx_evm_config" 13UBOOT_MACHINE = "am57xx_evm_config"
16 14
15WKS_FILE = "sdimage-bootpart.wks"
16IMAGE_BOOT_FILES = "MLO u-boot.img"
17IMAGE_FSTYPES += "tar.xz wic.xz"
18
19do_image_wic[depends] += "mtools-native:do_populate_sysroot dosfstools-native:do_populate_sysroot"
20
17# UBI information. Note that this is board and kernel specific. Changes 21# UBI information. Note that this is board and kernel specific. Changes
18# in your kernel port may require changes in these variables. For more 22# in your kernel port may require changes in these variables. For more
19# details about this board please see 23# details about this board please see