From 635d320abfa6dc3c0e1d00e3ceae567dd0e55a5b Mon Sep 17 00:00:00 2001 From: Tudor Florea Date: Thu, 8 Oct 2015 22:42:49 +0200 Subject: initial commit for Enea Linux 5.0 arm Signed-off-by: Tudor Florea --- conf/layer.conf | 12 ++++++++++++ conf/machine/hierofalcon-be.conf | 6 ++++++ conf/machine/hierofalcon.conf | 5 +++++ conf/machine/hierofalcon.inc | 22 ++++++++++++++++++++++ 4 files changed, 45 insertions(+) create mode 100644 conf/layer.conf create mode 100644 conf/machine/hierofalcon-be.conf create mode 100644 conf/machine/hierofalcon.conf create mode 100644 conf/machine/hierofalcon.inc (limited to 'conf') diff --git a/conf/layer.conf b/conf/layer.conf new file mode 100644 index 0000000..f945f53 --- /dev/null +++ b/conf/layer.conf @@ -0,0 +1,12 @@ +# We have a packages directory, add to BBFILES +BBPATH .= ":${LAYERDIR}" + +BBFILES += "${LAYERDIR}/recipes-*/*/*.bb*" +BBFILES += "${LAYERDIR}/images/*.bb*" + +BBFILE_COLLECTIONS += "hierofalcon" +BBFILE_PATTERN_hierofalcon := "^${LAYERDIR}/" +BBFILE_PRIORITY_hierofalcon = "6" + +BB_ENV_EXTRAWHITE := "KSRC USRC" +BB_DANGLINGAPPENDS_WARNONLY = "yes" diff --git a/conf/machine/hierofalcon-be.conf b/conf/machine/hierofalcon-be.conf new file mode 100644 index 0000000..bbb9c93 --- /dev/null +++ b/conf/machine/hierofalcon-be.conf @@ -0,0 +1,6 @@ +DEFAULTTUNE ?= "aarch64_be" +TRANSLATED_TARGET_ARCH = "aarch64-be" + +require conf/machine/hierofalcon.inc + +PREFERRED_VERSION_linux-hierofalcon = "3.19%" diff --git a/conf/machine/hierofalcon.conf b/conf/machine/hierofalcon.conf new file mode 100644 index 0000000..5adc66b --- /dev/null +++ b/conf/machine/hierofalcon.conf @@ -0,0 +1,5 @@ +DEFAULTTUNE ?= "aarch64" + +require conf/machine/hierofalcon.inc + +PREFERRED_VERSION_linux-hierofalcon = "4.1%" diff --git a/conf/machine/hierofalcon.inc b/conf/machine/hierofalcon.inc new file mode 100644 index 0000000..9f7e23e --- /dev/null +++ b/conf/machine/hierofalcon.inc @@ -0,0 +1,22 @@ +#@TYPE: Machine +#@NAME: AMD Hierofalcon +#@DESCRIPTION: Cortex-A57 + +require conf/machine/include/arm64/arch-armv8.inc + +PREFERRED_PROVIDER_virtual/kernel ?= "linux-hierofalcon" + +MACHINE_FEATURES = "pci ext2 ext3 serial" + +RDEPENDS_kernel-base = "kernel-image" + +KERNEL_IMAGETYPE = "Image" + +SERIAL_CONSOLES = "115200;ttyAMA0" + +IMAGE_FSTYPES += "ext2.gz tar.gz" + +# we do not want to have getty running since we do not have a +# graphical display attached and therefore do not need virtual +# terminal functionality +USE_VT = "0" -- cgit v1.2.3-54-g00ecf