Home
last modified time | relevance | path

Searched refs:PLUGINS (Results 1 – 4 of 4) sorted by relevance

/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/geany/
H A Dgeany-plugins_2.0.bb8 for plugin in d.getVar('PLUGINS').split():
47 PLUGINS += "${PN}-addons"
51 PLUGINS += "${PN}-autoclose"
55 PLUGINS += "${PN}-automark"
59 PLUGINS += "${PN}-codenav"
63 PLUGINS += "${PN}-commander"
70 #PLUGINS += "${PN}-debugger"
74 PLUGINS += "${PN}-defineformat"
78 #PLUGINS += "${PN}-devhelp"
83 PLUGINS += "${PN}-geanyctags"
[all …]
/openbmc/openbmc/poky/scripts/lib/wic/
H A Dpluginbase.py27 PLUGINS = defaultdict(dict) variable
49 if ptype not in PLUGINS:
63 return PLUGINS.get(ptype)
69 PLUGINS[class_type.wic_plugin_type][attrs['name']] = class_type
/openbmc/qemu/tests/tcg/
H A DMakefile.target170 PLUGINS=$(filter-out $(DISABLE_PLUGINS), \
193 NUM_PLUGINS := $(words $(PLUGINS))
203 $(eval _plugin := $(word $(call mod_plus_one, $(_idx), $(NUM_PLUGINS)), $(PLUGINS))) \
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-protocols/openl2tp/openl2tp/
H A DMakefile-modify-CFLAGS-to-aviod-build-error.patch93 PLUGINS.c:= ppp_unix.c ppp_null.c ipsec.c event_sock.c
96 $(RM) $(PLUGINS.so) $(wildcard *.o) $(wildcard *.d) $(SRC.generated)