Skip to content

Commit 904f335

Browse files
committed
WIP: file permission updates and profbuild context updated
1 parent cafb317 commit 904f335

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

scripts/docker/crossbuild.mk

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ DOCKER_TMPL:=$(CB_DIR)/m4/Dockerfile.m4
2727

2828
# List of all the docker images (sorted for "crossbuild.info")
2929
CB_IMAGES := $(sort $(filter-out profiling,\
30-
$(patsubst $(DT)/%,%,$(wildcard $(DT)/*/))))
30+
$(patsubst $(DT)/%/,%,$(wildcard $(DT)/*/))))
3131

3232
# Location of the .git dir (may be different for e.g. submodules)
3333
GITDIR:=$(shell perl -MCwd -e 'print Cwd::abs_path shift' $$(git rev-parse --git-dir))
@@ -168,8 +168,8 @@ crossbuild.${1}.profbuild: $(DD)/stamp-image.${1}-profbuild
168168

169169
$(DD)/stamp-image.${1}-profbuild: $(DT)/${1}/Dockerfile.prof
170170
${Q}echo "BUILD ${1} ($(CB_IPREFIX)/${1}-prof) > $(DD)/build.${1}-profbuild"
171-
${Q}docker build $(DOCKER_BUILD_OPTS) $(DT)/${1} \
172-
-f $(DT)/${1}/Dockerfile.prof \
171+
${Q}docker build $(DOCKER_BUILD_OPTS) . \
172+
-f $(DT)/${1}/Dockerfile.prof \
173173
-t $(CB_IPREFIX)/${1}-prof \
174174
>$(DD)/build.${1}-profbuild 2>&1
175175
${Q}touch $(DD)/stamp-image.${1}-profbuild

scripts/docker/profiling/profiles/valgrind-callgrind/configure-cmd

100644100755
File mode changed.

scripts/docker/profiling/profiles/valgrind-callgrind/startprofiling-cmd

100644100755
File mode changed.

0 commit comments

Comments
 (0)