Files
poky/meta/recipes-extended
Robert Yang 4a015e57cc package_rpm.bbclass: fix the arch (replace "-" with "_")
rpm can't use the "-" as the arch, which causes problem, e.g., when
MACHINE = "beagleboard":

* The arch should be armv7a-vfp-neon, but rpm only takes the armv7a,
  this is incorrect since it is mixed with real arch armv7a.

* The nativesdk's arch should be i686-nativesdk (or x86_64-nativesdk),
  but rpm only takes the i686 (or x86_64), this in incorrect since it is
  mixed with the arch i686 (or x86_64).

Replace "-" with "_" when rpm package and the rootfs generation would
fix the problem, I think this is fine since it doesn't change the tune's
arch, the package manager doesn't care about the arch's name, but it
needs a unify arch system to avoid confusing. This is similar to what we
have done on the deb which fixed the arch i486, i586 and so on to i386.

[YOCTO #2328]

(From OE-Core rev: fc985f511da86400e4fa7d17555216c12eb51666)

Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2012-09-10 13:01:45 +01:00
..
2012-07-26 14:55:20 +01:00
2012-06-25 16:35:54 +01:00
2012-08-23 11:43:34 +01:00
2012-02-26 22:51:58 +00:00
2012-01-24 11:54:24 +00:00
2011-12-24 10:05:45 +00:00
2012-05-30 12:04:43 +01:00
2012-09-04 12:53:02 +01:00
2012-08-17 18:04:24 +01:00
2011-12-05 22:47:07 +00:00
2012-07-18 14:29:31 +01:00
2012-06-21 13:03:02 +01:00
2012-09-04 12:52:55 +01:00
2012-09-04 12:53:04 +01:00
2012-08-30 17:44:06 -07:00
2012-09-04 12:53:05 +01:00
2012-08-24 17:32:56 +01:00
2012-09-04 12:53:11 +01:00
2012-03-21 15:33:06 +00:00
2012-01-03 12:14:33 +00:00
2012-06-25 16:35:54 +01:00
2012-02-26 22:51:58 +00:00
2012-02-21 17:00:46 +00:00
2012-07-17 10:54:05 +01:00
2012-08-13 20:10:33 +01:00
2012-09-04 12:53:10 +01:00
2012-07-17 10:53:55 +01:00
2011-12-08 15:24:32 +00:00
2012-06-18 17:26:48 +01:00