diff options
| author | Khem Raj <raj.khem@gmail.com> | 2018-12-09 13:03:59 -0800 |
|---|---|---|
| committer | Andrei Gherzan <andrei@gherzan.ro> | 2018-12-12 16:22:15 +0000 |
| commit | 14b9d06ac1bbdc58abe4ced18bf0752ef42769b9 (patch) | |
| tree | a60e769f162194cedcdf8b2545e1f58e5a608fc6 | |
| parent | 009145adf48dae56c145940f88414eeada98a002 (diff) | |
| download | meta-raspberrypi-14b9d06ac1bbdc58abe4ced18bf0752ef42769b9.tar.gz | |
bpftool: Disable for rpi until kernel is not > 4.14
Signed-off-by: Khem Raj <raj.khem@gmail.com>
| -rw-r--r-- | recipes-kernel/linux/bpftool.bbappend | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/recipes-kernel/linux/bpftool.bbappend b/recipes-kernel/linux/bpftool.bbappend new file mode 100644 index 0000000..7536f39 --- /dev/null +++ b/recipes-kernel/linux/bpftool.bbappend | |||
| @@ -0,0 +1,3 @@ | |||
| 1 | # remove it when we upgrade to kernel > 4.14 | ||
| 2 | # | ||
| 3 | COMPATIBLE_HOST_rpi = "null" | ||
