Go to file
Peter Morrow 4c21b66338 libbpf: remove kernel configuration dependency
This dependency introduces a cycle with pahole:

```
kernel --> pahole --> libbpf
  ^                      /
   \                    /
    `------------------<
```

pahole is a build time dependency of the kernel which is required to
generate BTF symbols. The dependency on the kernel configuration is nice
to have but makes using pahole during kernel compile time impossible.

Furthermore this dependency doesn't make sense when building libbpf
purely to ship it via a SDK.

Signed-off-by: Peter Morrow <pemorrow@linux.microsoft.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2021-09-07 10:03:49 -07:00
contrib PEP8 double aggressive W291 ~ W293 and W391 2021-04-15 09:28:44 -07:00
meta-filesystems xfsprogs: upgrade 5.12.0 -> 5.13.0 2021-08-26 10:10:56 -07:00
meta-gnome gjs: Remove valgrind dependency on rv32/rv64 2021-09-03 08:38:41 -07:00
meta-initramfs klibc.bbclass, image_types_sparse.bbclass, packagegroup-meta-oe.bb: update the overrides syntax conversion 2021-08-06 20:38:40 -07:00
meta-multimedia bluealsa: Add recipe 2021-09-01 14:31:10 -07:00
meta-networking wireshark: upgrade 3.4.7 -> 3.4.8 2021-09-05 22:19:55 -07:00
meta-oe libbpf: remove kernel configuration dependency 2021-09-07 10:03:49 -07:00
meta-perl libio-socket-ssl-perl: upgrade 2.071 -> 2.072 2021-08-25 08:17:04 -07:00
meta-python python3-traitlets: upgrade 5.0.5 -> 5.1.0 2021-09-07 10:02:11 -07:00
meta-webserver nginx: Fix off_t size passed in configure 2021-08-31 09:05:43 -07:00
meta-xfce layer.conf: Update to honister 2021-08-03 10:21:25 -07:00
.gitignore .gitignore: add *.pyc and *.pyo 2019-06-15 16:45:33 -07:00
COPYING.MIT
README Update maintainers 2018-08-27 10:53:58 -07:00

Collection of layers for the OE-core universe

Main layer maintainer: Khem Raj <raj.khem@gmail.com>

This repository is a collection of layers to suppliment OE-Core
with additional packages, Each layer have designated maintainer
Please see the respective READMEs in the layer subdirectories