From 793a8834f9bd362743a668f75faf2ca86c98030c Mon Sep 17 00:00:00 2001 From: Filipe Rinaldi Date: Tue, 8 Oct 2019 15:18:35 +0100 Subject: [PATCH] readme: Keep layers in alphabetical order Signed-off-by: Filipe Rinaldi --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 28857418..39547d91 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,9 @@ Introduction ------------ This repository contains Arm layers for OpenEmbedded +meta-arm: + This layer provides support for general recipes for the Arm architecture + meta-arm-bsp: This layer provides support for Arm reference platforms @@ -11,9 +14,6 @@ meta-arm-iota: meta-arm-integration: This layer provides support for OpenEmbedded and Yocto patches that have yet to be accepted upstream -meta-arm: - This layer provides support for general recipes for the Arm architecture - Contributing ------------