Include the release layers rename changes [YOCIMX-7393]

Signed-off-by: Neena Busireddy <neenareddy.busireddy@nxp.com>
This commit is contained in:
Neena Busireddy 2023-12-07 10:01:00 -07:00
parent d25c439714
commit a5fc10cada
4 changed files with 10 additions and 10 deletions

2
README
View File

@ -187,4 +187,4 @@ By default, wayland plugin is enabled.We can switch to kms plugin by following t
Systemd
-------
Systemd support is enabled as default but it can be disabled by commenting out the systemd settings in
meta-sdk/conf/distro/include/fsl-imx-preferred-env.inc.
meta-imx-sdk/conf/distro/include/fsl-imx-preferred-env.inc.

View File

@ -1582,7 +1582,7 @@ PATCHES IN META_IMX
Patches for: systemd
Source Location: https://github.com/systemd/systemd-bootchart.git
Patch Location: meta-bsp/recipes-core/systemd/systemd
Patch Location: meta-imx-bsp/recipes-core/systemd/systemd
Outgoing License: GPL-2.0
License File: LICENSE.GPL2
Package Category: BSP
@ -1593,7 +1593,7 @@ Origin of patches: NXP (GPL-2.0)
Patches for: pulseaudio
Source Location: http://freedesktop.org/software/pulseaudio/releases/
Patch Location: meta-bsp/recipes-multimedia/pulaeaudio/pulaeaudio
Patch Location: meta-imx-bsp/recipes-multimedia/pulaeaudio/pulaeaudio
Outgoing License: LGPL-2.1
License File: LICENSE
Package Category: Multimedia
@ -1604,7 +1604,7 @@ Origin of patches: NXP (LGPL-2.1)
Patches for: vulkan
Source Location: git://github.com/vulkan
Patch Location: meta-sdk/recipes-graphics/vulkan/
Patch Location: meta-imx-sdk/recipes-graphics/vulkan/
Outgoing License: MIT
License File: LICENSE.md
Package Category: Graphics

View File

@ -154,14 +154,14 @@ else
fi
META_FSL_BSP_RELEASE="${CWD}/sources/meta-imx/meta-bsp"
META_FSL_BSP_RELEASE="${CWD}/sources/meta-imx/meta-imx-bsp"
echo "" >> $BUILD_DIR/conf/bblayers.conf
echo "# i.MX Yocto Project Release layers" >> $BUILD_DIR/conf/bblayers.conf
hook_in_layer meta-imx/meta-bsp
hook_in_layer meta-imx/meta-sdk
hook_in_layer meta-imx/meta-ml
hook_in_layer meta-imx/meta-v2x
hook_in_layer meta-imx/meta-imx-bsp
hook_in_layer meta-imx/meta-imx-sdk
hook_in_layer meta-imx/meta-imx-ml
hook_in_layer meta-imx/meta-imx-v2x
hook_in_layer meta-nxp-demo-experience
echo "" >> $BUILD_DIR/conf/bblayers.conf

View File

@ -76,7 +76,7 @@ bbclass_overrides() {
# to the layer folder.
#
# Example:
# hook_in_layer meta-imx/meta-bsp
# hook_in_layer meta-imx/meta-imx-bsp
hook_in_layer() {
layer=$1