From 1f0853c7ea444a1ab25e4dd8a4309982cef46a91 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Thu, 5 Dec 2013 13:54:38 -0600 Subject: [PATCH] ref-manual: Re-ordered classes that start with "L". (From yocto-docs rev: a6aa120b1c15743a85b8730545cd5fe89c783d2f) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/ref-manual/ref-classes.xml | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/documentation/ref-manual/ref-classes.xml b/documentation/ref-manual/ref-classes.xml index ab43a84973..fb3c8ba529 100644 --- a/documentation/ref-manual/ref-classes.xml +++ b/documentation/ref-manual/ref-classes.xml @@ -1479,18 +1479,6 @@ -
- <filename>linux-kernel-base.bbclass</filename> - - - The Linux kernel base (linux-kernel-base) class - provides common functionality for recipes that build out of the Linux - kernel source tree. - These builds goes beyond the kernel itself. - For example, the Perf recipe also inherits this class. - -
-
<filename>license.bbclass</filename> @@ -1503,6 +1491,18 @@
+
+ <filename>linux-kernel-base.bbclass</filename> + + + The Linux kernel base (linux-kernel-base) class + provides common functionality for recipes that build out of the Linux + kernel source tree. + These builds goes beyond the kernel itself. + For example, the Perf recipe also inherits this class. + +
+
<filename>logging.bbclass</filename>