Lines Matching full:standard
72 KBRANCH:edgerouter = "standard/edgerouter"
84 you do not specify a :term:`LINUX_KERNEL_TYPE`, it defaults to "standard".
88 configuration. The linux-yocto recipes define "standard", "tiny", and
368 LINUX_KERNEL_TYPE ??= "standard"
384 Three kernel types ("standard", "tiny", and "preempt-rt") are supported
387 - "standard": Includes the generic Linux kernel policy of the Yocto
394 This kernel type inherits from the "standard" kernel type.
398 from the "standard" configuration. Although the "tiny" kernel type
403 ``standard.scc``). Here is a partial listing for the ``standard.scc``
404 file, which is found in the ``ktypes/standard`` directory of the
407 # Include this kernel type fragment to get the standard features and
412 # include ktypes/standard/standard.scc nocfg
414 # include ktypes/standard/standard.scc nocfg inherit
419 branch standard
421 kconf non-hardware standard.cfg
482 beaglebone-standard.scc
488 Examine the ``beaglebone-standard.scc`` file::
491 define KTYPE standard
494 include ktypes/standard/standard.scc
499 # default policy for standard kernels
509 example supports the "beaglebone" machine for the "standard" kernel and
521 include a kernel type (``ktype``), such as "standard". In the previous
524 include ktypes/standard/standard.scc
527 fragments, patches, and features that make up your standard kernel
550 ("mti-malta32"). Here is the ``mti-malta32-le-standard.scc`` file::
554 define KTYPE standard
557 include ktypes/standard/standard.scc
605 supported kernel types (i.e. "standard", "preempt-rt", and "tiny").
606 Consider the "minnow" description for the "standard" kernel type (i.e.
607 ``minnow-standard.scc``)::
610 define KTYPE standard
613 include ktypes/standard
622 # The following should really be in standard.scc
707 |-- bsp-standard.scc
709 `-- standard.cfg
831 define KTYPE standard
833 include standard.scc
845 If you had two kernel types, "standard" and "small" for instance, three
850 mydir/standard/base
851 mydir/standard/machine_a
852 mydir/standard/machine_b
853 mydir/standard/machine_c
858 case, ``mydir/standard/machine_a`` includes everything in ``mydir/base``
859 and ``mydir/standard/base``. The "standard" and "small" branches add
867 ``mydir/standard`` and ``mydir/standard/machine_a`` because it would have to
868 create a file and a directory named "standard".
883 define KTYPE standard
885 include standard.scc