layerscape: make restool depend on TARGET_layerscape_armv8_64b
The restool is for Layerscape DPAA2 platforms which are ARMv8 platforms. Signed-off-by: Yangbo Lu <yangbo.lu@nxp.com>
This commit is contained in:
parent
448de2e2e5
commit
01aa24f985
@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
|
|||||||
|
|
||||||
PKG_NAME:=restool
|
PKG_NAME:=restool
|
||||||
PKG_VERSION:=LSDK-20.04
|
PKG_VERSION:=LSDK-20.04
|
||||||
PKG_RELEASE:=1
|
PKG_RELEASE:=2
|
||||||
|
|
||||||
PKG_SOURCE_PROTO:=git
|
PKG_SOURCE_PROTO:=git
|
||||||
PKG_SOURCE_URL:=https://source.codeaurora.org/external/qoriq/qoriq-components/restool
|
PKG_SOURCE_URL:=https://source.codeaurora.org/external/qoriq/qoriq-components/restool
|
||||||
@ -22,7 +22,7 @@ define Package/restool
|
|||||||
SECTION:=net
|
SECTION:=net
|
||||||
CATEGORY:=Network
|
CATEGORY:=Network
|
||||||
TITLE:=Layerscape DPAA2 dynamical management tool
|
TITLE:=Layerscape DPAA2 dynamical management tool
|
||||||
DEPENDS:=@TARGET_layerscape
|
DEPENDS:=@TARGET_layerscape_armv8_64b
|
||||||
endef
|
endef
|
||||||
|
|
||||||
MAKE_FLAGS += \
|
MAKE_FLAGS += \
|
||||||
|
Loading…
Reference in New Issue
Block a user