mirror of
https://github.com/nxp-imx/meta-imx.git
synced 2025-12-15 06:55:55 +01:00
meta-imx: Fix paths after removing imx sub-folder [YOCIMX-4148]
Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
This commit is contained in:
parent
40de644acc
commit
c6294c4505
|
|
@ -1,6 +1,6 @@
|
|||
require recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.16.0.bb
|
||||
|
||||
FILESEXTRAPATHS_prepend := "${BSPDIR}/sources/meta-imx/imx/meta-sdk/dynamic-layers/qt5-layer/recipes-qt/qt5/${PN}:"
|
||||
FILESEXTRAPATHS_prepend := "${BSPDIR}/sources/meta-imx/meta-sdk/dynamic-layers/qt5-layer/recipes-qt/qt5/${PN}:"
|
||||
FILESEXTRAPATHS_prepend := "${BSPDIR}/sources/poky/meta/recipes-multimedia/gstreamer/files:"
|
||||
|
||||
DEPENDS += "gstreamer1.0-plugins-base virtual/kernel libcap zlib bzip2 \
|
||||
|
|
|
|||
|
|
@ -19,7 +19,7 @@
|
|||
# along with this program; if not, write to the Free Software
|
||||
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
|
||||
|
||||
. sources/meta-imx/imx/tools/setup-utils.sh
|
||||
. sources/meta-imx/tools/setup-utils.sh
|
||||
|
||||
CWD=`pwd`
|
||||
PROGNAME="setup-environment"
|
||||
|
|
@ -116,7 +116,7 @@ imx8*)
|
|||
esac
|
||||
|
||||
# copy new EULA into community so setup uses latest i.MX EULA
|
||||
cp sources/meta-imx/imx/EULA.txt sources/meta-freescale/EULA
|
||||
cp sources/meta-imx/EULA.txt sources/meta-freescale/EULA
|
||||
|
||||
# Set up the basic yocto environment
|
||||
if [ -z "$DISTRO" ]; then
|
||||
|
|
@ -150,13 +150,13 @@ else
|
|||
fi
|
||||
|
||||
|
||||
META_FSL_BSP_RELEASE="${CWD}/sources/meta-imx/imx/meta-bsp"
|
||||
META_FSL_BSP_RELEASE="${CWD}/sources/meta-imx/meta-bsp"
|
||||
|
||||
echo "" >> $BUILD_DIR/conf/bblayers.conf
|
||||
echo "# i.MX Yocto Project Release layers" >> $BUILD_DIR/conf/bblayers.conf
|
||||
hook_in_layer meta-imx/imx/meta-bsp
|
||||
hook_in_layer meta-imx/imx/meta-sdk
|
||||
hook_in_layer meta-imx/imx/meta-ml
|
||||
hook_in_layer meta-imx/meta-bsp
|
||||
hook_in_layer meta-imx/meta-sdk
|
||||
hook_in_layer meta-imx/meta-ml
|
||||
|
||||
echo "" >> $BUILD_DIR/conf/bblayers.conf
|
||||
echo "BBLAYERS += \"\${BSPDIR}/sources/meta-browser\"" >> $BUILD_DIR/conf/bblayers.conf
|
||||
|
|
|
|||
|
|
@ -65,7 +65,7 @@ bbclass_overrides() {
|
|||
# to the layer folder.
|
||||
#
|
||||
# Example:
|
||||
# hook_in_layer meta-imx/imx/meta-bsp
|
||||
# hook_in_layer meta-imx/meta-bsp
|
||||
hook_in_layer() {
|
||||
|
||||
layer=$1
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user