From 4d5ff5e0757b72112c902fb067fa91907759ff18 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Fri, 15 Apr 2016 07:57:37 -0700 Subject: ref-manual, dev-manual: Scrubbed boot-directdisk and bootimg classes These classes have been removed. The bootimg class was sucked into the image-live class. I removed the reference sections to both classes and fixed the references throughout the manual set as needed. (From yocto-docs rev: 649d56b54987580039cbd52f54642112f810ffad) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/ref-manual/ref-classes.xml | 58 ------------------------------ documentation/ref-manual/ref-variables.xml | 8 ++--- 2 files changed, 4 insertions(+), 62 deletions(-) (limited to 'documentation/ref-manual') diff --git a/documentation/ref-manual/ref-classes.xml b/documentation/ref-manual/ref-classes.xml index 1351991985..ccab5e68ab 100644 --- a/documentation/ref-manual/ref-classes.xml +++ b/documentation/ref-manual/ref-classes.xml @@ -319,64 +319,6 @@ -
- <filename>boot-directdisk.bbclass</filename> - - - The boot-directdisk class - creates an image that can be placed directly onto a hard disk using - dd and then booted. - The image uses SYSLINUX. - - - - The end result is a 512 boot sector populated with a - Master Boot Record (MBR) and partition table followed by an MSDOS - FAT16 partition containing SYSLINUX and a Linux kernel completed by - the ext2 and ext3 - root filesystems. - -
- -
- <filename>bootimg.bbclass</filename> - - - The bootimg class creates a bootable - image using SYSLINUX, your kernel, and an optional initial RAM disk - (initrd). - - - - When you use this class, two things happen: - - - A .hddimg file is created. - This file is an MSDOS filesystem that contains SYSLINUX, - a kernel, an initrd, and a root filesystem - image. - All three of these can be written to hard drives directly and - also booted on a USB flash disks using dd. - - - A CD .iso image is created. - When this file is booted, the initrd - boots and processes the label selected in SYSLINUX. - Actions based on the label are then performed (e.g. installing - to a hard drive). - - - - - The bootimg class supports the - INITRD, - NOISO, - NOHDD, and - ROOTFS - variables. - -
-
<filename>bugzilla.bbclass</filename> diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml index 244f68a3f7..d66fe1b0c6 100644 --- a/documentation/ref-manual/ref-variables.xml +++ b/documentation/ref-manual/ref-variables.xml @@ -6109,7 +6109,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" The INITRD variable is an optional variable used with the - bootimg + image-live class. @@ -8073,7 +8073,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" Causes the OpenEmbedded build system to skip building the .hddimg image. The NOHDD variable is used with the - bootimg + image-live class. Set the variable to "1" to prevent the .hddimg image from being built. @@ -8091,7 +8091,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" Causes the OpenEmbedded build system to skip building the ISO image. The NOISO variable is used with the - bootimg + image-live class. Set the variable to "1" to prevent the ISO image from being built. @@ -10212,7 +10212,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" The ROOTFS variable is an optional variable used with the - bootimg + image-live class. -- cgit 1.2.3-korg