From 411baa5d044d08ffc6a0712e31cf2a9d76d96888 Mon Sep 17 00:00:00 2001 From: Trevor Woerner Date: Wed, 11 Apr 2018 01:29:33 -0400 Subject: [PATCH] veyron-speedy: add bootloader Signed-off-by: Trevor Woerner --- conf/machine/veyron-speedy.conf | 1 + recipes-bsp/u-boot/u-boot-rockchip_git.bb | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/conf/machine/veyron-speedy.conf b/conf/machine/veyron-speedy.conf index 1b74d02..c9d7ed0 100644 --- a/conf/machine/veyron-speedy.conf +++ b/conf/machine/veyron-speedy.conf @@ -17,3 +17,4 @@ XSERVER = " xserver-xorg \ xf86-input-synaptics \ xf86-input-keyboard" +UBOOT_MACHINE = "chromebook_minnie_defconfig" diff --git a/recipes-bsp/u-boot/u-boot-rockchip_git.bb b/recipes-bsp/u-boot/u-boot-rockchip_git.bb index 291438a..5592645 100644 --- a/recipes-bsp/u-boot/u-boot-rockchip_git.bb +++ b/recipes-bsp/u-boot/u-boot-rockchip_git.bb @@ -7,7 +7,7 @@ require recipes-bsp/u-boot/u-boot.inc require recipes-bsp/u-boot/u-boot-common_2017.01.inc DESCRIPTION = "Rockchip next-dev U-Boot" -COMPATIBLE_MACHINE = "(firefly-rk3288|rock2-square)" +COMPATIBLE_MACHINE = "(firefly-rk3288|rock2-square|veyron-speedy)" DEPENDS = "dtc-native bc-native"