From 987264e6b63893c8db40c8f25e3f700f31efcd58 Mon Sep 17 00:00:00 2001
From: Sjoerd Simons <sjoerd.simons@collabora.co.uk>
Date: Fri, 15 Feb 2019 11:30:11 +0100
Subject: [PATCH] Install u-boot-menu instead of u-boot-common

u-boot-menu provides similar functionality to our u-boot-common and is
available in debian, so prefer that

Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk>
---
 apertis-image-uboot.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/apertis-image-uboot.yaml b/apertis-image-uboot.yaml
index df191833..4e2bde4b 100644
--- a/apertis-image-uboot.yaml
+++ b/apertis-image-uboot.yaml
@@ -94,8 +94,8 @@ actions:
 {{ else }}
       - linux-image-{{$architecture}}
 {{ end }}
-      - u-boot-common
       - btrfs-tools
+      - u-boot-menu
 
   - action: run
     description: "Save installed package status"
-- 
GitLab