|
@@ -20,7 +20,9 @@ OPENSBI_SITE = $(call github,riscv,opensbi,v$(OPENSBI_VERSION))
|
|
endif
|
|
endif
|
|
|
|
|
|
OPENSBI_LICENSE = BSD-2-Clause
|
|
OPENSBI_LICENSE = BSD-2-Clause
|
|
|
|
+ifeq ($(BR2_TARGET_OPENSBI_LATEST_VERSION),y)
|
|
OPENSBI_LICENSE_FILES = COPYING.BSD
|
|
OPENSBI_LICENSE_FILES = COPYING.BSD
|
|
|
|
+endif
|
|
OPENSBI_INSTALL_TARGET = NO
|
|
OPENSBI_INSTALL_TARGET = NO
|
|
OPENSBI_INSTALL_STAGING = YES
|
|
OPENSBI_INSTALL_STAGING = YES
|
|
|
|
|