summaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authorOla Redell <ola.redell@retotech.se>2017-12-17 22:27:56 +0100
committerOla Redell <ola.redell@retotech.se>2017-12-17 22:27:56 +0100
commit5a855a81ab418b1496ed99b903c4700c33a60962 (patch)
treecf53a5dac5d9d554375954910802770839471a36 /conf
parente0a1fea1252e26f95f5a6302f0079d4e7649ffc2 (diff)
downloadmeta-jailhouse-5a855a81ab418b1496ed99b903c4700c33a60962.tar.gz
adding example image recipe, machine config and kernel recipe
This should provide a complete setup together with meta-sunxi to build images with jailhouse
Diffstat (limited to 'conf')
-rw-r--r--conf/machine/jailhouse-bpi.conf15
1 files changed, 15 insertions, 0 deletions
diff --git a/conf/machine/jailhouse-bpi.conf b/conf/machine/jailhouse-bpi.conf
new file mode 100644
index 0000000..01ced78
--- /dev/null
+++ b/conf/machine/jailhouse-bpi.conf
@@ -0,0 +1,15 @@
1#@TYPE: Machine
2#@NAME: Jailhouse Bananapi M1
3#@DESCRIPTION: Machine configuration for the bananapi, based on allwinner A20 CPU http://bananapi.org/
4
5require conf/machine/include/sun7i.inc
6
7KERNEL_DEVICETREE = "sun7i-a20-bananapi.dtb"
8UBOOT_MACHINE = "Bananapi_config"
9SUNXI_FEX_FILE = "sys_config/a20/Bananapi.fex"
10
11PREFERRED_PROVIDER_virtual/kernel = "jailhouse-linux"
12PREFERRED_VERSION_jailhouse-linux_jailhouse-bpi="4.14.6"
13PREFERRED_VERSION_make-native="4.2.1"
14
15DEFAULTTUNE = "cortexa7hf-neon-vfpv4"