diff options
author | Laurent Bonnans <laurent.bonnans@here.com> | 2018-05-18 15:41:47 +0200 |
---|---|---|
committer | Laurent Bonnans <laurent.bonnans@here.com> | 2018-05-18 15:41:47 +0200 |
commit | 10f1c7706cf2ad012dac46f36f93387b71f28ee7 (patch) | |
tree | 7ff0ba601669a8b86b09eceda0b1164a02f8f1cb | |
parent | 5f803ebaa590c408ef4b6e2a78e03e3af60161a2 (diff) | |
download | meta-updater-10f1c7706cf2ad012dac46f36f93387b71f28ee7.tar.gz |
Remove support for u-boot on minnowboard
See https://github.com/advancedtelematic/meta-updater-minnowboard/pull/6
-rw-r--r-- | classes/sota_minnowboard_uboot.inc | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/classes/sota_minnowboard_uboot.inc b/classes/sota_minnowboard_uboot.inc deleted file mode 100644 index 85d6a60..0000000 --- a/classes/sota_minnowboard_uboot.inc +++ /dev/null | |||
@@ -1,8 +0,0 @@ | |||
1 | PREFERRED_PROVIDER_virtual/bootloader_sota ?= "u-boot-ota" | ||
2 | UBOOT_MACHINE_sota ?= "minnowmax_defconfig" | ||
3 | |||
4 | EXTRA_IMAGEDEPENDS_append_sota = " minnowboard-bootfiles" | ||
5 | IMAGE_BOOT_FILES_sota ?= "minnowboard-bootfiles/*" | ||
6 | |||
7 | OSTREE_KERNEL_ARGS ?= "ramdisk_size=16384 rw rootfstype=ext4 rootwait rootdelay=2 ostree_root=/dev/hda console=ttyS0,115200 console=tty0" | ||
8 | |||