From 01a6af92d1cd73f1e7eac6f06d3020f021ddf2b8 Mon Sep 17 00:00:00 2001 From: Will Newton Date: Tue, 12 Sep 2017 16:18:19 +0200 Subject: [PATCH] local.conf.sample: Disable RPM packages ResinOS now relies on IPK packages being built. Signed-off-by: Will Newton --- layers/meta-resin-allwinner/conf/samples/local.conf.sample | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/layers/meta-resin-allwinner/conf/samples/local.conf.sample b/layers/meta-resin-allwinner/conf/samples/local.conf.sample index ec6001e..e9a999c 100644 --- a/layers/meta-resin-allwinner/conf/samples/local.conf.sample +++ b/layers/meta-resin-allwinner/conf/samples/local.conf.sample @@ -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" \ No newline at end of file +CONF_VERSION = "1"