diff options
author | 2016-04-04 14:52:54 +0200 | |
---|---|---|
committer | 2016-04-04 14:52:54 +0200 | |
commit | b79ae39794613abc2a1f1120ef824067a52202e3 (patch) | |
tree | 460fcec3929c7dffe1df28acf43609ab3d71c5de | |
parent | 7bba19ad61bef2a966495ab44b0d88b539d8ce31 (diff) | |
download | meta-qcom-b79ae39794613abc2a1f1120ef824067a52202e3.tar.gz meta-qcom-b79ae39794613abc2a1f1120ef824067a52202e3.tar.bz2 meta-qcom-b79ae39794613abc2a1f1120ef824067a52202e3.zip |
dragonboard410c: ifc6410: provide better name and description
Now that the layer shows up in the OpenEmbedded layer index, let's try to have
better descriptions.
Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org>
-rw-r--r-- | conf/machine/dragonboard-410c.conf | 4 | ||||
-rw-r--r-- | conf/machine/ifc6410.conf | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/conf/machine/dragonboard-410c.conf b/conf/machine/dragonboard-410c.conf index 48643d3..6c0ad93 100644 --- a/conf/machine/dragonboard-410c.conf +++ b/conf/machine/dragonboard-410c.conf @@ -1,6 +1,6 @@ #@TYPE: Machine -#@NAME: 96boards DragonBoard 410c machine -#@DESCRIPTION: 96boards +#@NAME: dragonboard-410c +#@DESCRIPTION: Machine configuration for the DragonBoard 410c (96boards), with Qualcomm Snapdragon 410 APQ8016. require conf/machine/include/arm/arch-armv8.inc diff --git a/conf/machine/ifc6410.conf b/conf/machine/ifc6410.conf index 51a32f3..236b6da 100644 --- a/conf/machine/ifc6410.conf +++ b/conf/machine/ifc6410.conf @@ -1,6 +1,6 @@ #@TYPE: Machine #@NAME: ifc6410 -#@DESCRIPTION: Inforce IFC6410, with Qualcomm Snapdragon 600 APQ8064 +#@DESCRIPTION: Machine configuration for the Inforce IFC6410, with Qualcomm Snapdragon 600 APQ8064. require conf/machine/include/tune-cortexa8.inc |