Home
last modified time | relevance | path

Searched refs:feed (Results 1 – 25 of 62) sorted by relevance

123

/openbmc/openbmc/meta-openembedded/meta-oe/recipes-core/meta/
H A Ddistro-feed-configs.bb6 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.py221 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.py372 def feed(self, markup): member in HTMLParserTreeBuilder
380 parser.feed(markup)
H A D__init__.py228 def feed(self, markup): member in TreeBuilder
340 def feed(self, markup): member in SAXTreeBuilder
/openbmc/u-boot/board/technologic/ts4800/
H A Dts4800.h12 u16 feed; member
H A Dts4800.c252 writew(0x2, &wtd->feed); in hw_watchdog_reset()
/openbmc/openbmc/poky/meta/files/common-licenses/
H A DTPDL2 …yone to use, modify or redistribute this module at their own risk. Please feed useful changes back…
/openbmc/u-boot/tools/buildman/
H A Dkconfiglib.py1114 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 Dyocto-uninative.inc4 # want to use/maintain a unified sstate feed for native/cross artefacts
/openbmc/openbmc/poky/meta-selftest/classes/
H A Dlocalpkgfeed.bbclass1 # Create a subset of the package feed that just contain the
/openbmc/openbmc/poky/meta/recipes-support/vte/vte/
H A D0002-lib-Typo-fix.patch20 void feed(std::string_view const& data,
/openbmc/phosphor-pid-control/examples/
H A DREADME70 "feedFwdOffsetCoeff": 0.0, /* The feed-forward offset coefficient. (double) */
71 "feedFwdGainCoeff": 0.010, /* The feed-forward gain coefficient. (double) */
/openbmc/qemu/scripts/
H A Dfeature_to_c.py43 parser.feed(read)
/openbmc/openbmc/poky/meta/classes/
H A Dsign_package_feed.bbclass38 # Make feed signing key to be present in rootfs
/openbmc/openbmc/poky/meta/recipes-support/rng-tools/
H A Drng-tools_6.17.bb2 DESCRIPTION = "Check and feed random data from hardware device to kernel"
/openbmc/openbmc/poky/meta/recipes-core/musl/musl/
H A D0001-Make-dynamic-linker-a-relative-symlink-to-libc.patch10 in such situations to feed into cross builds.
/openbmc/qemu/docs/devel/
H A Dblock-coroutine-wrapper.rst36 2. You need to feed this declaration to block-coroutine-wrapper script.
/openbmc/openbmc/poky/meta/recipes-devtools/dpkg/dpkg/
H A D0001-build.c-ignore-return-of-1-from-tar-cf.patch40 /* Fork off a tar. We will feed it a list of filenames on stdin later. */
/openbmc/openbmc/poky/meta/recipes-core/meta/
H A Dsigning-keys.bb39 # Export public key of the feed signing key
/openbmc/openbmc/poky/bitbake/lib/bs4/
H A Ddiagnose.py146 parser.feed(data)
/openbmc/openbmc/poky/documentation/migration-guides/
H A Dmigration-1.8.rst39 - ``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 Ddm-verity-img.bbclass64 # 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 DKconfig10 feed into other clocks in a tree structure, with multiplexers to
/openbmc/openbmc/poky/documentation/dev-manual/
H A Dpackages.rst102 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 Dmeson.build281 feed: true)
289 feed: true)

123