From e32643cc1d2e68eba52b00758e2d7950223ae273 Mon Sep 17 00:00:00 2001 From: Patrick Williams Date: Fri, 15 Mar 2024 10:52:28 -0500 Subject: treewide: remove meta-poky usage Upstream poky made a commit that adds an `/etc/motd` with a strong warning that meta-poky is not intended to be used for production purposes. There isn't anything we use directly from meta-poky anymore, so clean up all references to it. See poky commit a226865c8683398b5f58628ba2ec5aee1ee6c19d for additional context. We could potentially switch from using the `poky` subtree to picking up OECore directly, but right now it also provides us a qualified set of OECore + bitbake. Tested: Built yosemite4 and confirmed `motd` output is absent when SSHing in. Signed-off-by: Patrick Williams Change-Id: I9c08650d2278b3ba26794c009adad3e593767f58 --- meta-wistron/meta-lannister/conf/templates/default/bblayers.conf.sample | 1 - 1 file changed, 1 deletion(-) (limited to 'meta-wistron') diff --git a/meta-wistron/meta-lannister/conf/templates/default/bblayers.conf.sample b/meta-wistron/meta-lannister/conf/templates/default/bblayers.conf.sample index 65e21c9082..b8c694fbd4 100644 --- a/meta-wistron/meta-lannister/conf/templates/default/bblayers.conf.sample +++ b/meta-wistron/meta-lannister/conf/templates/default/bblayers.conf.sample @@ -7,7 +7,6 @@ BBFILES ?= "" BBLAYERS ?= " \ ##OEROOT##/meta \ - ##OEROOT##/meta-poky \ ##OEROOT##/meta-openembedded/meta-oe \ ##OEROOT##/meta-openembedded/meta-networking \ ##OEROOT##/meta-openembedded/meta-python \ -- cgit v1.2.3