From 5cd88a47e659127b650cb6b42ffe125648e64312 Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Aug 31 2012 05:41:12 +0000 Subject: add 32 bit arm base arches --- diff --git a/src/pypungi/__init__.py b/src/pypungi/__init__.py index 8dc0d77..90c0447 100644 --- a/src/pypungi/__init__.py +++ b/src/pypungi/__init__.py @@ -236,6 +236,10 @@ class Pungi(pypungi.PungiBase): yumarch = 'ppc64p7' elif arch == 'sparc': yumarch = 'sparc64v' + elif arch == 'arm': + yumarch = 'armv7l' + elif arch == 'armhfp': + yumarch = 'armv7hnl' else: yumarch = arch