Home
last modified time | relevance | path

Searched refs:kernel (Results 1 – 25 of 1807) sorted by relevance

12345678910>>...73

/openbmc/openbmc/poky/meta/recipes-kernel/linux/
H A Dlinux-dummy.bb1 SUMMARY = "Dummy Linux kernel"
2 DESCRIPTION = "Dummy Linux kernel, to be selected as the preferred \
3 provider for virtual/kernel to satisfy dependencies for situations \
4 where you wish to build the kernel externally from the build system."
5 SECTION = "kernel"
10 PROVIDES += "virtual/kernel"
14 PACKAGES_DYNAMIC += "^kernel-module-.*"
15 PACKAGES_DYNAMIC += "^kernel-image-.*"
16 PACKAGES_DYNAMIC += "^kernel-firmware-.*"
18 PACKAGES += "kernel-modules kernel-vmlinux"
[all …]
/openbmc/u-boot/doc/uImage.FIT/
H A Dkernel.its2 * Simple U-Boot uImage source file containing a single kernel
8 description = "Simple image with single Linux kernel";
12 kernel {
13 description = "Vanilla Linux kernel";
15 type = "kernel";
33 description = "Boot Linux kernel";
34 kernel = "kernel";
46 description = "Simple image with single Linux kernel on x86";
50 kernel {
51 description = "Vanilla Linux kernel";
[all …]
H A Doverlay-fdt-boot.txt7 of similar boards and their expansion options. The same kernel on DT enabled
27 kernel {
29 type = "kernel";
70 kernel = "kernel";
74 kernel = "kernel";
78 kernel = "kernel";
82 kernel = "kernel";
86 kernel = "kernel";
90 kernel = "kernel";
114 being passed to the booting kernel. This saves on space and avoid the combinatorial
[all …]
H A Dsign-configs.its4 description = "Chrome OS kernel image with one or more FDT blobs";
8 kernel {
9 data = /incbin/("test-kernel.bin");
16 kernel-version = <1>;
23 data = /incbin/("sandbox-kernel.dtb");
36 kernel = "kernel";
41 sign-images = "fdt", "kernel";
H A Dmulti.its12 kernel-1 {
15 type = "kernel";
29 kernel-2 {
32 type = "kernel";
43 kernel-3 {
46 type = "kernel";
115 kernel = "kernel-1";
122 kernel = "kernel-2";
129 kernel = "kernel-3";
H A Dkernel_fdt.its2 * Simple U-Boot uImage source file containing a single kernel and FDT blob
8 description = "Simple image with single Linux kernel and FDT blob";
12 kernel {
13 description = "Vanilla Linux kernel";
15 type = "kernel";
46 description = "Boot Linux kernel with FDT blob";
47 kernel = "kernel";
H A Dcommand_syntax_extensions.txt17 Linux kernel. The purpose of the following list is to document a complete list
20 Note: U-Boot supports two methods of booting a PowerPC Linux kernel: old way,
22 kernel is passed a pointer to the FDT. The boot method is indicated for each
51 Ad. 2. Boot kernel image located at <addr1>.
55 kernel and a ramdisk, respectively. The kernel is booted with initrd loaded
61 | (kernel, initrd) | (kernel, initrd, fdt) |
66 Ad. 4. Similar to case 3, but the kernel is booted without initrd. Second
70 Ad. 5. Boot kernel image located at <addr1> with initrd loaded with ramdisk
74 Ad. 6. <addr1> is the address of a kernel image, <addr2> is the address of a
79 Ad. 7. <addr1> is the address of a kernel image and <addr3> is the address of
[all …]
H A Dsign-images.its4 description = "Chrome OS kernel image with one or more FDT blobs";
8 kernel {
9 data = /incbin/("test-kernel.bin");
16 kernel-version = <1>;
24 data = /incbin/("sandbox-kernel.dtb");
38 kernel = "kernel";
/openbmc/openbmc/poky/meta/recipes-core/packagegroups/
H A Dpackagegroup-base.bb77 kernel-module-nls-utf8 \
78 kernel-module-input \
79 kernel-module-uinput \
80 kernel-module-rtc-dev \
81 kernel-module-rtc-proc \
82 kernel-module-rtc-sysfs \
83 kernel-module-unix"
156 kernel-module-msdos \
157 kernel-module-vfat \
158 kernel-module-nls-iso8859-1 \
[all …]
/openbmc/openbmc/poky/documentation/kernel-dev/
H A Dconcepts-appx.rst11 other kernels, are based off the Linux kernel releases from
12 https://www.kernel.org. At the beginning of a major Linux kernel
13 development cycle, the Yocto Project team chooses a Linux kernel based
15 final upstream ``kernel.org`` versions, and Yocto Project feature
16 requirements. Typically, the Linux kernel chosen is in the final stages
17 of development by the Linux community. In other words, the Linux kernel
20 team knows that the ``kernel.org`` final release will clearly be within
24 up-to-date Yocto Linux kernel possible, while still ensuring that the
25 team has a stable official release for the baseline Linux kernel
29 released kernels from ``kernel.org``. In addition to a foundational
[all …]
H A Dintro.rst11 are you will work with the Linux kernel. This manual describes how to
12 set up your build host to support kernel development, introduces the
13 kernel development process, provides background information on the Yocto
14 Linux kernel :term:`Metadata`, describes
15 common tasks you can perform using the kernel tools, shows you how to
16 use the kernel Metadata needed to work with the kernel inside the Yocto
18 and maintains Yocto Linux kernel Git repositories and Metadata.
20 Each Yocto Project release has a set of Yocto Linux kernel recipes,
23 heading. New recipes for the release track the latest Linux kernel
24 upstream developments from https://www.kernel.org and introduce
[all …]
H A Dmaint-appx.rst10 This section describes construction of the Yocto Project kernel source
12 Linux kernel repositories. These kernel repositories are found under the
18 divisions found in a Yocto Linux kernel. Thus, the Yocto Project Linux
19 kernel repository (or tree) and accompanying Metadata in the
20 ``yocto-kernel-cache`` are built.
23 particular Yocto Project Linux kernel repository and use it to build
27 in the Yocto Project Linux kernel in any clone of the Yocto Project
28 Linux kernel source repository and ``yocto-kernel-cache`` Git trees. For
30 kernel that branches off ``linux.org`` version 4.12 and the
31 ``yocto-kernel-cache``, which contains stores of kernel Metadata::
[all …]
H A Dfaq.rst12 How do I use my own Linux kernel ``.config`` file?
16 ":ref:`kernel-dev/common:changing the configuration`"
23 ":ref:`kernel-dev/common:creating configuration fragments`"
26 How do I use my own Linux kernel sources?
30 ":ref:`kernel-dev/common:working with your own sources`"
33 How do I install/not-install the kernel image on the root filesystem?
36 The kernel image (e.g. ``vmlinuz``) is provided by the
37 ``kernel-image`` package. Image recipes depend on ``kernel-base``. To
38 specify whether or not the kernel image is installed in the generated
40 include "kernel-image". See the
[all …]
H A Dadvanced.rst4 Working with Advanced Metadata (``yocto-kernel-cache``)
11 Project kernel tools also support rich
16 BSPs and Linux kernel types.
20 is the ``yocto-kernel-cache`` Git repository. You can find this repository
26 ``yocto-kernel-tools`` Git repository. The recipe that builds these
27 tools is ``meta/recipes-kernel/kern-tools/kern-tools-native_git.bb`` in
34 As mentioned in the introduction, the Yocto Project contains kernel
35 Metadata, which is located in the ``yocto-kernel-cache`` Git repository.
38 consists of an aggregation of kernel policy and enabled
44 A Linux kernel recipe that contains kernel Metadata (e.g. inherits
[all …]
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-filter/nftables/
H A Dnftables_1.1.3.bb3 This software provides an in-kernel packet classification framework \
71 kernel-module-nft-chain-nat kernel-module-nft-queue \
72 kernel-module-nft-compat kernel-module-nft-quota \
73 kernel-module-nft-connlimit kernel-module-nft-redir \
74 kernel-module-nft-ct kernel-module-nft-reject \
75 kernel-module-nft-flow-offload kernel-module-nft-reject-inet \
76 kernel-module-nft-hash kernel-module-nft-reject-ipv4 \
77 kernel-module-nft-limit kernel-module-nft-reject-ipv6 \
78 kernel-module-nft-log kernel-module-nft-socket \
79 kernel-module-nft-masq kernel-module-nft-synproxy \
[all …]
/openbmc/u-boot/test/py/tests/vboot/
H A Dsign-configs-sha1.its4 description = "Chrome OS kernel image with one or more FDT blobs";
8 kernel {
9 data = /incbin/("test-kernel.bin");
16 kernel-version = <1>;
23 data = /incbin/("sandbox-kernel.dtb");
36 kernel = "kernel";
41 sign-images = "fdt", "kernel";
H A Dsign-configs-sha256.its4 description = "Chrome OS kernel image with one or more FDT blobs";
8 kernel {
9 data = /incbin/("test-kernel.bin");
16 kernel-version = <1>;
23 data = /incbin/("sandbox-kernel.dtb");
36 kernel = "kernel";
41 sign-images = "fdt", "kernel";
H A Dsign-configs-sha256-pss.its4 description = "Chrome OS kernel image with one or more FDT blobs";
8 kernel {
9 data = /incbin/("test-kernel.bin");
16 kernel-version = <1>;
23 data = /incbin/("sandbox-kernel.dtb");
36 kernel = "kernel";
42 sign-images = "fdt", "kernel";
H A Dsign-configs-sha1-pss.its4 description = "Chrome OS kernel image with one or more FDT blobs";
8 kernel {
9 data = /incbin/("test-kernel.bin");
16 kernel-version = <1>;
23 data = /incbin/("sandbox-kernel.dtb");
36 kernel = "kernel";
42 sign-images = "fdt", "kernel";
H A Dsign-images-sha1.its4 description = "Chrome OS kernel image with one or more FDT blobs";
8 kernel {
9 data = /incbin/("test-kernel.bin");
16 kernel-version = <1>;
24 data = /incbin/("sandbox-kernel.dtb");
38 kernel = "kernel";
H A Dsign-images-sha256.its4 description = "Chrome OS kernel image with one or more FDT blobs";
8 kernel {
9 data = /incbin/("test-kernel.bin");
16 kernel-version = <1>;
24 data = /incbin/("sandbox-kernel.dtb");
38 kernel = "kernel";
H A Dsign-images-sha256-pss.its4 description = "Chrome OS kernel image with one or more FDT blobs";
8 kernel {
9 data = /incbin/("test-kernel.bin");
16 kernel-version = <1>;
25 data = /incbin/("sandbox-kernel.dtb");
40 kernel = "kernel";
/openbmc/qemu/tests/qtest/migration/aarch64/
H A DMakefile5 all: a-b-kernel.h
7 a-b-kernel.h: aarch64.kernel
11 aarch64.kernel: aarch64.elf
14 aarch64.elf: a-b-kernel.S
18 $(RM) *.kernel *.elf
/openbmc/qemu/tests/qtest/migration/ppc64/
H A DMakefile2 all: a-b-kernel.h
4 a-b-kernel.h: ppc64.kernel
8 ppc64.kernel: ppc64.elf
11 ppc64.elf: a-b-kernel.S
15 $(RM) *.kernel *.elf
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-bsp/irda-utils/
H A Dirda-utils_0.9.18.bb24 kernel-module-pxaficp-ir \
25 kernel-module-irda \
26 kernel-module-ircomm \
27 kernel-module-ircomm-tty \
28 kernel-module-irlan \
29 ${@bb.utils.contains('DISTRO_FEATURES', 'ppp', 'kernel-module-irnet', '',d)} \
30 kernel-module-irport \
31 kernel-module-irtty \
32 kernel-module-irtty-sir \
33 kernel-module-sir-dev \
[all …]

12345678910>>...73