From a0197682c5b732a81aeb3c2459adfc8d45f969b1 Mon Sep 17 00:00:00 2001 From: Riku Nomoto Date: Thu, 26 Nov 2020 23:09:02 +0900 Subject: oem-pr-bs: add core services and libraries This is the second commit of agl-basesystem. IPC/RPC library group binding each modules v14 (jsmoeller): update BASESYSTEM_REVISION to fix libinput-hal build v16 (jsmoeller): update BASESYSTEM_REVISION v17 (taniakwa): fix os-rpclibrary-tool-native build - fix invalid path to LICENSE to use devtool - fix error when rebuild (clean generated files first) v19 (nomoto): fix to set host only tool in class-native v20 (nomoto): update subpath, branch and S to make recipes simple v21 (nomoto): fix EXTRA_OEMAKE to set default value v25 (nomoto): change mail address and author v29 (nomoto): remove agl-basesystem-hal.bbclass Bug-AGL: SPEC-3670 Signed-off-by: Riku Nomoto Change-Id: I5da43003d8a976912d183474aea884ec1b81a708 --- .../meta-agl-basesystem/conf/include/agl-basesystem-base.inc | 3 +-- meta-oem-production-readiness/meta-agl-basesystem/conf/layer.conf | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) (limited to 'meta-oem-production-readiness/meta-agl-basesystem/conf') diff --git a/meta-oem-production-readiness/meta-agl-basesystem/conf/include/agl-basesystem-base.inc b/meta-oem-production-readiness/meta-agl-basesystem/conf/include/agl-basesystem-base.inc index 9ffd16ae..2ae25ad5 100644 --- a/meta-oem-production-readiness/meta-agl-basesystem/conf/include/agl-basesystem-base.inc +++ b/meta-oem-production-readiness/meta-agl-basesystem/conf/include/agl-basesystem-base.inc @@ -7,5 +7,4 @@ INCLUDEDIR = "${includedir}/basesystem" CONFDIR = "${sysconfdir}/basesystem" LOCALDIR = "/var/local/lib/basesystem" -BASESYSTEM_REVISION = "7ab637d7f01e712488deab0d318443ed9a81d5ae" - +BASESYSTEM_REVISION = "71afcd09b0f210e7da5ae6adc1b914fa02d412ff" diff --git a/meta-oem-production-readiness/meta-agl-basesystem/conf/layer.conf b/meta-oem-production-readiness/meta-agl-basesystem/conf/layer.conf index 806408a5..811fd237 100644 --- a/meta-oem-production-readiness/meta-agl-basesystem/conf/layer.conf +++ b/meta-oem-production-readiness/meta-agl-basesystem/conf/layer.conf @@ -3,7 +3,7 @@ BBPATH .= ":${LAYERDIR}" # We have a recipes directory, add to BBFILES BBFILES += "${LAYERDIR}/recipes-*/*/*.bb \ - ${LAYERDIR}/recipes-*/*/*.bbappend" + ${LAYERDIR}/recipes-*/*/*.bbappend" BBFILE_COLLECTIONS += "agl-basesystem" BBFILE_PATTERN_agl-basesystem := "^${LAYERDIR}/" -- cgit 1.2.3-korg