Home
last modified time | relevance | path

Searched refs:origInit (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/yocto/poky/meta/classes/
H A Doverlayfs-etc.bbclass71 origInit = oe.path.join(d.getVar("IMAGE_ROOTFS"), initBaseName)
72 …bb.debug(1, "rootfs path %s, init path %s, test %s" % (d.getVar('IMAGE_ROOTFS'), origInit, d.getVa…
73 bb.utils.rename(origInit, origInit + origInitNameSuffix)
74 preinitPath = origInit
/OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/selftest/cases/
H A Doverlayfs.py386 def run_sbin_init(self, origInit): argument
417 'OVERLAYFS_INIT_OPTION': "" if origInit else "init=/sbin/preinit",
418 'OVERLAYFS_ETC_USE_ORIG_INIT_NAME': int(origInit == True)