meta-digi: set RPM as default package format in config templates

RPM is more polished than IPK and it's the default used by
Poky/Openembedded so just use it.

https://jira.digi.com/browse/DEL-1053

Signed-off-by: Javier Viguera <javier.viguera@digi.com>
This commit is contained in:
Javier Viguera 2014-05-20 13:51:37 +02:00
parent be2be26029
commit 0db56937bb
5 changed files with 5 additions and 5 deletions

View File

@ -133,7 +133,7 @@ DISTRO ?= "dey"
# - 'package_rpm' for rpm style packages
# E.g.: PACKAGE_CLASSES ?= "package_rpm package_deb package_ipk"
# We default to rpm:
PACKAGE_CLASSES ?= "package_ipk"
PACKAGE_CLASSES ?= "package_rpm"
#
# SDK/ADT target architecture

View File

@ -133,7 +133,7 @@ DISTRO ?= "dey"
# - 'package_rpm' for rpm style packages
# E.g.: PACKAGE_CLASSES ?= "package_rpm package_deb package_ipk"
# We default to rpm:
PACKAGE_CLASSES ?= "package_ipk"
PACKAGE_CLASSES ?= "package_rpm"
#
# SDK/ADT target architecture

View File

@ -133,7 +133,7 @@ DISTRO ?= "dey"
# - 'package_rpm' for rpm style packages
# E.g.: PACKAGE_CLASSES ?= "package_rpm package_deb package_ipk"
# We default to rpm:
PACKAGE_CLASSES ?= "package_ipk"
PACKAGE_CLASSES ?= "package_rpm"
#
# SDK/ADT target architecture

View File

@ -133,7 +133,7 @@ DISTRO ?= "dey"
# - 'package_rpm' for rpm style packages
# E.g.: PACKAGE_CLASSES ?= "package_rpm package_deb package_ipk"
# We default to rpm:
PACKAGE_CLASSES ?= "package_ipk"
PACKAGE_CLASSES ?= "package_rpm"
#
# SDK/ADT target architecture

View File

@ -133,7 +133,7 @@ DISTRO ?= "dey"
# - 'package_rpm' for rpm style packages
# E.g.: PACKAGE_CLASSES ?= "package_rpm package_deb package_ipk"
# We default to rpm:
PACKAGE_CLASSES ?= "package_ipk"
PACKAGE_CLASSES ?= "package_rpm"
#
# SDK/ADT target architecture