From 95b133d4fda1a5dac5756ef95d715b2123c5800a Mon Sep 17 00:00:00 2001
From: David Bauer <mail@david-bauer.net>
Date: Mon, 6 Apr 2020 16:25:08 +0200
Subject: [PATCH] x86-geode: add target class

x86-geode does not include the common x86 target-settings. Thus we need
to specify the device class in order to build images with all necessary
packages included.
---
 targets/x86-geode | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/targets/x86-geode b/targets/x86-geode
index 57519eb1b..4f13f9a93 100644
--- a/targets/x86-geode
+++ b/targets/x86-geode
@@ -1,3 +1,5 @@
+class 'standard'
+
 packages {
 	'kmod-3c59x',
 	'kmod-8139cp',
-- 
GitLab