From 42161e6c924a72d628dee0dbb35cfacaffd308a5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=BCller?= Date: Mon, 25 Mar 2019 12:37:01 +0100 Subject: [PATCH] Update README.md --- README.md | 21 +++++---------------- 1 file changed, 5 insertions(+), 16 deletions(-) diff --git a/README.md b/README.md index feb05a9d..404bb608 100644 --- a/README.md +++ b/README.md @@ -1,21 +1,10 @@ OE layer to desktop environments based on Qt5 +--------------------------------------------- + Layer dependencies: ---------------------- -see conf/layer.conf - - -URI: git://git.openembedded.org/openembedded-core -branch: master -revision: HEAD - -URI: git://github.com/meta-qt5/meta-qt5.git -branch: master -revision: HEAD - -URI: git://git.openembedded.org/meta-openembedded -branch: master -revision: HEAD +see [layer.conf](conf/layer.conf) for dependencies and https://layers.openembedded.org/layerindex/branch/master/layers/ where to find layers Contributing @@ -26,10 +15,10 @@ Contributing Policies -------- * Please do not send private emails to maintainers. For questions/suggestions.. use GitHub issues. -* Pull requests should follow [1] with the following additions +* Pull requests should follow [1] with the following additions: * Use 4 spaces for indention always * For splitting of long list values use four-space indentation on sucessive lines and prefer the closing quote as the first character ([1] second example) - * Patches fixing issues for musl, clang or gold-linker are accepeted only with upstream-status "Applied" or "Backport" + * Pull-requests with patches fixing issues for musl, clang or gold-linker are accepeted only with upstream-status "Applied" or "Backport" Maintainers