From 3490e54f4ab2193d95d41090e2649221b3c8a91d Mon Sep 17 00:00:00 2001 From: Holger Hans Peter Freyther Date: Tue, 13 Jun 2017 10:16:51 +0800 Subject: [PATCH] x86: Introduce sysmocom-alix for the older hardware in the field Introduce an alias for sysmocom-bsc and add better description where the difference is in terms of alix vs. apu2. --- conf/machine/sysmocom-alix.conf | 6 ++++++ conf/machine/sysmocom-apu2.conf | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) create mode 100644 conf/machine/sysmocom-alix.conf diff --git a/conf/machine/sysmocom-alix.conf b/conf/machine/sysmocom-alix.conf new file mode 100644 index 0000000..b4d90be --- /dev/null +++ b/conf/machine/sysmocom-alix.conf @@ -0,0 +1,6 @@ +#@TYPE: Machine +#@NAME: common_pc +#@DESCRIPTION: Machine configuration for sysmocom alix2d based hardware + +require sysmocom-bsc.conf +MACHINEOVERRIDES = "${MACHINE}:sysmocom-bsc" diff --git a/conf/machine/sysmocom-apu2.conf b/conf/machine/sysmocom-apu2.conf index c1a8891..c509468 100644 --- a/conf/machine/sysmocom-apu2.conf +++ b/conf/machine/sysmocom-apu2.conf @@ -1,6 +1,6 @@ #@TYPE: Machine #@NAME: common_pc -#@DESCRIPTION: Machine configuration for running a common x86 +#@DESCRIPTION: Machine configuration for sysmocom apu2 based hardware require conf/machine/include/tune-core2.inc require conf/machine/include/genericx86-common.inc