1
0
Fork
You've already forked openembedded-core
0
Personal mirror of openembedded-core.
  • Python 35.7%
  • BitBake 35.1%
  • Pawn 10.4%
  • Roff 7.5%
  • PHP 5.5%
  • Other 5.4%
Find a file
Khem Raj e556df28f4 tcp-wrappers: Remove support
It has been removed in 2001, The code does not compile with
new compilers, it has to be fixed/patched with every compiler
release
This has long gone in other distributions too e.g. fedora
removed it in F28 [1]
[1] https://fedoraproject.org/wiki/Changes/Deprecate_TCP_wrappers
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com>
2025年11月10日 17:56:48 +00:00
contrib contrib/git-hooks: add a sendemail-validate example hook that adds FROM: lines to outgoing patch emails 2020年12月30日 13:57:17 +00:00
meta tcp-wrappers: Remove support 2025年11月10日 17:56:48 +00:00
meta-selftest oeqa/bblayers.py: add tests for adding new built-in fragments 2025年10月01日 10:52:51 +01:00
meta-skeleton meta-skeleton: fix spaces in assignment 2025年09月22日 17:57:07 +01:00
scripts oe-setup-layers: make "path" optional 2025年11月03日 17:39:51 +00:00
.b4-config b4-config: Add basic b4 config file 2025年02月06日 10:36:21 +00:00
.gitignore vscode: drop .vscode folder 2024年02月19日 11:34:09 +00:00
.templateconf meta/conf: move default configuration templates into meta/conf/templates/default 2022年09月01日 10:05:42 +01:00
LICENSE meta/lib+scripts: Convert to SPDX license headers 2019年05月09日 11:58:04 +01:00
LICENSE.GPL-2.0-only meta/lib+scripts: Convert to SPDX license headers 2019年05月09日 11:58:04 +01:00
LICENSE.MIT meta/lib+scripts: Convert to SPDX license headers 2019年05月09日 11:58:04 +01:00
MAINTAINERS.md MAINTAINERS.md: fix markdown style issues 2025年02月05日 12:48:25 +00:00
MEMORIAM MEMORIAM: Add recognition for contributors no longer with us 2020年01月30日 15:22:28 +00:00
oe-init-build-env oe-init-build-env: generate .vscode from template 2024年02月19日 11:34:09 +00:00
README.md README: Point at README.OE-Core 2021年07月20日 08:50:50 +01:00
README.OE-Core.md README.OE-Core.md: fix markdown style issues 2025年02月05日 12:48:25 +00:00
README.qemu.md README.qemu.md: fix markdown style issues 2025年02月05日 12:48:25 +00:00
SECURITY.md SECURITY.md: fix markdown style issues 2025年02月05日 12:48:25 +00:00

OpenEmbedded-Core

OpenEmbedded-Core is a layer containing the core metadata for current versions of OpenEmbedded. It is distro-less (can build a functional image with DISTRO = "nodistro") and contains only emulated machine support.

For information about OpenEmbedded, see the OpenEmbedded website: https://www.openembedded.org/

The Yocto Project has extensive documentation about OE including a reference manual which can be found at: https://docs.yoctoproject.org/

Contributing

Please refer to our contributor guide here: https://docs.yoctoproject.org/dev/contributor-guide/ for full details on how to submit changes.

As a quick guide, patches should be sent to openembedded-core@lists.openembedded.org The git command to do that would be:

git send-email -M -1 --to openembedded-core@lists.openembedded.org

Mailing list: https://lists.openembedded.org/g/openembedded-core

Source code: https://git.openembedded.org/openembedded-core/