mirror of
https://gitlab.com/prpl-foundation/prplos/feeds/feed_amx.git
synced 2026-01-10 15:47:34 +08:00
Compare commits
2 Commits
dev_main_l
...
test/PCI-4
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
3b8c6b965a | ||
|
|
d0cca925e7 |
@@ -4,10 +4,11 @@ PKG_NAME:=amxo-cg
|
||||
PKG_VERSION:=v1.6.3
|
||||
SHORT_DESCRIPTION:=Object Definition Language Compiler/Generator
|
||||
|
||||
PKG_SOURCE:=amxo-cg-v1.6.3.tar.gz
|
||||
PKG_SOURCE_URL:=https://gitlab.com/prpl-foundation/components/ambiorix/applications/amxo-cg/-/archive/v1.6.3
|
||||
PKG_HASH:=670d7e4958eb9d9ac209be4fb5c78607a3d485ff9bc5cd2f6cd98814f3643e6a
|
||||
PKG_BUILD_DIR:=$(BUILD_DIR)/amxo-cg-v1.6.3
|
||||
PKG_SOURCE_PROTO:=git
|
||||
PKG_SOURCE_VERSION:=bugfix/PCI-45-align-mapping-bug
|
||||
PKG_SOURCE_URL:=https://gitlab.com/prpl-foundation/components/ambiorix/applications/amxo-cg.git
|
||||
PKG_MIRROR_HASH:=skip
|
||||
PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)/$(PKG_VERSION)
|
||||
PKG_MAINTAINER:=Soft At Home <support.opensource@softathome.com>
|
||||
PKG_LICENSE:=BSD-2-Clause-Patent
|
||||
PKG_LICENSE_FILES:=LICENSE
|
||||
|
||||
@@ -9,6 +9,10 @@ menu "Select libamxrt build options"
|
||||
|
||||
config SAH_LIB_AMXRT
|
||||
bool "Build libamxrt"
|
||||
select KERNEL_EXT4_FS_SECURITY if USES_EXT4 || PACKAGE_kmod-fs-ext4
|
||||
select KERNEL_JFFS2_FS_SECURITY if USES_JFFS2 || USES_JFFS2_NAND
|
||||
select KERNEL_UBIFS_FS_SECURITY if USES_UBIFS
|
||||
select KERNEL_F2FS_FS_SECURITY if PACKAGE_mkf2fs
|
||||
default y
|
||||
|
||||
config SAH_AMXRT_RWDATAPATH
|
||||
|
||||
Reference in New Issue
Block a user