-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
AArch64 also called ARM64 is the 64-bit extension of the ARM architecture family. New defconfigs for the aarch64 architecture is added. Github actions for building and uploading artifacts referenced from the README file is added. Signed-off-by: Andreas Egeberg <[email protected]>
- Loading branch information
Andreas Egeberg
committed
Oct 5, 2022
1 parent
9dad8df
commit 12efe2d
Showing
6 changed files
with
79 additions
and
7 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
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,23 @@ | ||
BR2_aarch64=y | ||
BR2_ENABLE_DEBUG=y | ||
BR2_TOOLCHAIN_EXTERNAL=y | ||
BR2_TOOLCHAIN_EXTERNAL_DOWNLOAD=y | ||
BR2_TOOLCHAIN_EXTERNAL_URL="https://github.com/myrootfs/crosstool-ng/releases/download/troglobit%2F7.3.0-1/$(ARCH)-unknown-linux-gnu-7.3.0-1.tar.xz" | ||
BR2_TOOLCHAIN_EXTERNAL_CUSTOM_PREFIX="$(ARCH)-unknown-linux-gnu" | ||
BR2_TOOLCHAIN_EXTERNAL_GCC_7=y | ||
BR2_TOOLCHAIN_EXTERNAL_HEADERS_4_15=y | ||
BR2_TOOLCHAIN_EXTERNAL_CUSTOM_GLIBC=y | ||
BR2_TOOLCHAIN_EXTERNAL_GDB_SERVER_COPY=y | ||
BR2_TARGET_GENERIC_HOSTNAME="backbone" | ||
BR2_TARGET_GENERIC_ISSUE="Backbone Demo" | ||
BR2_ROOTFS_OVERLAY="$(BR2_EXTERNAL_DEMO_PATH)/board/demo/backbone/rootfs" | ||
BR2_ROOTFS_POST_BUILD_SCRIPT="$(BR2_EXTERNAL_DEMO_PATH)/board/common/post-build.sh $(BR2_EXTERNAL_DEMO_PATH)/board/demo/backbone/post-build.sh" | ||
BR2_ROOTFS_POST_IMAGE_SCRIPT="$(BR2_EXTERNAL_DEMO_PATH)/board/common/post-image.sh" | ||
BR2_PACKAGE_DNSMASQ=y | ||
BR2_PACKAGE_DROPBEAR=y | ||
BR2_PACKAGE_LLDPD=y | ||
BR2_PACKAGE_SOCAT=y | ||
BR2_PACKAGE_TCPDUMP=y | ||
BR2_TARGET_ROOTFS_SQUASHFS=y | ||
# BR2_TARGET_ROOTFS_TAR is not set | ||
BR2_PACKAGE_BACKBONE=y |
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,23 @@ | ||
BR2_aarch64=y | ||
BR2_ENABLE_DEBUG=y | ||
BR2_TOOLCHAIN_EXTERNAL=y | ||
BR2_TOOLCHAIN_EXTERNAL_DOWNLOAD=y | ||
BR2_TOOLCHAIN_EXTERNAL_URL="https://github.com/myrootfs/crosstool-ng/releases/download/troglobit%2F7.3.0-1/$(ARCH)-unknown-linux-gnu-7.3.0-1.tar.xz" | ||
BR2_TOOLCHAIN_EXTERNAL_CUSTOM_PREFIX="$(ARCH)-unknown-linux-gnu" | ||
BR2_TOOLCHAIN_EXTERNAL_GCC_7=y | ||
BR2_TOOLCHAIN_EXTERNAL_HEADERS_4_15=y | ||
BR2_TOOLCHAIN_EXTERNAL_CUSTOM_GLIBC=y | ||
BR2_TOOLCHAIN_EXTERNAL_GDB_SERVER_COPY=y | ||
BR2_TARGET_GENERIC_HOSTNAME="dhcp-boot" | ||
BR2_TARGET_GENERIC_ISSUE="Dhcp-boot Demo" | ||
BR2_ROOTFS_OVERLAY="$(BR2_EXTERNAL_DEMO_PATH)/board/demo/dhcp-boot/rootfs" | ||
BR2_ROOTFS_POST_BUILD_SCRIPT="$(BR2_EXTERNAL_DEMO_PATH)/board/common/post-build.sh $(BR2_EXTERNAL_DEMO_PATH)/board/demo/dhcp-boot/post-build.sh" | ||
BR2_ROOTFS_POST_IMAGE_SCRIPT="$(BR2_EXTERNAL_DEMO_PATH)/board/common/post-image.sh" | ||
BR2_PACKAGE_DNSMASQ=y | ||
BR2_PACKAGE_DROPBEAR=y | ||
BR2_TARGET_ROOTFS_SQUASHFS=y | ||
# BR2_TARGET_ROOTFS_TAR is not set | ||
DEMO_VENDOR_ID="dhcp-boot" | ||
DEMO_VENDOR_NAME="DHCP-Boot" | ||
DEMO_VENDOR_DESC="DHCP Boot Demo" | ||
BR2_PACKAGE_DHCP_BOOT=y |
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,22 @@ | ||
BR2_aarch64=y | ||
BR2_ENABLE_DEBUG=y | ||
BR2_TOOLCHAIN_EXTERNAL=y | ||
BR2_TOOLCHAIN_EXTERNAL_DOWNLOAD=y | ||
BR2_TOOLCHAIN_EXTERNAL_URL="https://github.com/myrootfs/crosstool-ng/releases/download/troglobit%2F7.3.0-1/$(ARCH)-unknown-linux-gnu-7.3.0-1.tar.xz" | ||
BR2_TOOLCHAIN_EXTERNAL_CUSTOM_PREFIX="$(ARCH)-unknown-linux-gnu" | ||
BR2_TOOLCHAIN_EXTERNAL_GCC_7=y | ||
BR2_TOOLCHAIN_EXTERNAL_HEADERS_4_15=y | ||
BR2_TOOLCHAIN_EXTERNAL_CUSTOM_GLIBC=y | ||
BR2_TOOLCHAIN_EXTERNAL_GDB_SERVER_COPY=y | ||
BR2_TARGET_GENERIC_HOSTNAME="led-relay" | ||
BR2_TARGET_GENERIC_ISSUE="LED and Relay Demo" | ||
BR2_ROOTFS_POST_BUILD_SCRIPT="$(BR2_EXTERNAL_DEMO_PATH)/board/common/post-build.sh" | ||
BR2_ROOTFS_POST_IMAGE_SCRIPT="$(BR2_EXTERNAL_DEMO_PATH)/board/common/post-image.sh" | ||
BR2_PACKAGE_DNSMASQ=y | ||
BR2_PACKAGE_DROPBEAR=y | ||
BR2_TARGET_ROOTFS_SQUASHFS=y | ||
# BR2_TARGET_ROOTFS_TAR is not set | ||
DEMO_VENDOR_ID="led-relay" | ||
DEMO_VENDOR_NAME="LED-Relay" | ||
DEMO_VENDOR_DESC="LED/Relay Demo" | ||
BR2_PACKAGE_LED_RELAY=y |