From 9ba4fc087ef9609a4a4e7546ee00f9801c2dfac8 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Mon, 22 Aug 2016 14:55:05 -0700 Subject: dev-manual, ref-manual: Systemd-boot: Update documents for new EFI bootloader Fixes [YOCTO #9707] * Replaced gummiboot with systemd-boot in the dev-manual * Replaced the gummiboot class with a new systemd-boot class * Replaced the appropriate gummiboot variables in the glossary with new variables SYSTEMD_BOOT_CFG, SYSTEMD_BOOT_ENTRIES, and SYSTEMD_BOOT_TIMEOUT. (From yocto-docs rev: 778b620e65cc68531b3c41aeb8f27f2a07eb0d00) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- .../dev-manual/dev-manual-common-tasks.xml | 26 +++++++++++----------- 1 file changed, 13 insertions(+), 13 deletions(-) (limited to 'documentation/dev-manual') diff --git a/documentation/dev-manual/dev-manual-common-tasks.xml b/documentation/dev-manual/dev-manual-common-tasks.xml index 48d3ecb632..bd11062c41 100644 --- a/documentation/dev-manual/dev-manual-common-tasks.xml +++ b/documentation/dev-manual/dev-manual-common-tasks.xml @@ -8777,19 +8777,19 @@ within a separately started QEMU or any other virtual machine manager. - "GummibootTarget": - Choose "GummibootTarget" if your hardware is + "Systemd-bootTarget": + Choose "Systemd-bootTarget" if your hardware is an EFI-based machine with - gummiboot as bootloader and + systemd-boot as bootloader and core-image-testmaster (or something similar) is installed. Also, your hardware under test must be in a DHCP-enabled network that gives it the same IP address for each reboot. - If you choose "GummibootTarget", there are + If you choose "Systemd-bootTarget", there are additional requirements and considerations. See the - "Selecting GummibootTarget" + "Selecting Systemd-bootTarget" section, which follows, for more information. "BeagleBoneTarget": @@ -8835,12 +8835,12 @@ -
- Selecting GummibootTarget +
+ Selecting Systemd-bootTarget If you did not set TEST_TARGET to - "GummibootTarget", then you do not need any information + "Systemd-bootTarget", then you do not need any information in this section. You can skip down to the "Running Tests" @@ -8849,14 +8849,14 @@ If you did set TEST_TARGET to - "GummibootTarget", you also need to perform a one-time + "Systemd-bootTarget", you also need to perform a one-time setup of your master image by doing the following: Set EFI_PROVIDER: Be sure that EFI_PROVIDER is as follows: - EFI_PROVIDER = "gummiboot" + EFI_PROVIDER = "systemd-boot" Build the master image: @@ -8920,7 +8920,7 @@ The final thing you need to do when setting - TEST_TARGET to "GummibootTarget" is + TEST_TARGET to "Systemd-bootTarget" is to set up the test image: Set up your local.conf file: @@ -8929,7 +8929,7 @@ IMAGE_FSTYPES += "tar.gz" INHERIT += "testimage" - TEST_TARGET = "GummibootTarget" + TEST_TARGET = "Systemd-bootTarget" TEST_TARGET_IP = "192.168.2.3" @@ -9325,7 +9325,7 @@ The target controller object used to deploy and start an image on a particular target (e.g. QemuTarget, SimpleRemote, and - GummibootTarget). + Systemd-bootTarget). Tests usually use the following: ip: -- cgit v1.2.3-54-g00ecf