diff options
Diffstat (limited to 'recipes-kernel/linux/linux-%.bbappend')
-rw-r--r-- | recipes-kernel/linux/linux-%.bbappend | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes-kernel/linux/linux-%.bbappend b/recipes-kernel/linux/linux-%.bbappend new file mode 100644 index 000000000..e6b19c217 --- /dev/null +++ b/recipes-kernel/linux/linux-%.bbappend @@ -0,0 +1 @@ +require ${@bb.utils.contains('AGL_FEATURES', 'agldemo', 'linux_agldemo.inc', '', d) if bb.data.inherits_class('kernel', d) else ''} |