diff options
author | Yi Zhao <yi.zhao@windriver.com> | 2020-02-23 23:32:03 +0800 |
---|---|---|
committer | Joe MacDonald <joe_macdonald@mentor.com> | 2020-02-26 08:11:16 -0500 |
commit | 03baa60e371803aa5b862a4d4afb9ba1f2b01fbc (patch) | |
tree | 5e19265bd9f48e34e513ea948a1d5acf51823e09 | |
parent | 6257da999f5e7ec026d66b6e02d43e9569ef0d1c (diff) | |
download | meta-selinux-03baa60e371803aa5b862a4d4afb9ba1f2b01fbc.tar.gz |
linux-yocto: drop 4.x bbappend
The linux-yocto 4.x recipes have been dropped in oe-core. We can remove
the bbappend.
Signed-off-by: Yi Zhao <yi.zhao@windriver.com>
Signed-off-by: Joe MacDonald <joe_macdonald@mentor.com>
-rw-r--r-- | recipes-kernel/linux/linux-yocto_4.%.bbappend | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/recipes-kernel/linux/linux-yocto_4.%.bbappend b/recipes-kernel/linux/linux-yocto_4.%.bbappend deleted file mode 100644 index 7719d3b..0000000 --- a/recipes-kernel/linux/linux-yocto_4.%.bbappend +++ /dev/null | |||
@@ -1 +0,0 @@ | |||
1 | require ${@bb.utils.contains('DISTRO_FEATURES', 'selinux', '${BPN}_selinux.inc', '', d)} | ||