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:
parent
62ef369f80
commit
01a6af92d1
1 changed files with 1 additions and 4 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue