]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core.git/commitdiff
kernel-yocto: fix kernel-meta data detection
authorUlrich Ölmann <u.oelmann@pengutronix.de>
Tue, 14 Feb 2023 10:26:46 +0000 (11:26 +0100)
committerSteve Sakoman <steve@sakoman.com>
Mon, 6 Mar 2023 14:54:35 +0000 (04:54 -1000)
Fixes: 7ef7af5c03ba ("kernel-yocto: restore kernel-meta data detection for SRC_URI elements")
Signed-off-by: Ulrich Ölmann <u.oelmann@pengutronix.de>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit c77754f23e3fb49a62602a6c6a04d5525d1cf457)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
meta/classes/kernel-yocto.bbclass

index 2a6231803b403e93167a57c8465c0d9e240be63a..2abbc2ff664dd29b46cae42e45bbf75da4d56bfd 100644 (file)
@@ -194,7 +194,7 @@ do_kernel_metadata() {
        # SRC_URI. If they were supplied, we convert them into include directives
        # for the update part of the process
        for f in ${feat_dirs}; do
-               if [ -d "${WORKDIR}/$f/meta" ]; then
+               if [ -d "${WORKDIR}/$f/kernel-meta" ]; then
                        includes="$includes -I${WORKDIR}/$f/kernel-meta"
                elif [ -d "${WORKDIR}/../oe-local-files/$f" ]; then
                        includes="$includes -I${WORKDIR}/../oe-local-files/$f"