Searched refs:sourcefile (Results 1 – 7 of 7) sorted by relevance
| /openbmc/openbmc/poky/meta/lib/oe/ |
| H A D | sdk.py | 62 def movefile(self, sourcefile, destdir): argument 67 if (bb.utils.movefile(sourcefile, destdir) == None): 69 %(sourcefile, destdir)) 73 bb.fatal("unable to place %s in final SDK location" % sourcefile)
|
| H A D | package.py | 975 sourcefile = d.expand("${WORKDIR}/debugsources.list") 976 bb.utils.remove(sourcefile) 982 with open(sourcefile, 'a') as sf: 1012 … ; sort -z -u '%s' | egrep -v -z '((<internal>|<built-in>)$|/.*recipe-sysroot.*/)' | " % sourcefile
|
| /openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/bluez-tools/bluez-tools/ |
| H A D | obex-file-fix-null-check.patch | 20 …_sync(self->priv->proxy, "GetFile", g_variant_new ("(ss)", targetfile, sourcefile), G_DBUS_CALL_FL… 29 …_sync(self->priv->proxy, "PutFile", g_variant_new ("(ss)", targetfile, sourcefile), G_DBUS_CALL_FL…
|
| /openbmc/openbmc/poky/meta/recipes-graphics/xorg-util/ |
| H A D | makedepend_1.0.9.bb | 5 DESCRIPTION = "The makedepend program reads each sourcefile in sequence \
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-dbs/rocksdb/files/ |
| H A D | 0001-CMakeLists.txt-Make-the-test-discovery-occur-on-targ.patch | 39 endforeach(sourcefile ${TESTS})
|
| /openbmc/openbmc/poky/scripts/lib/recipetool/ |
| H A D | append.py | 274 sourcefile, instelements, modpatches = determine_file_source(args.targetpath, rd) 276 if sourcefile: 277 sourcetype, sourcepath = sourcefile.split('://', 1)
|
| /openbmc/u-boot/scripts/dtc/ |
| H A D | dtc-parser.y | 108 sourcefile:
|