-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #2 from abhijit-mahajani-imgtec/add-creator-platfo…
…rm-all-configs Add creator-platform-all configs and update CI build system accordingly
- Loading branch information
Showing
4 changed files
with
61 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
CONFIG_TARGET_pistachio=y | ||
CONFIG_TARGET_pistachio_marduk=y | ||
CONFIG_TARGET_pistachio_marduk_marduk_ca8210=y | ||
CONFIG_PACKAGE_uboot-pistachio_marduk=y | ||
CONFIG_ALL=y | ||
CONFIG_IB=y | ||
CONFIG_SDK=y | ||
CONFIG_MAKE_TOOLCHAIN=y | ||
CONFIG_KERNEL_KALLSYMS=y | ||
CONFIG_IMAGEOPT=y | ||
CONFIG_LOCALMIRROR="https://downloads.creatordev.io/pistachio/marduk/dl" | ||
CONFIG_OPENSSL_WITH_EC=y | ||
CONFIG_PACKAGE_ca-certificates=y | ||
CONFIG_PACKAGE_libopenssl=y | ||
CONFIG_PACKAGE_libustream-openssl=y | ||
CONFIG_PACKAGE_opkg-smime=y | ||
# CONFIG_PACKAGE_usign is not set | ||
CONFIG_PACKAGE_zlib=y | ||
# CONFIG_SIGNED_PACKAGES is not set | ||
CONFIG_VERSIONOPT=y | ||
CONFIG_VERSION_DIST="OpenWrt" | ||
CONFIG_VERSION_NICK="Ci40All" | ||
CONFIG_VERSION_NUMBER="0.9.5" | ||
CONFIG_VERSION_REPO="https://downloads.creatordev.io/pistachio/marduk/packages" | ||
CONFIG_VERSION_MANUFACTURER="Imagination Technologies" | ||
CONFIG_VERSION_MANUFACTURER_URL="www.imgtec.com" | ||
CONFIG_VERSION_PRODUCT="Creator Ci40(Marduk)" | ||
CONFIG_VERSION_HWREV="Ci40 with CA8210" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
CONFIG_TARGET_pistachio=y | ||
CONFIG_TARGET_pistachio_marduk=y | ||
CONFIG_TARGET_pistachio_marduk_marduk_cc2520=y | ||
CONFIG_PACKAGE_uboot-pistachio_marduk=y | ||
CONFIG_ALL=y | ||
CONFIG_IB=y | ||
CONFIG_SDK=y | ||
CONFIG_MAKE_TOOLCHAIN=y | ||
CONFIG_KERNEL_KALLSYMS=y | ||
CONFIG_IMAGEOPT=y | ||
CONFIG_LOCALMIRROR="https://downloads.creatordev.io/pistachio/marduk/dl" | ||
CONFIG_OPENSSL_WITH_EC=y | ||
CONFIG_PACKAGE_ca-certificates=y | ||
CONFIG_PACKAGE_libopenssl=y | ||
CONFIG_PACKAGE_libustream-openssl=y | ||
CONFIG_PACKAGE_opkg-smime=y | ||
# CONFIG_PACKAGE_usign is not set | ||
CONFIG_PACKAGE_zlib=y | ||
# CONFIG_SIGNED_PACKAGES is not set | ||
CONFIG_VERSIONOPT=y | ||
CONFIG_VERSION_DIST="OpenWrt" | ||
CONFIG_VERSION_NICK="Ci40All" | ||
CONFIG_VERSION_NUMBER="0.9.5" | ||
CONFIG_VERSION_REPO="https://downloads.creatordev.io/pistachio/marduk/packages" | ||
CONFIG_VERSION_MANUFACTURER="Imagination Technologies" | ||
CONFIG_VERSION_MANUFACTURER_URL="www.imgtec.com" | ||
CONFIG_VERSION_PRODUCT="Creator Ci40(Marduk)" | ||
CONFIG_VERSION_HWREV="Ci40 with CC2520" |