diff options
author | Sandeep Gundlupet Raju <sandeep.gundlupet-raju@amd.com> | 2024-07-26 12:09:27 -0600 |
---|---|---|
committer | Mark Hatle <mark.hatle@amd.com> | 2024-07-28 18:11:29 -0500 |
commit | 23f6fa0bb75f7757185f346478a960ccd9f614f5 (patch) | |
tree | 3a93359172f3ba28ff3950e77c22053942935881 | |
parent | 268cb8510047361d46db8ad5c6b065865bf9455e (diff) | |
download | meta-xilinx-23f6fa0bb75f7757185f346478a960ccd9f614f5.tar.gz |
meta-xilinx-demos: Fix recipe ParseError for poky distro
Fix recipe ParseError in meta-xilinx-demos layer for poky distro.
ERROR: ParseError at /scratch/sandeep/yocto/2024.2/yp-ci/sources/poky/../meta-xilinx/meta-xilinx-demos/recipes-core/packagegroups/packagegroup-xilinx-ros.bb:6: Could not inherit file classes/ros_distro_${ROS_DISTRO}.bbclass
ERROR: ParseError at /scratch/sandeep/yocto/2024.2/yp-ci/sources/poky/../meta-xilinx/meta-xilinx-demos/recipes-examples/openamp/openamp-demo-notebooks_0.1.bb:5: Could not inherit file classes/jupyter-examples.bbclass
ERROR: ParseError at /scratch/sandeep/yocto/2024.2/yp-ci/sources/poky/../meta-xilinx/meta-xilinx-demos/recipes-examples/pm-notebooks/pm-notebooks_1.0.bb:5: Could not inherit file classes/jupyter-examples.bbclass
Signed-off-by: Sandeep Gundlupet Raju <sandeep.gundlupet-raju@amd.com>
Signed-off-by: Mark Hatle <mark.hatle@amd.com>
-rw-r--r-- | meta-xilinx-demos/conf/layer.conf | 10 | ||||
-rw-r--r-- | meta-xilinx-demos/dynamic-layers/meta-jupyter/recipes-example/pm-notebooks/files/LICENSE (renamed from meta-xilinx-demos/recipes-examples/pm-notebooks/files/LICENSE) | 0 | ||||
-rw-r--r-- | meta-xilinx-demos/dynamic-layers/meta-jupyter/recipes-example/pm-notebooks/pm-notebooks_1.0.bb (renamed from meta-xilinx-demos/recipes-examples/pm-notebooks/pm-notebooks_1.0.bb) | 0 | ||||
-rw-r--r-- | meta-xilinx-demos/dynamic-layers/meta-openamp/recipes-example/openamp/openamp-demo-notebooks_0.1.bb (renamed from meta-xilinx-demos/recipes-examples/openamp/openamp-demo-notebooks_0.1.bb) | 0 | ||||
-rw-r--r-- | meta-xilinx-demos/dynamic-layers/meta-ros/meta-ros-common/recipes-core/packagegroups/packagegroup-xilinx-ros.bb (renamed from meta-xilinx-demos/recipes-core/packagegroups/packagegroup-xilinx-ros.bb) | 0 |
5 files changed, 10 insertions, 0 deletions
diff --git a/meta-xilinx-demos/conf/layer.conf b/meta-xilinx-demos/conf/layer.conf index eb667304..2e611dc9 100644 --- a/meta-xilinx-demos/conf/layer.conf +++ b/meta-xilinx-demos/conf/layer.conf | |||
@@ -13,3 +13,13 @@ LAYERDEPENDS_xilinx-demos = "core" | |||
13 | LAYERRECOMMENDS_xilinx-demos = "openembedded-layer" | 13 | LAYERRECOMMENDS_xilinx-demos = "openembedded-layer" |
14 | 14 | ||
15 | LAYERSERIES_COMPAT_xilinx-demos = "scarthgap" | 15 | LAYERSERIES_COMPAT_xilinx-demos = "scarthgap" |
16 | |||
17 | # Define dynamic layers | ||
18 | BBFILES_DYNAMIC += " \ | ||
19 | jupyter-layer:${LAYERDIR}/dynamic-layers/meta-jupyter/recipes-*/*/*.bb \ | ||
20 | jupyter-layer:${LAYERDIR}/dynamic-layers/meta-jupyter/recipes-*/*/*.bbappend \ | ||
21 | openamp-layer:${LAYERDIR}/dynamic-layers/meta-openamp/recipes-*/*/*.bb \ | ||
22 | openamp-layer:${LAYERDIR}/dynamic-layers/meta-openamp/recipes-*/*/*.bbappend \ | ||
23 | ros-common-layer:${LAYERDIR}/dynamic-layers/meta-ros/meta-ros-common/recipes-*/*/*.bb \ | ||
24 | ros-common-layer:${LAYERDIR}/dynamic-layers/meta-ros/meta-ros-common/recipes-*/*/*.bbappend \ | ||
25 | " | ||
diff --git a/meta-xilinx-demos/recipes-examples/pm-notebooks/files/LICENSE b/meta-xilinx-demos/dynamic-layers/meta-jupyter/recipes-example/pm-notebooks/files/LICENSE index e09f3af7..e09f3af7 100644 --- a/meta-xilinx-demos/recipes-examples/pm-notebooks/files/LICENSE +++ b/meta-xilinx-demos/dynamic-layers/meta-jupyter/recipes-example/pm-notebooks/files/LICENSE | |||
diff --git a/meta-xilinx-demos/recipes-examples/pm-notebooks/pm-notebooks_1.0.bb b/meta-xilinx-demos/dynamic-layers/meta-jupyter/recipes-example/pm-notebooks/pm-notebooks_1.0.bb index 2c00c316..2c00c316 100644 --- a/meta-xilinx-demos/recipes-examples/pm-notebooks/pm-notebooks_1.0.bb +++ b/meta-xilinx-demos/dynamic-layers/meta-jupyter/recipes-example/pm-notebooks/pm-notebooks_1.0.bb | |||
diff --git a/meta-xilinx-demos/recipes-examples/openamp/openamp-demo-notebooks_0.1.bb b/meta-xilinx-demos/dynamic-layers/meta-openamp/recipes-example/openamp/openamp-demo-notebooks_0.1.bb index 4c4ff2d8..4c4ff2d8 100644 --- a/meta-xilinx-demos/recipes-examples/openamp/openamp-demo-notebooks_0.1.bb +++ b/meta-xilinx-demos/dynamic-layers/meta-openamp/recipes-example/openamp/openamp-demo-notebooks_0.1.bb | |||
diff --git a/meta-xilinx-demos/recipes-core/packagegroups/packagegroup-xilinx-ros.bb b/meta-xilinx-demos/dynamic-layers/meta-ros/meta-ros-common/recipes-core/packagegroups/packagegroup-xilinx-ros.bb index d9db94ef..d9db94ef 100644 --- a/meta-xilinx-demos/recipes-core/packagegroups/packagegroup-xilinx-ros.bb +++ b/meta-xilinx-demos/dynamic-layers/meta-ros/meta-ros-common/recipes-core/packagegroups/packagegroup-xilinx-ros.bb | |||