diff options
| -rw-r--r-- | meta-yocto-bsp/conf/machine/beaglebone.conf | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/meta-yocto-bsp/conf/machine/beaglebone.conf b/meta-yocto-bsp/conf/machine/beaglebone.conf index 1b6c2dcd57..c487bd8619 100644 --- a/meta-yocto-bsp/conf/machine/beaglebone.conf +++ b/meta-yocto-bsp/conf/machine/beaglebone.conf | |||
| @@ -16,8 +16,11 @@ EXTRA_IMAGEDEPENDS += "u-boot" | |||
| 16 | DEFAULTTUNE ?= "cortexa8hf-neon" | 16 | DEFAULTTUNE ?= "cortexa8hf-neon" |
| 17 | include conf/machine/include/tune-cortexa8.inc | 17 | include conf/machine/include/tune-cortexa8.inc |
| 18 | 18 | ||
| 19 | IMAGE_FSTYPES += "tar.bz2 jffs2" | 19 | IMAGE_FSTYPES += "tar.bz2 jffs2 wic" |
| 20 | EXTRA_IMAGECMD_jffs2 = "-lnp " | 20 | EXTRA_IMAGECMD_jffs2 = "-lnp " |
| 21 | WKS_FILE = "sdimage-bootpart.wks" | ||
| 22 | IMAGE_INSTALL_append = " kernel-devicetree kernel-image-zimage" | ||
| 23 | do_image_wic[depends] += "mtools-native:do_populate_sysroot dosfstools-native:do_populate_sysroot" | ||
| 21 | 24 | ||
| 22 | SERIAL_CONSOLE = "115200 ttyO0" | 25 | SERIAL_CONSOLE = "115200 ttyO0" |
| 23 | 26 | ||
