Skip to content

Commit

Permalink
Explicitly depend on keystone-runtime from keystone-examples (#369)
Browse files Browse the repository at this point in the history
We've received some reports of `keystone-examples` builds not correctly
copying the `keystone-runtime` sources (thank you @asyarifstudio). This
patch adds an explicit Makefile dependency from `keystone-examples` to
`keystone-runtime`, although Buildroot should be picking this up through
the `Config.in` dependency also.
  • Loading branch information
grg-haas committed Oct 23, 2023
1 parent f7a0b23 commit 3d0d7a6
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -10,7 +10,7 @@ else
include $(KEYSTONE)/mkutils/pkg-keystone.mk
endif

KEYSTONE_EXAMPLES_DEPENDENCIES += host-keystone-sdk
KEYSTONE_EXAMPLES_DEPENDENCIES += host-keystone-sdk keystone-runtime
KEYSTONE_EXAMPLES_CONF_OPTS += -DKEYSTONE_SDK_DIR=$(HOST_DIR)/usr/share/keystone/sdk \
-DKEYSTONE_EYRIE_RUNTIME=$(KEYSTONE_RUNTIME_BUILDDIR)
KEYSTONE_EXAMPLES_MAKE_ENV += KEYSTONE_SDK_DIR=$(HOST_DIR)/usr/share/keystone/sdk
Expand Down

0 comments on commit 3d0d7a6

Please sign in to comment.