| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-core/meta/ |
| H A D | distro-feed-configs.bb | 6 DISTRO_FEED_URI ?= "http://my-distribution.example/remote-feed/" 11 for feed in ${DISTRO_FEED_ARCHS}; do 12 …echo "src/gz ${DISTRO_FEED_PREFIX}-${feed} ${DISTRO_FEED_URI}/${feed}" > ${S}/${sysconfdir}/opkg/$… 27 # confs = [ ( "${sysconfdir}/opkg/%s-feed.conf" % feed ) for feed in archs ] 32 CONFFILES:${PN} += '${@ " ".join( [ ( "${sysconfdir}/opkg/%s-feed.conf" % feed ) for feed in "all $…
|
| /openbmc/openbmc/poky/bitbake/lib/bs4/builder/ |
| H A D | _lxml.py | 221 def feed(self, markup): member in LXMLTreeBuilderForXML 232 self.parser.feed(data) 237 self.parser.feed(data) 376 def feed(self, markup): member in LXMLTreeBuilder 380 self.parser.feed(markup)
|
| H A D | _htmlparser.py | 372 def feed(self, markup): member in HTMLParserTreeBuilder 380 parser.feed(markup)
|
| H A D | __init__.py | 228 def feed(self, markup): member in TreeBuilder 340 def feed(self, markup): member in SAXTreeBuilder
|
| /openbmc/u-boot/board/technologic/ts4800/ |
| H A D | ts4800.h | 12 u16 feed; member
|
| H A D | ts4800.c | 252 writew(0x2, &wtd->feed); in hw_watchdog_reset()
|
| /openbmc/openbmc/poky/meta/files/common-licenses/ |
| H A D | TPDL | 2 …yone to use, modify or redistribute this module at their own risk. Please feed useful changes back…
|
| /openbmc/u-boot/tools/buildman/ |
| H A D | kconfiglib.py | 1114 def _parse_expr(self, feed, cur_item, line, filename=None, linenr=None, argument 1157 return self._parse_expr_rec(feed) 1159 def _parse_expr_rec(self, feed): argument 1160 or_term = self._parse_or_term(feed) 1161 if not feed.check(T_OR): 1165 or_terms = [or_term, self._parse_or_term(feed)] 1166 while feed.check(T_OR): 1167 or_terms.append(self._parse_or_term(feed)) 1170 def _parse_or_term(self, feed): argument 1171 and_term = self._parse_factor(feed) [all …]
|
| /openbmc/openbmc/poky/meta/conf/distro/include/ |
| H A D | yocto-uninative.inc | 4 # want to use/maintain a unified sstate feed for native/cross artefacts
|
| /openbmc/openbmc/poky/meta-selftest/classes/ |
| H A D | localpkgfeed.bbclass | 1 # Create a subset of the package feed that just contain the
|
| /openbmc/openbmc/poky/meta/recipes-support/vte/vte/ |
| H A D | 0002-lib-Typo-fix.patch | 20 void feed(std::string_view const& data,
|
| /openbmc/phosphor-pid-control/examples/ |
| H A D | README | 70 "feedFwdOffsetCoeff": 0.0, /* The feed-forward offset coefficient. (double) */ 71 "feedFwdGainCoeff": 0.010, /* The feed-forward gain coefficient. (double) */
|
| /openbmc/qemu/scripts/ |
| H A D | feature_to_c.py | 43 parser.feed(read)
|
| /openbmc/openbmc/poky/meta/classes/ |
| H A D | sign_package_feed.bbclass | 38 # Make feed signing key to be present in rootfs
|
| /openbmc/openbmc/poky/meta/recipes-support/rng-tools/ |
| H A D | rng-tools_6.17.bb | 2 DESCRIPTION = "Check and feed random data from hardware device to kernel"
|
| /openbmc/openbmc/poky/meta/recipes-core/musl/musl/ |
| H A D | 0001-Make-dynamic-linker-a-relative-symlink-to-libc.patch | 10 in such situations to feed into cross builds.
|
| /openbmc/qemu/docs/devel/ |
| H A D | block-coroutine-wrapper.rst | 36 2. You need to feed this declaration to block-coroutine-wrapper script.
|
| /openbmc/openbmc/poky/meta/recipes-devtools/dpkg/dpkg/ |
| H A D | 0001-build.c-ignore-return-of-1-from-tar-cf.patch | 40 /* Fork off a tar. We will feed it a list of filenames on stdin later. */
|
| /openbmc/openbmc/poky/meta/recipes-core/meta/ |
| H A D | signing-keys.bb | 39 # Export public key of the feed signing key
|
| /openbmc/openbmc/poky/bitbake/lib/bs4/ |
| H A D | diagnose.py | 146 parser.feed(data)
|
| /openbmc/openbmc/poky/documentation/migration-guides/ |
| H A D | migration-1.8.rst | 39 - ``poky-feed-config-opkg``: This recipe has become obsolete and is no 40 longer needed. Use ``distro-feed-config`` from ``meta-oe`` instead.
|
| /openbmc/openbmc/meta-security/classes/ |
| H A D | dm-verity-img.bbclass | 64 # any useful info) and feed the rest to a script. 161 # and feed the rest to another function.
|
| /openbmc/u-boot/drivers/clk/ |
| H A D | Kconfig | 10 feed into other clocks in a tree structure, with multiplexers to
|
| /openbmc/openbmc/poky/documentation/dev-manual/ |
| H A D | packages.rst | 102 maintain a package feed that is compatible with existing package manager 136 and procedures of a given distribution and package feed. 164 that builds the package feed (building system). For this scenario, you can 175 work against a common, shared package feed, you have a single PR Service 203 feed, it's expected that either all your building systems that 204 contribute to the sstate feed use a shared PR service, or you do not 208 not their sstate feed, you could end up with "diverging" hashes for 604 variables to pre-configure target images to use a package feed. If you 863 The steps you need to take to enable signed package feed use are similar
|
| /openbmc/qemu/tests/qapi-schema/ |
| H A D | meson.build | 281 feed: true) 289 feed: true)
|