Age | Commit message (Collapse) | Author | Files |
|
installed of unpacked
* silly solution to filter multiple versions shown in installed-packages.txt where one is with Status not-installed and the right one with installed
* someone with better idea?
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
|
|
* otherwise it will pick 'The' ie from line 'Description: The Enlightenment Window Manager Version 17' and mess installed-packages.txt
fails: Version_shr-version_1.0-20100512-r0.4_om-gta02.ipk
fails: The_e-wm_0.16.999.060+svnr48617-r13.4_armv4t.ipk
* this is also fix for missing entries in installed-package-sizes.txt
(when find cannot find ipk files for messed package names)
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
|
|
opkg-cl call with -t parameter
* Use opkg.conf from staging in the same way as do_rootfs does
* When option tmp_dir is used in opkg.conf installed on rootfs then it's
used also in do_rootfs call and points to probably non-existent directory
on buildhost like /var/lib/opkg/tmp.
* The value of tmp_dir from rootfs is used even with another config file
specified with -c parameter
* Before this, it was using default value (/tmp) on buildhost, now it will use
own "${IMAGE_ROOTFS}-tmp" and remove it after do_rootfs finish
(usually already empty inside, cleaned by opkg itself)
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Acked-by: Denys Dmytriyenko <denis@denix.org>
Acked-by: Koen Kooi <koen@openembedded.org>
|
|
|
|
|
|
|
|
* death to ipkg!
|
|
images, usefull for people doing regression testing
details at:
* http://dominion.thruhere.net/koen/cms/the-testlab-strikes-again
* http://dominion.thruhere.net/koen/cms/package-relations-inside-images
|