Skip to content

Commit

Permalink
Merge pull request #878 from kernelkit/fix-build-id
Browse files Browse the repository at this point in the history
build: Source build id from the correct repo, fix #872
  • Loading branch information
wkz authored Dec 19, 2024
2 parents a8545e3 + 23ca94e commit 0233fdb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion infix.mk
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
IXMSG = printf "\e[37;44m>>> $(call qstrip,$(1))\e[0m\n"

INFIX_TOPDIR = $(if $(INFIX_OEM_PATH),$(INFIX_OEM_PATH),$(BR2_EXTERNAL_INFIX_PATH))
oem-dir := $(call qstrip,$(INFIX_OEM_PATH))
INFIX_TOPDIR = $(if $(oem-dir),$(oem-dir),$(BR2_EXTERNAL_INFIX_PATH))

# Unless the user specifies an explicit build id, source it from git.
# The build id also becomes the image version, unless an official
Expand Down

0 comments on commit 0233fdb

Please sign in to comment.