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 a73bf224..49edfd61 100644 --- a/conf/machine/beaglebone.conf +++ b/conf/machine/beaglebone.conf | |||
@@ -4,19 +4,21 @@ | |||
4 | 4 | ||
5 | require conf/machine/include/ti33x.inc | 5 | require conf/machine/include/ti33x.inc |
6 | 6 | ||
7 | KERNEL_DEVICETREE = "am335x-bone.dtb am335x-boneblack.dtb am335x-bonegreen.dtb" | 7 | KERNEL_DEVICETREE = "am335x-bone.dtb am335x-boneblue.dtb \ |
8 | am335x-boneblack.dtb am335x-boneblack-wireless.dtb \ | ||
9 | am335x-bonegreen.dtb am335x-bonegreen-wireless.dtb" | ||
8 | 10 | ||
9 | # Only has DVI connector for external screen | 11 | # Only has DVI connector for external screen |
10 | MACHINE_GUI_CLASS = "bigscreen" | 12 | MACHINE_GUI_CLASS = "bigscreen" |
11 | 13 | ||
12 | WKS_FILE = "sdimage-bootpart.wks" | ||
13 | IMAGE_BOOT_FILES = "MLO u-boot.img" | ||
14 | IMAGE_FSTYPES += "tar.xz wic.xz" | ||
15 | |||
16 | SERIAL_CONSOLE = "115200 ttyS0" | 14 | SERIAL_CONSOLE = "115200 ttyS0" |
17 | 15 | ||
18 | UBOOT_MACHINE = "am335x_boneblack_config" | 16 | UBOOT_MACHINE = "am335x_boneblack_config" |
19 | 17 | ||
18 | WKS_FILE = "sdimage-bootpart.wks" | ||
19 | IMAGE_BOOT_FILES = "MLO u-boot.img" | ||
20 | IMAGE_FSTYPES += "tar.xz wic.xz" | ||
21 | |||
20 | do_image_wic[depends] += "mtools-native:do_populate_sysroot dosfstools-native:do_populate_sysroot" | 22 | do_image_wic[depends] += "mtools-native:do_populate_sysroot dosfstools-native:do_populate_sysroot" |
21 | 23 | ||
22 | # Refine the list of device targets for ti-pdk class recipes | 24 | # Refine the list of device targets for ti-pdk class recipes |