summaryrefslogtreecommitdiff
path: root/meta-ampere
diff options
context:
space:
mode:
authorPatrick Williams <patrick@stwcx.xyz>2021-09-16 22:23:05 +0300
committerPatrick Williams <patrick@stwcx.xyz>2021-09-16 22:23:05 +0300
commitb3b2aee683e98b7ac06dfa9807b37d5ae11bb9f6 (patch)
treefb6930c58e7051f8f61c8f7302d72f79fdb908c8 /meta-ampere
parentb14f1064f5d46ede235cca702159ad9620a15008 (diff)
downloadopenbmc-b3b2aee683e98b7ac06dfa9807b37d5ae11bb9f6.tar.xz
treewide: fix comments for rpm/ipk
Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: Ia05891430c6c97a89b7bc8ba4558ae496866bf7d
Diffstat (limited to 'meta-ampere')
-rw-r--r--meta-ampere/meta-jade/conf/local.conf.sample2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-ampere/meta-jade/conf/local.conf.sample b/meta-ampere/meta-jade/conf/local.conf.sample
index 413eefcf9..f393fceb2 100644
--- a/meta-ampere/meta-jade/conf/local.conf.sample
+++ b/meta-ampere/meta-jade/conf/local.conf.sample
@@ -81,7 +81,7 @@ DISTRO ?= "openbmc-phosphor"
# - 'package_ipk' for ipk files are used by opkg (a debian style embedded package manager)
# - 'package_rpm' for rpm style packages
# E.g.: PACKAGE_CLASSES ?= "package_rpm package_deb package_ipk"
-# We default to rpm:
+# We default to ipk:
PACKAGE_CLASSES ?= "package_ipk"
#