mirror of
https://github.com/nxp-imx/meta-imx.git
synced 2025-12-14 22:45:40 +01:00
imx-setup-release.sh: Use debian packaging and include package management in images [YOCIMX-4574]
Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
This commit is contained in:
parent
57c70df8fc
commit
8dbc8a9f53
|
|
@ -154,6 +154,10 @@ else
|
|||
cp $BUILD_DIR/conf/local.conf.org $BUILD_DIR/conf/local.conf
|
||||
fi
|
||||
|
||||
echo >> conf/local.conf
|
||||
echo "# Switch to Debian packaging and include package-management in the image" >> conf/local.conf
|
||||
echo "PACKAGE_CLASSES = \"package_deb\"" >> conf/local.conf
|
||||
echo "EXTRA_IMAGE_FEATURES += \"package-management\"" >> conf/local.conf
|
||||
|
||||
if [ ! -e $BUILD_DIR/conf/bblayers.conf.org ]; then
|
||||
cp $BUILD_DIR/conf/bblayers.conf $BUILD_DIR/conf/bblayers.conf.org
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user