index
:
linux/poky.git
1.1_M1
1.1_M2
1.1_M3
1.1_M4
1.2_M1
1.2_M2
1.2_M3
1.2_M4
1.3_M1
1.3_M2
1.3_M3
1.3_M4
1.3_M5
1.3_beta
1.4_M1
1.4_M3
1.4_M4
1.4_M5
1.6_M5
bernard
blinky
clyde
daisy
daisy-140929
daisy-enea
daisy-enea-231026
danny
danny-next
denzil
dizzy
dizzy-enea
dora
dora-toaster
dunfell
dunfell-next
dylan
edison
elroy
enea_linux_3
fido
gatesgarth
gatesgarth-next
genericarm64
green
halstead/hashclient
hardknott
hardknott-next
honister
jethro
kirkstone
kirkstone-next
krogoth
krogoth-enea
krogoth-next
langdale
laverne
master
master-next
master-next2
master-test
master-uninative
mickledore
mickledore-next
morty
morty-next
nanbield
pinky
purple
pyro
pyro-enea
pyro-next
pyro-nfvaccess
python3
rocko
rocko-next
scarthgap
styhead
sumo
sumo-next
thud
thud-next
warrior
warrior-next
zeus
zeus-next
zeus-next2
Mirror of git.yoctoproject.org/poky
N/A
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
meta
/
lib
/
oe
/
package_manager.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
lib/oe/package_manager: avoid traceback with no packages
Paul Eggleton
2015-04-19
1
-0
/
+2
*
package_manager: RpmPM: Fix scriptlet for rpm 4
Jean-Benoit MARTIN
2015-04-13
1
-2
/
+4
*
package_manager: call createrepo with --dbpath pointing inside WORKDIR
Ed Bartosh
2015-04-02
1
-1
/
+5
*
package_deb: DpkgIndexer use apt-ftparchive that needs a valid config
Andreas Oberritter
2015-03-25
1
-0
/
+28
*
package_manager: Create variable for install_dir_name
Saul Wold
2015-03-20
1
-7
/
+8
*
lib/oe/package_manager: Performance tweak in regex usage
Richard Purdie
2015-02-21
1
-3
/
+3
*
package_manager.py: use 'purge' instead of 'remove' in case of deb
Chen Qi
2015-02-17
1
-2
/
+2
*
lib/oe/package_manager: support exclusion from complementary glob process by ...
Paul Eggleton
2015-02-17
1
-0
/
+3
*
oe-pkgdata-util: improve command-line usage
Paul Eggleton
2015-02-14
1
-1
/
+1
*
package_manager.py: fix rootfs failure with multilib enabled
Chen Qi
2015-02-03
1
-1
/
+4
*
package_manager.py: fix arguments to string format
Ross Burton
2014-12-05
1
-3
/
+3
*
package_manager.py: check the result of create_index
Hongxu Jia
2014-12-03
1
-4
/
+16
*
package_manager: DpkgPM fix populate_sdk
Aníbal Limón
2014-11-09
1
-1
/
+1
*
package_manager: Fix BAD_RECOMMENDATIONS for opkg
Paul Barker
2014-11-04
1
-0
/
+4
*
multilib.bbclass/package_manager.py: fix <multilib>-meta-toolchain build failure
Hongxu Jia
2014-11-04
1
-0
/
+3
*
python-smartpm: Add checking for "rpm-ignoresize" option
Chong Lu
2014-10-24
1
-0
/
+1
*
deb_packaging: Added support for multilib
Anibal Limon
2014-09-30
1
-9
/
+26
*
package_manager.py: use RPM_PREFER_ELF_ARCH
Robert Yang
2014-09-10
1
-6
/
+6
*
package_manager: RpmPkgsList: determine rpm version
Kévin THIERRY
2014-09-10
1
-12
/
+11
*
package_manager: Add rpm v4 support
Richard Purdie
2014-09-03
1
-40
/
+70
*
package_manager.py: enable smart non-interactive mode
Ed Bartosh
2014-08-31
1
-1
/
+1
*
lib/oe/utils: Add utils function for multiprocess execution
Richard Purdie
2014-08-23
1
-28
/
+4
*
oe.package_manager: fix use of PACKAGE_EXCLUDE for dpkg
Christopher Larson
2014-08-11
1
-1
/
+1
*
package_manager.py: set preferred ABI for rpm
Robert Yang
2014-08-02
1
-0
/
+16
*
lib/oe/package_manager.py: Fix _pkg_translate_smart_to_oe function
Mark Hatle
2014-07-03
1
-0
/
+1
*
lib/oe/package_manager.py: Add processing for alternative SDK_OS
Mark Hatle
2014-06-25
1
-1
/
+5
*
package_manager: Fix NoneType Object on do_populate_sdk
Ricardo Ribalda Delgado
2014-05-08
1
-1
/
+2
*
package_manager: Fix Argument list too long
Ricardo Ribalda Delgado
2014-05-08
1
-2
/
+9
*
package_manager.py: leave the __db.00* files in place
Laurentiu Palcu
2014-03-30
1
-7
/
+1
*
apt/package_mamager: Ensure WORKDIR is used for lists directory
Richard Purdie
2014-03-27
1
-0
/
+2
*
package_manager: Fix apt-ftparchive index creation problems
Richard Purdie
2014-03-27
1
-7
/
+6
*
package_manager: Ensure we don't process directories twice
Richard Purdie
2014-03-27
1
-1
/
+3
*
package_manager.py: create separate class for installed packages listing
Laurentiu Palcu
2014-03-21
1
-165
/
+211
*
package_manager: Use apt-ftparchive for deb packages
Ricardo Ribalda Delgado
2014-03-19
1
-3
/
+9
*
do_rootfs: Added PACKAGE_FEED_URIS functionality
David Nyström
2014-03-07
1
-1
/
+88
*
package_manager.py: make list_installed() list pkg dependencies too
Laurentiu Palcu
2014-03-07
1
-0
/
+31
*
image.py, rootfs.py, package_manager.py: redirect stderr to stdout when calli...
Laurentiu Palcu
2014-03-07
1
-23
/
+25
*
package_manager.py: RpmPM: don't add smart channel if already added
Laurentiu Palcu
2014-03-05
1
-2
/
+4
*
Revert "lib/oe/package_manager.py: RpmPM: fix issue with multilib builds"
Laurentiu Palcu
2014-03-05
1
-6
/
+7
*
package_manager.py: create index files for all backends in PACKAGE_CLASSES
Laurentiu Palcu
2014-02-25
1
-9
/
+15
*
package_manager.py: correctly handle empty opkg-query-helper.py output
Jonathan Liu
2014-02-25
1
-1
/
+1
*
package_manager.py: support ipk incremental image generation
Hongxu Jia
2014-02-21
1
-6
/
+75
*
package_manager.py: Fix $i -> %s in bb.note
Martin Jansa
2014-02-20
1
-1
/
+1
*
package_manager.py: fix installed package list creation for Opkg/Dpkg
Laurentiu Palcu
2014-02-20
1
-2
/
+4
*
lib/oe/package_manager: Make empty package directories non-fatal
Richard Purdie
2014-02-16
1
-3
/
+6
*
package_manager.py: move multilib prefix list computation function to RpmIndexer
Laurentiu Palcu
2014-02-14
1
-52
/
+53
*
package_manager.py, rootfs.py, sdk.py: add Indexer class
Laurentiu Palcu
2014-02-14
1
-123
/
+216
*
image.py, package_manager.py, rootfs.py: dump command output on error
Laurentiu Palcu
2014-02-11
1
-40
/
+41
*
lib/oe/package_manager.py: RpmPM: fix issue with multilib builds
Laurentiu Palcu
2014-02-11
1
-7
/
+6
*
lib/oe/package_manager.py: check that package list is not empty
Laurentiu Palcu
2014-02-11
1
-1
/
+7
[next]