layerscape: make restool depend on TARGET_layerscape_armv8_64b
authorYangbo Lu <yangbo.lu@nxp.com>
Wed, 28 Oct 2020 02:33:34 +0000 (10:33 +0800)
committerAdrian Schmutzler <freifunk@adrianschmutzler.de>
Thu, 12 Nov 2020 16:18:26 +0000 (17:18 +0100)
The restool is for Layerscape DPAA2 platforms which are
ARMv8 platforms.

Signed-off-by: Yangbo Lu <yangbo.lu@nxp.com>
package/network/utils/layerscape/restool/Makefile

index 6a2a8d9e815651d3e102a8401380d0d933bc42ea..935513d4ed89bd9b0935dab1756838c0fd8f7223 100644 (file)
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
 
 PKG_NAME:=restool
 PKG_VERSION:=LSDK-20.04
-PKG_RELEASE:=1
+PKG_RELEASE:=2
 
 PKG_SOURCE_PROTO:=git
 PKG_SOURCE_URL:=https://source.codeaurora.org/external/qoriq/qoriq-components/restool
@@ -22,7 +22,7 @@ define Package/restool
   SECTION:=net
   CATEGORY:=Network
   TITLE:=Layerscape DPAA2 dynamical management tool
-  DEPENDS:=@TARGET_layerscape
+  DEPENDS:=@TARGET_layerscape_armv8_64b
 endef
 
 MAKE_FLAGS += \