mirror of
https://git.yoctoproject.org/poky
synced 2026-09-14 03:49:32 +02:00
local.conf.sample: set RPM as default package and rootfs image creation
Signed-off-by: Saul Wold <Saul.Wold@intel.com>
This commit is contained in:
@@ -73,8 +73,9 @@ EXTRA_IMAGE_FEATURES_mx31ads = "tools-testapps debug-tweaks"
|
|||||||
# The first package type listed will be used for rootfs generation
|
# The first package type listed will be used for rootfs generation
|
||||||
# include 'package_deb' for debs
|
# include 'package_deb' for debs
|
||||||
# include 'package_ipk' for ipks
|
# include 'package_ipk' for ipks
|
||||||
#PACKAGE_CLASSES ?= "package_deb package_ipk"
|
# include 'package_rpm' for rpms
|
||||||
PACKAGE_CLASSES ?= "package_ipk"
|
#PACKAGE_CLASSES ?= "package_rpm package_deb package_ipk"
|
||||||
|
PACKAGE_CLASSES ?= "package_rpm"
|
||||||
|
|
||||||
# A list of additional classes to use when building the system
|
# A list of additional classes to use when building the system
|
||||||
# include 'image-prelink' in order to prelink the filesystem image
|
# include 'image-prelink' in order to prelink the filesystem image
|
||||||
|
|||||||
Reference in New Issue
Block a user