local.conf.sample: Disable RPM packages

ResinOS now relies on IPK packages being built.

Signed-off-by: Will Newton <willn@resin.io>
This commit is contained in:
Will Newton 2017-09-12 16:18:19 +02:00
parent 62ef369f80
commit 01a6af92d1

View file

@ -41,9 +41,6 @@ DISTRO ?= "resin-systemd"
# Remove the old image before the new one is generated to save disk space when RM_OLD_IMAGE is set to 1, this is an easy way to keep the DEPLOY_DIR_IMAGE clean.
RM_OLD_IMAGE = "1"
# Package Management configuration
PACKAGE_CLASSES ?= "package_rpm"
# Additional image features
USER_CLASSES ?= "buildstats image-mklibs image-prelink"
@ -59,4 +56,4 @@ BB_DISKMON_DIRS = "\
ABORT,${DL_DIR},100M,1K \
ABORT,${SSTATE_DIR},100M,1K"
CONF_VERSION = "1"
CONF_VERSION = "1"