From 3a4a61aafbe99880e0c45c021ef98da6bfe47ff1 Mon Sep 17 00:00:00 2001 From: Paul Eggleton Date: Tue, 25 Jun 2019 10:49:12 +1200 Subject: [PATCH] README: add pointer to import layer index data Signed-off-by: Paul Eggleton --- README | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/README b/README index 881a27a..25ab7ae 100644 --- a/README +++ b/README @@ -99,7 +99,14 @@ Database Setup Once the application is running you'll need to do a bit of further setup within it: -1. You'll need to add at least the openembedded-core layer to the +1. For a fresh database (without importing any database dump) you will + need layer data. To import the full set for the master branch from the + public instance at layers.openembedded.org you can run the following: + + docker-compose run --rm layersapp /opt/layerindex/layerindex/tools/import_layers.py -d https://layers.openembedded.org + + Alternatively, you can populate the database manually - + you'll need to add at least the openembedded-core layer to the database, or some equivalent that contains conf/bitbake.conf for the base system configuration. To add this, follow these steps: