| /OK3568_Linux_fs/yocto/poky/bitbake/lib/toaster/tests/browser/ |
| H A D | test_project_config_page.py | 166 SSTATE_DIR 170 name='SSTATE_DIR') 174 self.click('#change-sstate_dir-icon') 176 self.wait_until_visible('#new-sstate_dir') 179 self.enter_text('#new-sstate_dir', 'home/foo') 180 element = self.wait_until_visible('#hintError-initialChar-sstate_dir') 187 self.driver.find_element_by_id('new-sstate_dir').clear() 188 self.enter_text('#new-sstate_dir', '/foo/bar a') 190 element = self.wait_until_visible('#hintError-sstate_dir') 195 self.driver.find_element_by_id('new-sstate_dir').clear() [all …]
|
| /OK3568_Linux_fs/yocto/poky/bitbake/lib/toaster/toastergui/templates/ |
| H A D | projectconf.html | 142 <span class="js-config-var-name js-config-var-managed-name">SSTATE_DIR</span> 146 …<span id="sstate_dir" class="lead {% if not sstate_dir %} text-muted {% endif %}">{% if sstate_dir… 147 <span class="glyphicon glyphicon-edit" id="change-sstate_dir-icon"></span> 148 <form class="form-inline" id="change-sstate_dir-form" style="display:none;"> 149 <div class="form-group" id="validate-sstate_dir"> 150 … <input type="text" class="form-control" id="new-sstate_dir" placeholder="Type an absolute path"> 152 <button id="apply-change-sstate_dir" class="btn btn-default" type="button">Save</button> 153 <button id="cancel-change-sstate_dir" type="button" class="btn btn-link">Cancel</button> 154 …<p class="help-block" id="hintError-sstate_dir" style="display:none;">The directory path cannot in… 155 …<p class="help-block" id="hintError-initialChar-sstate_dir" style="display:none;">The directory pa… [all …]
|
| /OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/selftest/cases/ |
| H A D | sstate.py | 18 needed_vars = ['SSTATE_DIR', 'NATIVELSBSTRING', 'TCLIBC', 'TUNE_ARCH', 21 self.sstate_path = bb_vars['SSTATE_DIR'] 36 config_temp_sstate = "SSTATE_DIR = \"%s\"" % temp_sstate_path 39 bb_vars = get_bb_vars(['SSTATE_DIR', 'NATIVELSBSTRING']) 40 self.sstate_path = bb_vars['SSTATE_DIR']
|
| H A D | eSDK.py | 56 sstate_dir = os.path.join(os.environ['BUILDDIR'], 'sstate-cache') 69 """ % sstate_dir 79 bb_vars = get_bb_vars(['SSTATE_DIR', 'WORKDIR'], cls.image) 96 """ % bb_vars["SSTATE_DIR"]
|
| H A D | bbtests.py | 143 SSTATE_DIR = \"${TOPDIR}/download-selftest\" 159 SSTATE_DIR = \"${TOPDIR}/download-selftest\" 214 SSTATE_DIR = \"${TOPDIR}/download-selftest\"
|
| H A D | _sstatetests_noauto.py | 33 config['default_sstate_dir'] = "SSTATE_DIR ?= \"${TOPDIR}/sstate-cache\""
|
| H A D | signing.py | 146 feature += 'SSTATE_DIR = "%s"\n' % sstatedir
|
| /OK3568_Linux_fs/yocto/poky/scripts/ |
| H A D | test-reexec | 28 sstate_dir=`bitbake $target -e | grep "^SSTATE_DIR=" | cut -d "\"" -f 2` 54 echo "Removing ${sstate_dir}/${sstate_pkgspec}*_${sstask}.tgz* for $target" 55 rm -rf ${sstate_dir}/${sstate_pkgspec}*_${sstask}.tgz*
|
| H A D | gen-lockedsig-cache | 43 sstate_dir = sys.argv[2] 44 map_sha_to_files(sstate_dir, prefix, sha_map)
|
| H A D | sstate-cache-management.sh | 247 # put in SSTATE_DIR, and there is a symlink in SSTATE_DIR/??/ to
|
| /OK3568_Linux_fs/yocto/poky/scripts/contrib/ |
| H A D | test_build_time.sh | 130 sstatedir=`grep "^SSTATE_DIR" $TEST_BUILDDIR/conf/local.conf | sed -e 's/SSTATE_DIR[ \t\?]*=[ \t]*"… 132 echo "Unable to determine SSTATE_DIR from $TEST_BUILDDIR/conf/local.conf, bailing out" 142 echo "SSTATE_DIR $sstatedir is less than 4 characters, bailing out" 161 echo "Removing SSTATE_DIR $sstatedir..."
|
| /OK3568_Linux_fs/yocto/poky/meta/classes/ |
| H A D | sanity.bbclass | 600 def check_sanity_sstate_dir_change(sstate_dir, data): 601 # Sanity checks to be done when the value of SSTATE_DIR changes 603 # Check that SSTATE_DIR isn't on a filesystem with limited filename length (eg. eCryptFS) 605 if sstate_dir != "": 606 testmsg = check_create_long_filename(sstate_dir, "SSTATE_DIR") 607 # If we don't have permissions to SSTATE_DIR, suggest the user set it as an SSTATE_MIRRORS 611 …stmsg + "You could try using %s in SSTATE_MIRRORS rather than as an SSTATE_CACHE.\n" % (sstate_dir) 793 for v in ("TMPDIR", "DL_DIR", "SSTATE_DIR"): 954 sstate_dir = sanity_data.getVar('SSTATE_DIR') 956 check_symlink(sstate_dir, sanity_data) [all …]
|
| H A D | populate_sdk_ext.bbclass | 33 SSTATE_DIR \ 87 sstate_dir = d.expand('${SDK_OUTPUT}/${SDKPATH}/sstate-cache') 88 extra_info = get_extra_sdkinfo(sstate_dir) 107 sstate_dir = d.expand('${SDK_OUTPUT}/${SDKPATH}/sstate-cache') 108 extra_info = get_extra_sdkinfo(sstate_dir) 146 f.write('\nSSTATE_DIR:forcevariable = "%s"\n' % d.getVar('SSTATE_DIR')) 520 d.getVar('SSTATE_DIR'), 539 d.getVar('SSTATE_DIR'), 545 d.getVar('SSTATE_DIR'),
|
| H A D | sstate.bbclass | 39 SSTATE_PKG = "${SSTATE_DIR}/${SSTATE_PKGNAME}" 42 SSTATE_PATHSPEC = "${SSTATE_DIR}/${SSTATE_EXTRAPATHWILDCARD}*/*/${SSTATE_PKGSPEC}*_${SSTATE_PATH_… 758 dldir = localdata.expand("${SSTATE_DIR}") 950 sstatefile = d.expand("${SSTATE_DIR}/" + getsstatefile(tid, siginfo, d)) 965 dldir = localdata.expand("${SSTATE_DIR}")
|
| /OK3568_Linux_fs/yocto/build/conf/include/ |
| H A D | common.conf | 67 #SSTATE_DIR ?= "${TOPDIR}/sstate-cache" 187 # than 100K inodes in any key build location (TMPDIR, DL_DIR, SSTATE_DIR), gracefully 196 STOPTASKS,${SSTATE_DIR},1G,100K \ 200 HALT,${SSTATE_DIR},100M,1K \ 214 # NOTE: if the mirror uses the same structure as SSTATE_DIR, you need to add PATH
|
| /OK3568_Linux_fs/yocto/poky/meta-poky/conf/ |
| H A D | local.conf.sample | 67 #SSTATE_DIR ?= "${TOPDIR}/sstate-cache" 187 # than 100K inodes in any key build location (TMPDIR, DL_DIR, SSTATE_DIR), gracefully 196 STOPTASKS,${SSTATE_DIR},1G,100K \ 200 HALT,${SSTATE_DIR},100M,1K \ 214 # NOTE: if the mirror uses the same structure as SSTATE_DIR, you need to add PATH
|
| /OK3568_Linux_fs/yocto/poky/scripts/lib/devtool/ |
| H A D | sdk.py | 46 def get_sstate_objects(update_dict, sstate_dir): argument 52 p = sstate_dir + '/' + hashval[:2] + '/*' + hashval + '*.tgz' 54 p = sstate_dir + '/*/' + hashval[:2] + '/*' + hashval + '*.tgz' 73 sstate_dir = os.path.join(dest_sdk, 'sstate-cache') 74 if not os.path.exists(sstate_dir):
|
| /OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/sdkext/ |
| H A D | testsdk.py | 66 … # Use our own SSTATE_DIR and DL_DIR so that updates to the eSDK come from our sstate cache 70 … f.write('SSTATE_MIRRORS += "file://.* file://%s/PATH"\n' % test_data.get('SSTATE_DIR'))
|
| /OK3568_Linux_fs/yocto/poky/meta/lib/oe/ |
| H A D | sdk.py | 138 def get_extra_sdkinfo(sstate_dir): argument 147 for root, _, files in os.walk(sstate_dir):
|
| /OK3568_Linux_fs/yocto/poky/bitbake/lib/toaster/toastergui/ |
| H A D | views.py | 561 v=variables.filter(variable_name='SSTATE_DIR') 1719 … return_data['sstate_dir'] = ProjectVariable.objects.get(project = prj, name = "SSTATE_DIR").value, 1852 …if ProjectVariable.objects.get(project = prj, name = "SSTATE_DIR").value == "${TOPDIR}/../sstate-c… 1854 sstate_dir = os.path.join(dirname(be.builddir), "sstate-cache") 1855 context['sstate_dir'] = sstate_dir 1856 … pv, created = ProjectVariable.objects.get_or_create(project = prj, name = "SSTATE_DIR") 1857 pv.value = sstate_dir 1860 … context['sstate_dir'] = ProjectVariable.objects.get(project = prj, name = "SSTATE_DIR").value
|
| /OK3568_Linux_fs/yocto/meta-clang/.github/workflows/ |
| H A D | yoe.yml | 45 echo SSTATE_DIR = \"$SSTATE_CACHE_DIR\" >> conf/local.conf
|
| /OK3568_Linux_fs/yocto/poky/documentation/migration-guides/ |
| H A D | migration-1.3.rst | 23 :term:`SSTATE_DIR`, by default now has two-character
|
| /OK3568_Linux_fs/yocto/poky/bitbake/lib/toaster/toastermain/management/commands/ |
| H A D | buildimport.py | 459 #self.update_project_vars(project,'SSTATE_DIR') 540 for var in ('DL_DIR','SSTATE_DIR'):
|
| /OK3568_Linux_fs/yocto/poky/documentation/test-manual/ |
| H A D | intro.rst | 515 This can delete files from SSTATE_DIR which would potentially break 516 other builds running in parallel. If this is required, SSTATE_DIR must
|
| /OK3568_Linux_fs/yocto/poky/bitbake/doc/bitbake-user-manual/ |
| H A D | bitbake-user-manual-ref-variables.rst | 179 BB_DISKMON_DIRS = "HALT,${TMPDIR},1G,100K WARN,${SSTATE_DIR},1G,100K" 189 issues a warning when the disk space in the ``${SSTATE_DIR}`` 236 BB_DISKMON_DIRS = "WARN,${SSTATE_DIR},1G,100K" 242 5 Kbytes in the ``${SSTATE_DIR}`` directory. Subsequent warnings
|