Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | packageinfo.bbclass: A workaround for RPM architecture renaming | Dongxiao Xu | 2012-04-18 | 1 | -1/+12 |
| | | | | | | | | | | | For beagleboard platform, the PACKAGE_ARCH for certain recipes is "armv7a-vfp-neon", however, the architecture label in RPM file name is "armv7a" due to a potential bug in RPM backend. This commit is a workaround to make Hob work in this case. Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> | ||||
* | packageinfo.bbclass: add a new bbclass to pass package information | Dongxiao Xu | 2012-02-24 | 1 | -0/+35 |
packageinfo.bbclass is to pass the accurate package information to clients (e.g. Hob), including PN, PV, RDEPENDS, PKGSIZE, etc. Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> |