Home
last modified time | relevance | path

Searched refs:reparse (Results 1 – 5 of 5) sorted by relevance

/openbmc/openbmc/meta-openembedded/meta-oe/classes/
H A Dgitver.bbclass65 # Force a reparse if anything in the index changes.
/openbmc/u-boot/scripts/kconfig/
H A Dgconf.c1266 reparse: in update_tree()
1293 goto reparse; /* next child */ in update_tree()
1318 goto reparse; // next child in update_tree()
/openbmc/openbmc/poky/bitbake/lib/bb/fetch2/
H A D__init__.py230 reparse = 0
235 reparse = 1
242 reparse = 1
244 if reparse:
/openbmc/openbmc/poky/meta/classes-recipe/
H A Dpopulate_sdk_ext.bbclass367 # We want to be able to set this without a full reparse
/openbmc/openbmc/poky/bitbake/lib/bb/
H A Dcooker.py2371 def reparse(self, filename): member in CookerParser