Lines Matching refs:patched
6 # 2) patched source: ARCHIVER_MODE[src] = "patched" (default)
48 ARCHIVER_MODE[src] ?= "patched"
117 # 'patched' and 'configured' invoke do_unpack_and_patch because
122 elif ar_src == "patched":
165 elif ar_src == "patched":
254 if d.getVarFlag('ARCHIVER_MODE', 'src') != 'patched':
262 bb.note('Archiving the patched source...')
263 create_tarball(d, d.getVar('S'), 'patched', ar_outdir)
439 # the patched source, and remove the files that we'd like to
441 src_patched = src + '.patched'
454 diff_cmd = 'diff -Naur %s.orig %s.patched | gzip -c > %s' % (basename, basename, out_file)
469 [ 'patched', 'configured'] and \
500 # Make sure gcc and kernel sources are patched only once