From 01aa24f9856946c97e21133551a0646027809ef9 Mon Sep 17 00:00:00 2001 From: Yangbo Lu Date: Wed, 28 Oct 2020 10:33:34 +0800 Subject: [PATCH] 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 --- package/network/utils/layerscape/restool/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package/network/utils/layerscape/restool/Makefile b/package/network/utils/layerscape/restool/Makefile index 6a2a8d9e81..935513d4ed 100644 --- a/package/network/utils/layerscape/restool/Makefile +++ b/package/network/utils/layerscape/restool/Makefile @@ -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 += \ -- 2.30.2