From 4eac185451123d3193bf14d45b4d15f04ed4662e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Bonnet?= <stephane.bonnet@hds.utc.fr> Date: Fri, 3 Apr 2015 18:45:27 +0000 Subject: [PATCH] Refactored the cohda layer to seprate the kernel modules, the lib1609 library and the applications into different recipes. Upgraded the Cohda-specific sources to the latest Cohda sdk version. --- meta-yocto/conf/bblayers.conf.sample | 1 + meta-yocto/conf/local.conf.sample | 4 +++- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/meta-yocto/conf/bblayers.conf.sample b/meta-yocto/conf/bblayers.conf.sample index 22f1c00c..57289ee0 100644 --- a/meta-yocto/conf/bblayers.conf.sample +++ b/meta-yocto/conf/bblayers.conf.sample @@ -11,6 +11,7 @@ BBLAYERS ?= " \ ##OEROOT##/meta-yocto-bsp \ ##OEROOT##/meta-hds \ ##OEROOT##/meta-isee \ + ##OEROOT##/meta-cohda \ " BBLAYERS_NON_REMOVABLE ?= " \ ##OEROOT##/meta \ diff --git a/meta-yocto/conf/local.conf.sample b/meta-yocto/conf/local.conf.sample index 37582381..4e323ebd 100644 --- a/meta-yocto/conf/local.conf.sample +++ b/meta-yocto/conf/local.conf.sample @@ -49,8 +49,10 @@ #MACHINE ?= "routerstationpro" #MACHINE ?= "uav" #MACHINE ?= "overo" -#MACHINE ?= "airbox" #MACHINE ?= "pacpus" +#MACHINE ?= "airbox" +#MACHINE ?= "cohda-mk2" +#MACHINE ?= "cohda-mk3" #MACHINE ?= "parrot_chroot" # -- GitLab