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"