/openbmc/openbmc/poky/meta/classes-recipe/ |
H A D | python3targetconfig.bbclass | 19 do_configure:prepend:class-target() { 23 do_compile:prepend:class-target() { 27 do_install:prepend:class-target() { 31 do_configure:prepend:class-nativesdk() { 35 do_compile:prepend:class-nativesdk() { 39 do_install:prepend:class-nativesdk() {
|
H A D | gobject-introspection.bbclass | 27 EXTRA_OECONF:prepend:class-target = "${@bb.utils.contains('GI_DATA_ENABLED', 'True', '--enable-intr… 28 EXTRA_OEMESON:prepend:class-target = "${@['', '${GIRMESONTARGET}'][d.getVar('GIR_MESON_OPTION') != … 31 EXTRA_OECONF:prepend:class-native = "--disable-introspection " 32 EXTRA_OECONF:prepend:class-nativesdk = "--disable-introspection " 33 EXTRA_OEMESON:prepend:class-native = "${@['', '${GIRMESONBUILD}'][d.getVar('GIR_MESON_OPTION') != '… 34 EXTRA_OEMESON:prepend:class-nativesdk = "${@['', '${GIRMESONBUILD}'][d.getVar('GIR_MESON_OPTION') !… 46 do_configure:prepend:class-target () { 53 do_compile:prepend() {
|
H A D | ptest-perl.bbclass | 9 FILESEXTRAPATHS:prepend := "${COREBASE}/meta/files:" 22 FILES:${PN}-ptest:prepend = "${PTEST_PATH}/t/* ${PTEST_PATH}/run-ptest " 24 RDEPENDS:${PN}-ptest:prepend = "perl "
|
H A D | gtk-doc.bbclass | 28 EXTRA_OECONF:prepend = "${@bb.utils.contains('GTKDOC_ENABLED', 'True', '--enable-gtk-doc --enable-g… 30 EXTRA_OEMESON:prepend = "-D${GTKDOC_MESON_OPTION}=${@bb.utils.contains('GTKDOC_ENABLED', 'True', '$… 41 do_compile:prepend:class-target () {
|
/openbmc/openbmc/meta-arm/meta-arm/recipes-kernel/linux/ |
H A D | linux-yocto%.bbappend | 3 FILESEXTRAPATHS:prepend:qemuarm64-secureboot = "${ARMFILESPATHS}" 13 FILESEXTRAPATHS:prepend:qemuarm-secureboot = "${ARMFILESPATHS}" 18 FILESEXTRAPATHS:prepend:qemuarm64 = "${ARMFILESPATHS}" 21 FILESEXTRAPATHS:prepend:qemuarm = "${ARMFILESPATHS}"
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-connectivity/wvdial/ |
H A D | wvstreams_4.6.1.bb | 44 PACKAGES:prepend = "libuniconf " 45 PACKAGES:prepend = "uniconfd " 46 PACKAGES:prepend = "libwvstreams-base " 47 PACKAGES:prepend = "libwvstreams-extras " 48 PACKAGES:prepend = "${PN}-valgrind "
|
/openbmc/linux/fs/ |
H A D | d_path.c | 38 * The source of the prepend data can be an optimistic load 57 static bool prepend(struct prepend_buffer *p, const char *str, int namelen) in prepend() function 80 * prepend_name - prepend a pathname in front of current buffer pointer 81 * @p: prepend buffer which contains buffer pointer and allocated length 101 return prepend(p, dname, dlen) && prepend_char(p, '/'); in prepend_name() 141 * prepend_path - Prepend path string to a buffer 144 * @p: prepend buffer which contains buffer pointer and allocated length 288 prepend(&b, " (deleted)", 11); in d_path() 322 prepend(&b, " (deleted)", 11); in simple_dname() 323 prepend(&b, dentry->d_name.name, dentry->d_name.len); in simple_dname() [all …]
|
/openbmc/qemu/util/ |
H A D | error-report.c | 27 /* Prepend timestamp to messages */ 184 * Prepend the current location and append a newline. 197 /* Only prepend guest name if -msg guest-name and -name guest=... are set */ in vreport() 223 * Prepend the current location and append a newline. 235 * Prepend the current location and append a newline. 247 * Prepend the current location and append a newline. 258 * Prepend the current location and append a newline. 274 * Prepend the current location and append a newline. 290 * Prepend the current location and append a newline.
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/freerdp/ |
H A D | freerdp_2.11.7.bb | 72 python populate_packages:prepend () { 78 prepend=True, extra_depends='libfreerdp-plugin-audin') 83 prepend=True, extra_depends='libfreerdp-plugin-rdpsnd') 88 prepend=True, extra_depends='libfreerdp-plugin-tsmf') 93 prepend=True, extra_depends='')
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/pidgin/ |
H A D | pidgin_2.14.13.bb | 91 python populate_packages:prepend () { 99 prepend=True, extra_depends='') 104 prepend=True, extra_depends='') 109 prepend=True, extra_depends='libpurple-plugin-ssl') 114 prepend=True, extra_depends='') 119 prepend=True, extra_depends='')
|
/openbmc/openbmc/meta-phosphor/recipes-core/base-files/ |
H A D | base-files_%.bbappend | 1 FILESEXTRAPATHS:prepend:df-obmc-ubi-fs := "${THISDIR}/${PN}/df-ubi:" 2 FILESEXTRAPATHS:prepend:df-phosphor-mmc := "${THISDIR}/${PN}/df-mmc:" 3 FILESEXTRAPATHS:prepend := "${THISDIR}/${PN}:"
|
/openbmc/openbmc/meta-ibm/recipes-bsp/u-boot/ |
H A D | u-boot-aspeed-sdk_2019.04.bbappend | 1 FILESEXTRAPATHS:prepend := "${THISDIR}/${PN}:" 2 FILESEXTRAPATHS:prepend := "${THISDIR}/files:" 19 do_deploy:prepend:p10bmc() {
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/suitesparse/ |
H A D | suitesparse_5.10.1.bb | 20 # program name and prepend the rest of the value onto the corresponding FLAGS 22 CFLAGS:prepend := "${@" ".join(d.getVar('CC').split()[1:])} " 25 CXXFLAGS:prepend := "${@" ".join(d.getVar('CXX').split()[1:])} " 28 LDFLAGS:prepend := "${@" ".join(d.getVar('LD').split()[1:])} "
|
/openbmc/u-boot/board/freescale/mpc8641hpcn/ |
H A D | law.c | 17 * if PCI (prepend 0xc_0000_0000 if CONFIG_PHYS_64BIT) 20 * else if RIO (prepend 0xc_0000_0000 if CONFIG_PHYS_64BIT) 23 * (prepend 0xf_0000_0000 if CONFIG_PHYS_64BIT)
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/newt/ |
H A D | libnewt_0.52.24.bb | 40 PACKAGES:prepend = "whiptail ${PN}-python " 45 do_configure:prepend() { 49 do_compile:prepend() {
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/unixodbc/ |
H A D | unixodbc_2.3.12.bb | 30 do_configure:prepend() { 36 do_compile:prepend() { 42 do_install:prepend() {
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/nss/ |
H A D | nss_3.108.bb | 50 do_configure:prepend:libc-musl () { 54 do_configure:prepend:powerpc64le:toolchain-clang () { 58 do_configure:prepend:powerpc64:toolchain-clang () { 62 do_compile:prepend:class-native() { 67 do_compile:prepend:class-nativesdk() { 71 do_compile:prepend:class-native() { 141 do_install:prepend:class-nativesdk() {
|
/openbmc/linux/security/apparmor/ |
H A D | path.c | 25 static int prepend(char **buffer, int buflen, const char *str, int namelen) in prepend() function 65 error = prepend(name, *name - buf, "/", 1); in disconnect() 67 error = prepend(name, *name - buf, disconnected, in disconnect() 110 error = prepend(name, *name - buf, "/proc", 5); in d_namespace_path() 184 * @disconnected: string to prepend to disconnected paths
|
/openbmc/openbmc/meta-hpe/meta-rl300-g11/recipes-x86/x86-power-control/ |
H A D | x86-power-control_%.bbappend | 1 FILESEXTRAPATHS:prepend := "${THISDIR}/${PN}:" 5 do_configure:prepend() {
|
/openbmc/openbmc/poky/documentation/migration-guides/ |
H A D | migration-4.0.rst | 196 :append/:prepend in combination with other operators 199 The ``append``, ``prepend`` and ``remove`` operators can now only be combined with 201 ``prepend`` plus ``=+`` combinations, all combinations could be factored up to the 202 ``append``, ``prepend`` or ``remove`` in the combination. This brought a lot of 205 ``prepend`` or ``remove`` operator without any additional change. 206 For the ``append`` plus ``+=`` (and ``prepend`` plus ``=+``) combinations, 209 (``append``, ``prepend`` and ``remove``) in the BitBake documentation:
|
/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-kernel/linux/ |
H A D | linux-arm-platforms.inc | 22 FILESEXTRAPATHS:prepend:corstone1000 := "${ARMBSPFILESPATHS}" 65 FILESEXTRAPATHS:prepend:fvp-base := "${ARMBSPFILESPATHS}:${ARMFILESPATHS}" 78 FILESEXTRAPATHS:prepend:juno := "${ARMBSPFILESPATHS}"
|
/openbmc/qemu/tests/tcg/mips/user/ase/dsp/ |
H A D | test_dsp_r2_prepend.c | 13 ("prepend %0, %1, 0x00\n\t" in main() 23 ("prepend %0, %1, 0x0F\n\t" in main()
|
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/ |
H A D | python3-pynacl_1.5.0.bb | 19 do_compile:prepend() { 23 do_install:prepend() {
|
/openbmc/openbmc/poky/meta/recipes-core/glibc/ |
H A D | glibc-y2038-tests_2.41.bb | 86 stash_locale_package_cleanup:prepend () { 90 stash_locale_sysroot_cleanup:prepend () { 96 python populate_packages:prepend () {
|
/openbmc/openbmc/meta-facebook/recipes-phosphor/console/ |
H A D | obmc-console_%.bbappend | 1 FILESEXTRAPATHS:prepend := "${THISDIR}/${PN}:" 22 do_install:prepend() {
|