index
:
openembedded-core.git
master
Trygve Laugstøl
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
meta
/
classes
/
package_rpm.bbclass
Commit message (
Expand
)
Author
Age
Files
Lines
*
package_rpm.bbclass: fix bashims at rpm_common_comand() method
Otavio Salvador
2012-03-19
1
-2
/
+1
*
meta: Replace bb.data.expand(xxx, d) -> d.expand(xxx)
Richard Purdie
2012-03-05
1
-3
/
+3
*
meta: Convert getVar/getVarFlag(xxx, 1) -> (xxx, True)
Richard Purdie
2012-03-05
1
-1
/
+1
*
meta/classes: Convert to use appendVar and appendVarFlags
Richard Purdie
2012-03-05
1
-4
/
+2
*
classes: replace 'Poky' with 'OE-core'
Koen Kooi
2012-02-01
1
-5
/
+5
*
package_rpm.bbclass: Add support for filenames with spaces
Mark Hatle
2012-01-17
1
-4
/
+4
*
Incremental rpm image generation
Robert Yang
2012-01-11
1
-10
/
+63
*
package_rpm.bbclass: Add RPMSPEC_PREAMBLE
Mark Hatle
2011-12-23
1
-0
/
+6
*
package.bbclass: Adjust RPM call to use dynamic location for magic files
Mark Hatle
2011-12-23
1
-1
/
+1
*
getVar/setVar cleanups
Richard Purdie
2011-11-26
1
-3
/
+3
*
package_rpm: Set _tmppath to avoid races over tmp files
Richard Purdie
2011-11-18
1
-0
/
+1
*
rootfs_rpm.bbclass: Enable pre and post install scripts
Mark Hatle
2011-11-11
1
-1
/
+32
*
Convert to use direct access to the data store (instead of bb.data.*Var*())
Richard Purdie
2011-11-10
1
-68
/
+68
*
classes: Remove various bashisms
Richard Purdie
2011-11-10
1
-9
/
+9
*
classes/package_rpm: disable uninstall scripts for upgrades
Paul Eggleton
2011-11-09
1
-2
/
+16
*
multilib: Drop MULTILIB_IMAGE_INSTALL
Dongxiao Xu
2011-11-08
1
-28
/
+9
*
package_rpm: Ensure multilib code is only called in the multilib case
Richard Purdie
2011-10-04
1
-15
/
+18
*
multilib: add MLPREFIX to deploy folder
Dongxiao Xu
2011-09-28
1
-2
/
+8
*
package_rpm: combine normal and multilib solution manifest together
Dongxiao Xu
2011-09-28
1
-2
/
+3
*
rootfs_rpm: two step installation
Dongxiao Xu
2011-09-22
1
-4
/
+50
*
Fix RPM dependencies
Mark Hatle
2011-09-21
1
-1
/
+1
*
multilib: install MULTILIB_IMAGE_INSTALL
Dongxiao Xu
2011-09-21
1
-14
/
+28
*
package_rpm: Fix package rename issue in multilib case
Dongxiao Xu
2011-08-16
1
-7
/
+7
*
package_rpm: enhance strip_multilib function
Dongxiao Xu
2011-08-16
1
-4
/
+4
*
package_rpm: Fix attemptonly and suggest packages
Mark Hatle
2011-08-12
1
-5
/
+20
*
package_rpm.bbclass: Update the platform config and --target
Mark Hatle
2011-08-12
1
-3
/
+11
*
Magic file path should be given for rpmbuild
jani.uusi-rantala@nokia.com
2011-08-11
1
-0
/
+2
*
package_rpm: Ensure alternatives links are reflected in rpm package dependencies
Richard Purdie
2011-08-03
1
-0
/
+4
*
bitbake.conf: Add SDK_PACKAGE_ARCHS
Mark Hatle
2011-08-02
1
-9
/
+1
*
rootfs_rpm: Cleanup and minor bug fixes
Mark Hatle
2011-08-02
1
-73
/
+55
*
package_rpm.bbclass: fix one typo
Yu Ke
2011-08-01
1
-1
/
+1
*
package_{deb, rpm, ipk}.bbclass: fix 'lingusa' typo
Koen Kooi
2011-08-01
1
-3
/
+3
*
package_rpm.bbclass: Fix mistake reported by Mark Hatle
Richard Purdie
2011-07-27
1
-1
/
+1
*
package/rootfs_rpm: Implement RPM multilib package handling
Mark Hatle
2011-07-27
1
-85
/
+144
*
classes/package_rpm.bbclass: Change the way the PV is transformed
Mark Hatle
2011-06-23
1
-5
/
+18
*
classes/package_rpm.bbclass: Enhance diagnostic messages
Mark Hatle
2011-06-23
1
-1
/
+6
*
package_rpm.bbclass: make RPM use on-disk permissions
Scott Garman
2011-06-06
1
-0
/
+2
*
classes/package_xxx.class: Use PKGE/PKGV/PKGR.
Lianhao Lu
2011-05-27
1
-7
/
+7
*
Move packagedata code into oe.packagedata (sync from OE)
Chris Larson
2011-05-20
1
-1
/
+2
*
package-index.bb: add support for deb and rpm.
Dexuan Cui
2011-05-20
1
-0
/
+3
*
package_rpm: use target vendor information
Adrian Alonso
2011-05-10
1
-1
/
+2
*
package_rpm: Ensure we take the sstate shared lockfile in the place we write ...
Richard Purdie
2011-03-29
1
-6
/
+3
*
package_rpm: Fix rootfs generation
Mark Hatle
2011-03-10
1
-1
/
+7
*
rootfs_rpm: Fix rootfs generation using RPM packages
Mark Hatle
2011-03-01
1
-6
/
+9
*
package_rpm: Fix solverdb generation
Mark Hatle
2011-02-16
1
-13
/
+19
*
rpm: Add the ability to use the platform file during install
Mark Hatle
2011-02-16
1
-5
/
+10
*
rootfs_rpm/package_rpm.bbclass: Move func from rootfs_rpm to package_rpm
Lianhao Lu
2011-02-01
1
-10
/
+220
*
image/package_xx/rootfs_xx.bbclass: move rootfs_xx_log_check().
Lianhao Lu
2011-01-31
1
-0
/
+20
*
package_rpm: Fix package-split summary
Mark Hatle
2011-01-30
1
-1
/
+1
*
rpm: Uprev to RPM 5.4.0
Mark Hatle
2011-01-28
1
-2
/
+3
[next]