Home
last modified time | relevance | path

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

/openbmc/openbmc/meta-openembedded/meta-oe/recipes-dbs/postgresql/files/
H A D0004-config_info.c-not-expose-build-info.patch39 configdata = palloc_array(ConfigData, *configdata_len);
41 configdata[i].name = pstrdup("BINDIR");
43 configdata[i].setting = pstrdup(path);
46 - configdata[i].name = pstrdup("CONFIGURE");
47 - configdata[i].setting = pstrdup(CONFIGURE_ARGS);
50 - configdata[i].name = pstrdup("CC");
52 - configdata[i].setting = pstrdup(VAL_CC);
54 - configdata[i].setting = pstrdup(_("not recorded"));
58 - configdata[i].name = pstrdup("CPPFLAGS");
60 - configdata[i].setting = pstrdup(VAL_CPPFLAGS);
[all …]
/openbmc/openbmc/poky/meta/recipes-connectivity/openssl/
H A Dopenssl_3.5.0.bb150 perl ${B}/configdata.pm --dump
202 PTEST_BUILD_HOST_FILES += "configdata.pm"
205 install -m644 ${S}/Configure ${B}/configdata.pm ${D}${PTEST_PATH}
234 sed 's|${S}|${PTEST_PATH}|g' -i ${D}${PTEST_PATH}/configdata.pm ${D}${PTEST_PATH}/util/wrap.pl
/openbmc/u-boot/drivers/usb/musb/
H A Dmusb_core.h29 u8 configdata; member
H A Dmusb_udc.c122 b = readb(&musbr->ep[0].ep0.configdata); in musb_db_regs()