summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdrian Dudau <adrian.dudau@enea.com>2017-12-06 10:48:21 +0100
committerMartin Borg <martin.borg@enea.com>2017-12-11 13:34:19 +0100
commit16c83964c87a5aa6082d870ff383180b8f2c9c60 (patch)
tree994f71e11bbe6e823edb5b79209d2d8a00ab3943
parente29ea6987194fc1059dcbaf2d3a0e36defb4fc5e (diff)
downloadmeta-el-standard-16c83964c87a5aa6082d870ff383180b8f2c9c60.tar.gz
templates: Use DEB packages instead of RPM
Signed-off-by: Adrian Dudau <adrian.dudau@enea.com> Signed-off-by: Martin Borg <martin.borg@enea.com>
-rw-r--r--conf/template.raspberrypi3-64/local.conf.sample2
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/template.raspberrypi3-64/local.conf.sample b/conf/template.raspberrypi3-64/local.conf.sample
index f8970b8..16f850e 100644
--- a/conf/template.raspberrypi3-64/local.conf.sample
+++ b/conf/template.raspberrypi3-64/local.conf.sample
@@ -105,7 +105,7 @@ DISTRO ?= "enea"
105# - 'package_rpm' for rpm style packages 105# - 'package_rpm' for rpm style packages
106# E.g.: PACKAGE_CLASSES ?= "package_rpm package_deb package_ipk" 106# E.g.: PACKAGE_CLASSES ?= "package_rpm package_deb package_ipk"
107# We default to rpm: 107# We default to rpm:
108PACKAGE_CLASSES ?= "package_rpm" 108PACKAGE_CLASSES ?= "package_deb"
109 109
110# 110#
111# SDK/ADT target architecture 111# SDK/ADT target architecture