From 10f1c7706cf2ad012dac46f36f93387b71f28ee7 Mon Sep 17 00:00:00 2001 From: Laurent Bonnans Date: Fri, 18 May 2018 15:41:47 +0200 Subject: Remove support for u-boot on minnowboard See https://github.com/advancedtelematic/meta-updater-minnowboard/pull/6 --- classes/sota_minnowboard_uboot.inc | 8 -------- 1 file changed, 8 deletions(-) delete mode 100644 classes/sota_minnowboard_uboot.inc (limited to 'classes') 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 @@ -PREFERRED_PROVIDER_virtual/bootloader_sota ?= "u-boot-ota" -UBOOT_MACHINE_sota ?= "minnowmax_defconfig" - -EXTRA_IMAGEDEPENDS_append_sota = " minnowboard-bootfiles" -IMAGE_BOOT_FILES_sota ?= "minnowboard-bootfiles/*" - -OSTREE_KERNEL_ARGS ?= "ramdisk_size=16384 rw rootfstype=ext4 rootwait rootdelay=2 ostree_root=/dev/hda console=ttyS0,115200 console=tty0" - -- cgit v1.2.3-54-g00ecf