summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorUlrich Ölmann <u.oelmann@pengutronix.de>2017-03-13 12:19:15 +0100
committerEnrico Jorns <ejo@pengutronix.de>2017-03-13 15:12:18 +0100
commit3a7b542e96977ef1472f25ccb332ceadd3f281a4 (patch)
tree51eb3842d802cbd86a5044c7f5b9f185fc3bab21
parent8cf48a079f0a555a2a205a368219c2d717ed5775 (diff)
downloadmeta-ptx-3a7b542e96977ef1472f25ccb332ceadd3f281a4.tar.gz
meta-ptx-3a7b542e96977ef1472f25ccb332ceadd3f281a4.tar.xz
rauc: allow for concurrently using meta-ptx and meta-rauc
Both layers have a priority of 6, hence we imprint a priority handicap into meta-ptx to let bitbake favor meta-rauc's recipes for rauc and rauc-native. Signed-off-by: Ulrich Ölmann <u.oelmann@pengutronix.de>
-rw-r--r--recipes-core/rauc/rauc.inc2
1 files changed, 2 insertions, 0 deletions
diff --git a/recipes-core/rauc/rauc.inc b/recipes-core/rauc/rauc.inc
index 0b499c4..7b38e15 100644
--- a/recipes-core/rauc/rauc.inc
+++ b/recipes-core/rauc/rauc.inc
@@ -72,3 +72,5 @@ SYSTEMD_SERVICE_${PN}-mark-good = "rauc-mark-good.service"
SYSTEMD_AUTO_ENABLE_${PN} = "enable"
BBCLASSEXTEND = "nativesdk"
+
+DEFAULT_PREFERENCE = "-1"