HomeSort by relevance Sort by last modified time
    Searched refs:COMPONENT_INF (Results 1 - 2 of 2) sorted by null

  /device/linaro/hikey/uefi-tools/
edk2-build.sh 48 COMPONENT_INF="`$TOOLS_DIR/parse-platforms.py $PLATFORM_CONFIG -p $board get -o inf`"
113 if [ -n "$COMPONENT_INF" ]; then
117 "-m \"$COMPONENT_INF\" -b "$target" ${PLATFORM_BUILDFLAGS}"
120 -m "$COMPONENT_INF" -b "$target" ${PLATFORM_BUILDFLAGS}
uefi-build.sh 36 COMPONENT_INF="`$TOOLS_DIR/parse-platforms.py $PLATFORM_CONFIG -p $board get -o inf`"
128 if [ -n "$COMPONENT_INF" ]; then
131 -m "$COMPONENT_INF" -b "$target" ${PLATFORM_BUILDFLAGS}

Completed in 69 milliseconds