diff options
Diffstat (limited to 'conf/machine/beaglebone.conf')
-rw-r--r-- | conf/machine/beaglebone.conf | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/conf/machine/beaglebone.conf b/conf/machine/beaglebone.conf index 715d2f21..06f43861 100644 --- a/conf/machine/beaglebone.conf +++ b/conf/machine/beaglebone.conf | |||
@@ -5,19 +5,21 @@ | |||
5 | require conf/machine/include/ti33x.inc | 5 | require conf/machine/include/ti33x.inc |
6 | require conf/machine/include/beaglebone.inc | 6 | require conf/machine/include/beaglebone.inc |
7 | 7 | ||
8 | KERNEL_DEVICETREE = "am335x-bone.dtb am335x-boneblack.dtb am335x-bonegreen.dtb" | 8 | KERNEL_DEVICETREE = "am335x-bone.dtb am335x-boneblue.dtb \ |
9 | am335x-boneblack.dtb am335x-boneblack-wireless.dtb \ | ||
10 | am335x-bonegreen.dtb am335x-bonegreen-wireless.dtb" | ||
9 | 11 | ||
10 | # Only has DVI connector for external screen | 12 | # Only has DVI connector for external screen |
11 | MACHINE_GUI_CLASS = "bigscreen" | 13 | MACHINE_GUI_CLASS = "bigscreen" |
12 | 14 | ||
13 | WKS_FILE = "sdimage-bootpart.wks" | ||
14 | IMAGE_BOOT_FILES = "MLO u-boot.img" | ||
15 | IMAGE_FSTYPES += "tar.xz wic.xz" | ||
16 | |||
17 | SERIAL_CONSOLE = "115200 ttyS0" | 15 | SERIAL_CONSOLE = "115200 ttyS0" |
18 | 16 | ||
19 | UBOOT_MACHINE = "am335x_boneblack_config" | 17 | UBOOT_MACHINE = "am335x_boneblack_config" |
20 | 18 | ||
19 | WKS_FILE = "sdimage-bootpart.wks" | ||
20 | IMAGE_BOOT_FILES = "MLO u-boot.img" | ||
21 | IMAGE_FSTYPES += "tar.xz wic.xz" | ||
22 | |||
21 | do_image_wic[depends] += "mtools-native:do_populate_sysroot dosfstools-native:do_populate_sysroot" | 23 | do_image_wic[depends] += "mtools-native:do_populate_sysroot dosfstools-native:do_populate_sysroot" |
22 | 24 | ||
23 | # Refine the list of device targets for ti-pdk class recipes | 25 | # Refine the list of device targets for ti-pdk class recipes |