summaryrefslogtreecommitdiffstats
path: root/conf/include/local/sota_minnowboard_uboot.inc
blob: e64f7eb4082b24f53b0bf1608d59059fe41f3a2f (plain)
1
2
3
4
5
6
7
8
9
10
MACHINE = "intel-corei7-64"

PREFERRED_PROVIDER_virtual/bootloader = "u-boot-ota"
UBOOT_MACHINE = "minnowmax_defconfig"

EXTRA_IMAGEDEPENDS_append = " minnowboard-bootfiles"
IMAGE_BOOT_FILES = "minnowboard-bootfiles/*"

OSTREE_KERNEL_ARGS ?= "ramdisk_size=16384 rw rootfstype=ext4 rootwait rootdelay=2 ostree_root=/dev/hda console=ttyS0,115200 console=tty0"