index
:
ast2050-yocto-poky
fido
Modified yocto poky sources to support the Aspeed AST2050 and ASUS KGPE-D16 / KCMA-D8
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
meta
/
lib
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
oeqa/utils: targetbuild: take proxy into account
Stefan Stanacar
2014-02-11
4
-5
/
+21
*
image.py, package_manager.py, rootfs.py: dump command output on error
Laurentiu Palcu
2014-02-11
3
-43
/
+44
*
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
*
rootfs.py, package_manager.py, sdk.py: Fix building from feeds feature for opkg
Laurentiu Palcu
2014-02-11
3
-5
/
+51
*
lib/oe/package_manager.py: OpkgPM, bad recommendation handling change
Laurentiu Palcu
2014-02-11
1
-6
/
+4
*
lib/oe/package_manager.py: do not use stamps
Laurentiu Palcu
2014-02-11
1
-8
/
+0
*
lib/oe/rootfs.py: OpkgRootfs, fix issue in _get_delayed_postinsts()
Laurentiu Palcu
2014-02-11
1
-1
/
+1
*
lib/oe/package_manager.py: OpkgPM/DpkgPM fixes
Laurentiu Palcu
2014-02-11
1
-12
/
+42
*
lib/oe/image.py: fix image size calculation routine
Laurentiu Palcu
2014-02-11
1
-2
/
+2
*
lib/oe/package_manager.py: DpkgPM, use lock on deploy dir
Laurentiu Palcu
2014-02-11
1
-0
/
+8
*
lib/oe/rootfs.py: warn the user if intercept hooks fail
Laurentiu Palcu
2014-02-11
1
-2
/
+2
*
lib/oe/package_manager.py: RpmPM fixes
Laurentiu Palcu
2014-02-11
1
-12
/
+12
*
lib/oe/package_manager.py: moving global SCRIPTLET_FORMAT and DB_CONFIG_CONTE...
Hongxu Jia
2014-02-11
1
-52
/
+51
*
package_manger.py/rootfs.py: rename save_rpmpostinist with save_rpmpostinst
Hongxu Jia
2014-02-11
2
-3
/
+3
*
lib/oe/rootfs.py: fix invoking _run_intercepts failed
Hongxu Jia
2014-02-11
1
-0
/
+1
*
lib/oe/package_manager.py: fix invoking rpm save_rpmpostinist failed
Hongxu Jia
2014-02-11
1
-2
/
+3
*
lib/oe/rootfs.py: fix invoking rpm _handle_intercept_failure failed
Hongxu Jia
2014-02-11
1
-1
/
+1
*
lib/oe/sdk.py: support RpmRootfs
Hongxu Jia
2014-02-11
1
-2
/
+136
*
lib/oe/image.py: fix get rootfs_extra_space failed
Hongxu Jia
2014-02-11
1
-1
/
+1
*
rootfs.py: strip kernel-abiversion useless readline
Hongxu Jia
2014-02-11
1
-1
/
+1
*
rootfs.py: fix uninstall uneeded pkgs failed
Hongxu Jia
2014-02-11
1
-4
/
+17
*
lib/oe/rootfs.py: Tweak the rootfs removing operation
Hongxu Jia
2014-02-11
1
-3
/
+4
*
lib/oe/rootfs.py: support RpmRootfs
Hongxu Jia
2014-02-11
1
-6
/
+205
*
lib/oe/package_manager.py: support RpmPM
Hongxu Jia
2014-02-11
1
-5
/
+651
*
lib/oe/manifest.py: add rpm image manifest creation
Hongxu Jia
2014-02-11
1
-1
/
+41
*
lib/oe/sdk.py: add SDK class
Laurentiu Palcu
2014-02-11
1
-0
/
+209
*
lib/oe/package_manager.py: fixes for dpkg backend
Laurentiu Palcu
2014-02-11
1
-8
/
+16
*
lib/oe/rootfs.py: use Manifest.INSTALL_ORDER
Laurentiu Palcu
2014-02-11
1
-5
/
+1
*
lib/oe/manifest.py: create manifests for SDK too
Laurentiu Palcu
2014-02-11
1
-18
/
+57
*
image.bbclass, lib/oe/rootfs.py: remove intercept_scripts directory
Laurentiu Palcu
2014-02-11
1
-0
/
+2
*
lib/oe/rootfs.py: add support for opkg backend
Laurentiu Palcu
2014-02-11
1
-9
/
+149
*
lib/oe/package_manager.py: add support for opkg backend
Laurentiu Palcu
2014-02-11
1
-8
/
+210
*
lib/oe/package_manager.py: use the bitbake APT_ARGS variable
Laurentiu Palcu
2014-02-11
1
-1
/
+1
*
lib/oe/package_manager.py: add deploy dir locking mechanism
Laurentiu Palcu
2014-02-11
1
-0
/
+17
*
lib/oe/manifest.py: create global variables for package types
Laurentiu Palcu
2014-02-11
1
-10
/
+20
*
oe/manifest.py: Add manifest creation for opkg
Laurentiu Palcu
2014-02-11
1
-7
/
+44
*
lib/oe/rootfs.py: add new library for rootfs creation
Laurentiu Palcu
2014-02-11
1
-0
/
+328
*
lib/oe/package_manager.py: add new package management library
Laurentiu Palcu
2014-02-11
1
-0
/
+425
*
lib/oe/manifest.py: add library for image manifest creation
Laurentiu Palcu
2014-02-11
1
-0
/
+165
*
lib/oe/image.py: add new image creation library
Laurentiu Palcu
2014-02-11
1
-0
/
+239
*
lib/oe/utils.py: add pre/post process helper function
Laurentiu Palcu
2014-02-11
1
-1
/
+11
*
oeqa/utils: targetbuild: don't use bb.fetch anymore
Stefan Stanacar
2014-02-09
1
-19
/
+8
*
lib/oeqa: add module for running tests outside of the build system
Stefan Stanacar
2014-02-09
1
-0
/
+140
*
testimage: add ability to export tests
Stefan Stanacar
2014-02-09
1
-11
/
+6
*
oeqa/runtime/systemd: remove race in settle()
Ross Burton
2014-02-04
1
-14
/
+8
*
lib/oeqa: allow multiple layers to provide their own TEST_TARGET class
Sipke Vriend
2014-02-02
3
-6
/
+79
*
oeqa/runtime: syslog: update --help test
Stefan Stanacar
2014-02-02
1
-1
/
+1
*
oeqa/utils: sshcontrol: rewrite the SSHControl class
Stefan Stanacar
2014-02-02
1
-83
/
+92
*
oeqa/runtime: smart: fix adding channels
Stefan Stanacar
2014-01-29
1
-1
/
+1
[prev]
[next]