/openbmc/openbmc/poky/meta/recipes-core/glib-2.0/files/ |
H A D | 0010-Do-not-hardcode-python-path-into-various-tools.patch | 9 gio/gdbus-2.0/codegen/gdbus-codegen.in | 2 +- 14 diff --git a/gio/gdbus-2.0/codegen/gdbus-codegen.in b/gio/gdbus-2.0/codegen/gdbus-codegen.in 16 --- a/gio/gdbus-2.0/codegen/gdbus-codegen.in 17 +++ b/gio/gdbus-2.0/codegen/gdbus-codegen.in
|
H A D | 0001-Do-not-write-bindir-into-pkg-config-files.patch | 34 - 'gdbus_codegen=' + '${bindir}' / 'gdbus-codegen', 42 + 'gdbus_codegen=gdbus-codegen',
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-connectivity/gattlib/files/ |
H A D | dbus-avoid-strange-chars-from-the-build-dir.patch | 6 gdbus-codegen uses include guards with the full path dir, and if there 30 - COMMAND gdbus-codegen --interface-prefix org.bluez.Adapter1. --generate-c-code … 31 + COMMAND gdbus-codegen --pragma-once --interface-prefix org.bluez.Adapter1. --ge… 37 - COMMAND gdbus-codegen --interface-prefix org.bluez.Device1. --generate-c-code $… 38 + COMMAND gdbus-codegen --pragma-once --interface-prefix org.bluez.Device1. --gen… 44 - COMMAND gdbus-codegen --interface-prefix org.bluez.GattService1. --generate-c-c… 45 + COMMAND gdbus-codegen --pragma-once --interface-prefix org.bluez.GattService1. … 51 - COMMAND gdbus-codegen --interface-prefix org.bluez.Characteristic1. --generate-… 52 + COMMAND gdbus-codegen --pragma-once --interface-prefix org.bluez.Characteristic… 58 - COMMAND gdbus-codegen --interface-prefix org.bluez.Descriptor1. --generate-c-co… [all …]
|
/openbmc/linux/tools/bpf/bpftool/ |
H A D | gen.c | 378 static void codegen(const char *template, ...) in codegen() function 479 codegen("\ in codegen_asserts() 523 codegen("\ in codegen_asserts() 539 codegen("\ in codegen_attach_detach() 564 codegen("\ in codegen_attach_detach() 574 codegen("\ in codegen_attach_detach() 585 codegen("\ in codegen_attach_detach() 591 codegen("\ in codegen_attach_detach() 602 codegen("\ in codegen_attach_detach() 608 codegen("\ in codegen_attach_detach() [all …]
|
/openbmc/openbmc/poky/meta/recipes-devtools/rust/files/ |
H A D | rustdoc-repro-issue-fix-cargo-config-for-codegenunits.patch | 5 The 'codegen-units' option split the crate into multiple compilation units for parallel compilation… 6 To fix this the codegen-units & the lto options are disabled. 9 https://doc.rust-lang.org/cargo/reference/profiles.html#codegen-units 10 https://doc.rust-lang.org/rustc/codegen-options/index.html#lto 24 +codegen-units = 1
|
/openbmc/openbmc/poky/meta/recipes-devtools/apt/apt/ |
H A D | triehash | 602 my $codegen = shift; 619 $label //= $codegen->word_to_label($word); 626 $unknown_label = $codegen->mangle_label($label) if defined $label; 635 $unknown_label //= $codegen->mangle_label('Unknown'); 711 my $codegen = $codegens{$language}->new(); 712 my ($trie, $counter, %lengths) = build_trie($codegen); 714 $codegen->open_output(); 715 $codegen->main($trie, $counter, %lengths);
|
/openbmc/openbmc/poky/meta/recipes-core/glib-2.0/ |
H A D | glib.inc | 27 PACKAGES += "${PN}-codegen ${PN}-utils" 54 sed -i -e '1s,#!.*,#!${USRBINPATH}/env python3,' ${S}/gio/gdbus-2.0/codegen/gdbus-codegen.in 74 FILES:${PN}-codegen = "${datadir}/glib-2.0/codegen/*.py \ 75 ${bindir}/gdbus-codegen" 106 rm -rf ${D}${datadir}/glib-2.0/codegen/__pycache__ 107 rm -f ${D}${datadir}/glib-2.0/codegen/*.pyc 108 rm -f ${D}${datadir}/glib-2.0/codegen/*.pyo 158 RDEPENDS:${PN}-codegen += "${CODEGEN_PYTHON_RDEPENDS}" 185 ${PN}-codegen \
|
/openbmc/openbmc/poky/bitbake/contrib/hashserv/ |
H A D | Dockerfile | 19 COPY lib/codegen.py /opt/bbhashserv/lib/codegen.py
|
/openbmc/openbmc/meta-openembedded/meta-xfce/recipes-apps/xfce4-notifyd/files/ |
H A D | xfce4-notifyd-get-var-abs-path.patch | 15 @@ -116,7 +116,7 @@ AC_MSG_CHECKING([for gdbus-codegen]) 23 AC_MSG_ERROR([could not find gdbus-codegen in \$PATH. You can run
|
/openbmc/openbmc/poky/bitbake/contrib/prserv/ |
H A D | Dockerfile | 38 COPY lib/codegen.py /opt/bbprserv/lib/codegen.py
|
/openbmc/skeleton/libopenbmc_intf/ |
H A D | codegen | 1 gdbus-codegen --interface-prefix org.openbmc --c-generate-object-manager --generate-c-code $1 $1.xml
|
/openbmc/openbmc/meta-security/dynamic-layers/networking-layer/recipes-security/sssd/files/ |
H A D | no_gen.patch | 19 src/sbus/codegen/dbus.xml \
|
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/networkmanager/ |
H A D | networkmanager-fortisslvpn_1.4.0.bb | 47 # gdbus-codegen requires target directories to exist
|
/openbmc/openbmc/poky/bitbake/lib/bb/ |
H A D | codeparser.py | 28 import codegen 258 funcstr = codegen.to_source(func) 259 argstr = codegen.to_source(arg)
|
/openbmc/qemu/ui/ |
H A D | meson.build | 85 dbus_display1 = custom_target('dbus-display gdbus-codegen',
|
/openbmc/qemu/ |
H A D | meson.build | 1056 gdbus_codegen_error = '@0@ requires gdbus-codegen, please install libgio' 1073 gdbus_codegen = find_program('gdbus-codegen', 1083 gdbus_codegen_error = '@0@ uses gdbus-codegen, which does not support control flow integrity'
|
/openbmc/linux/lib/ |
H A D | Kconfig.debug | 2972 Enables rustc's `-Cdebug-assertions` codegen option. 2988 Enables rustc's `-Coverflow-checks` codegen option.
|
/openbmc/openbmc/poky/documentation/ref-manual/ |
H A D | variables.rst | 1938 that makes use of a code generator built by the recipe ``codegen`` 1941 DEPENDS = "codegen-native"
|
/openbmc/openbmc/poky/meta/lib/oeqa/files/ |
H A D | buildhistory_filelist2.txt | 5070 -rw-r--r-- root root 6190 ./usr/lib/gobject-introspection/giscanner/codegen.py
|
H A D | buildhistory_filelist1.txt | 5069 -rw-r--r-- root root 6190 ./usr/lib/gobject-introspection/giscanner/codegen.py
|
/openbmc/ |
D | opengrok1.0.log | [all...] |
D | opengrok2.0.log | [all...] |
/openbmc/linux/ |
H A D | opengrok1.0.log | [all...] |