Home
last modified time | relevance | path

Searched refs:ICECC_PATH (Results 1 – 6 of 6) sorted by relevance

/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/icecc-toolchain/icecc-toolchain/
H A Dicecc-env.sh23 if [ -z "$ICECC_PATH" ]; then
24 ICECC_PATH=$(which icecc 2> /dev/null || true)
27 if [ -n "$ICECC_PATH" ]; then
40 export ICECC_PATH ICECC_CARET_WORKAROUND
H A Dicecc-setup.sh24 if [ -z "$ICECC_PATH" ]; then
37 ln -sf "$ICECC_PATH" "$d/${CROSS_COMPILE}gcc"
38 ln -sf "$ICECC_PATH" "$d/${CROSS_COMPILE}g++"
/OK3568_Linux_fs/yocto/poky/meta/classes/
H A Dicecc.bbclass15 # If ICECC_PATH is not set in local.conf then the class will try to locate it using 'bb.utils.which'
32 ICECC_CLASS_DISABLE ICECC_RECIPE_ENABLE ICECC_PATH ICECC_ENV_EXEC \
126 return d.getVar('ICECC_PATH') or bb.utils.which(os.getenv("PATH"), "icecc")
/OK3568_Linux_fs/yocto/poky/meta/conf/
H A Ddocumentation.conf206 ICECC_PATH[doc] = "The location of the icecc binary."
/OK3568_Linux_fs/yocto/poky/documentation/ref-manual/
H A Dclasses.rst881 If :term:`ICECC_PATH` is not set in your
H A Dvariables.rst3004 :term:`ICECC_PATH`