summaryrefslogtreecommitdiff
path: root/meta-qualcomm
diff options
context:
space:
mode:
authorPatrick Williams <patrick@stwcx.xyz>2024-03-15 18:52:28 +0300
committerPatrick Williams <patrick@stwcx.xyz>2024-03-22 14:10:32 +0300
commite32643cc1d2e68eba52b00758e2d7950223ae273 (patch)
tree513005ce403ee238492f4ca54e50bf56c7e8c197 /meta-qualcomm
parente234b3ee7fe86ee3862568be611e793291927959 (diff)
downloadopenbmc-e32643cc1d2e68eba52b00758e2d7950223ae273.tar.xz
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 <patrick@stwcx.xyz> Change-Id: I9c08650d2278b3ba26794c009adad3e593767f58
Diffstat (limited to 'meta-qualcomm')
-rw-r--r--meta-qualcomm/conf/templates/default/bblayers.conf.sample1
1 files changed, 0 insertions, 1 deletions
diff --git a/meta-qualcomm/conf/templates/default/bblayers.conf.sample b/meta-qualcomm/conf/templates/default/bblayers.conf.sample
index c4544fbcc2..da842cdb6b 100644
--- a/meta-qualcomm/conf/templates/default/bblayers.conf.sample
+++ b/meta-qualcomm/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 \