Age | Commit message (Collapse) | Author | Files | |
---|---|---|---|---|
2012-04-18 | packageinfo.bbclass: A workaround for RPM architecture renaming | Dongxiao Xu | 1 | |
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> | ||||
2012-02-24 | packageinfo.bbclass: add a new bbclass to pass package information | Dongxiao Xu | 1 | |
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> |