diff options
author | Hauke Mehrtens <hauke@hauke-m.de> | 2021-05-03 00:35:38 +0200 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2021-05-24 00:28:22 +0200 |
commit | 1903233f2b312caf87aa369cd325d9689c45a1c6 (patch) | |
tree | 6ed7a7f91d015a47a8213805c738b92dac68df62 /package/firmware/layerscape/ls-dpl | |
parent | a6616eea406d8654f5a0198a26c5748a86c75272 (diff) | |
download | upstream-1903233f2b312caf87aa369cd325d9689c45a1c6.tar.gz upstream-1903233f2b312caf87aa369cd325d9689c45a1c6.tar.bz2 upstream-1903233f2b312caf87aa369cd325d9689c45a1c6.zip |
treewide: Mark packages nonshared if they depend on @TARGET_
This marks all packages which depend on a target with @TARGET nonshared.
If they are not marked nonshared they would be build by the SDK build
and if this happens with a different SDK, then the SDK from the target
the package depends on, the package would not be added to the index.
This should fix the image builder for some of these packages.
This should fix the image builder at least for bcm27xx/bcm2710 and
bcm4908/generic.
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
Diffstat (limited to 'package/firmware/layerscape/ls-dpl')
-rw-r--r-- | package/firmware/layerscape/ls-dpl/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/package/firmware/layerscape/ls-dpl/Makefile b/package/firmware/layerscape/ls-dpl/Makefile index f577c5b7e3..8ba5fafb2b 100644 --- a/package/firmware/layerscape/ls-dpl/Makefile +++ b/package/firmware/layerscape/ls-dpl/Makefile @@ -16,6 +16,8 @@ PKG_SOURCE_URL:=https://source.codeaurora.org/external/qoriq/qoriq-components/mc PKG_SOURCE_VERSION:=8672a5f5abcd3a354dcab07e03f2a8a69b2e962d PKG_MIRROR_HASH:=4b8ad3148aee1e0c034206543472aebb435655fd03a661c4c1be545dcac7ddf0 +PKG_FLAGS:=nonshared + include $(INCLUDE_DIR)/package.mk include $(INCLUDE_DIR)/kernel.mk |