diff options
Diffstat (limited to 'meta-yocto-bsp/conf/machine/edgerouter.conf')
| -rw-r--r-- | meta-yocto-bsp/conf/machine/edgerouter.conf | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/meta-yocto-bsp/conf/machine/edgerouter.conf b/meta-yocto-bsp/conf/machine/edgerouter.conf deleted file mode 100644 index ffdcf55f02..0000000000 --- a/meta-yocto-bsp/conf/machine/edgerouter.conf +++ /dev/null | |||
| @@ -1,26 +0,0 @@ | |||
| 1 | #@TYPE: Machine | ||
| 2 | #@NAME: Edgerouter | ||
| 3 | #@DESCRIPTION: Machine configuration for a generic edgerouter | ||
| 4 | |||
| 5 | require conf/machine/include/mips/tune-mips64.inc | ||
| 6 | |||
| 7 | MACHINE_FEATURES = "pci ext2 ext3 serial" | ||
| 8 | |||
| 9 | KERNEL_IMAGETYPE = "vmlinux" | ||
| 10 | KERNEL_ALT_IMAGETYPE = "vmlinux.bin" | ||
| 11 | KERNEL_IMAGE_STRIP_EXTRA_SECTIONS = ".comment" | ||
| 12 | |||
| 13 | PREFERRED_PROVIDER_virtual/kernel ?= "linux-yocto" | ||
| 14 | PREFERRED_VERSION_linux-yocto ?= "6.1%" | ||
| 15 | |||
| 16 | SERIAL_CONSOLES = "115200;ttyS0" | ||
| 17 | USE_VT ?= "0" | ||
| 18 | |||
| 19 | MACHINE_EXTRA_RRECOMMENDS = "kernel-modules" | ||
| 20 | |||
| 21 | IMAGE_FSTYPES ?= "jffs2 tar.bz2 wic wic.bmap" | ||
| 22 | JFFS2_ERASEBLOCK = "0x10000" | ||
| 23 | |||
| 24 | WKS_FILE ?= "edgerouter.wks" | ||
| 25 | IMAGE_BOOT_FILES ?= "vmlinux;vmlinux.64" | ||
| 26 | do_image_wic[depends] += "mtools-native:do_populate_sysroot dosfstools-native:do_populate_sysroot" | ||
