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.
|
# 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"
|
RM_OLD_IMAGE = "1"
|
||||||
|
|
||||||
# Package Management configuration
|
|
||||||
PACKAGE_CLASSES ?= "package_rpm"
|
|
||||||
|
|
||||||
# Additional image features
|
# Additional image features
|
||||||
USER_CLASSES ?= "buildstats image-mklibs image-prelink"
|
USER_CLASSES ?= "buildstats image-mklibs image-prelink"
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue