From dcc7edaffa746e27a239f6e46ec35279b985e2ff Mon Sep 17 00:00:00 2001 From: Denis Pynkin <denis.pynkin@collabora.com> Date: Sun, 4 Nov 2018 14:49:11 +0000 Subject: [PATCH] Add u-boot-tools package Add u-boot-tools package to have utilities for managing u-boot environment from command line in userspace. Signed-off-by: Denis Pynkin <denis.pynkin@collabora.com> --- apertis-image-mx6qsabrelite.yaml | 1 + apertis-ostree-commit.yaml | 1 + 2 files changed, 2 insertions(+) diff --git a/apertis-image-mx6qsabrelite.yaml b/apertis-image-mx6qsabrelite.yaml index 4da941c..63c668a 100644 --- a/apertis-image-mx6qsabrelite.yaml +++ b/apertis-image-mx6qsabrelite.yaml @@ -92,6 +92,7 @@ actions: - linux-image-armmp - u-boot-imx - u-boot-common + - u-boot-tools - btrfs-tools - action: raw diff --git a/apertis-ostree-commit.yaml b/apertis-ostree-commit.yaml index 0191289..7b001a0 100644 --- a/apertis-ostree-commit.yaml +++ b/apertis-ostree-commit.yaml @@ -30,6 +30,7 @@ actions: {{- end }} {{- if eq $architecture "armhf" }} - u-boot-imx + - u-boot-tools {{- end }} - action: apt -- GitLab