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
Commit message (
Expand
)
Author
Age
Files
Lines
*
package_manager.py: fix the message used to catch failing postinsts from dnf
Alexander Kanavin
2018-11-22
1
-1
/
+1
*
lib/oe/package_manager: Avoid race problems when calling list_pkgs()
Richard Purdie
2018-11-16
1
-5
/
+8
*
locale: Allow usage of cross-localedef for ARC
Alexey Brodkin
2018-11-14
1
-0
/
+2
*
package_manager.py: correct the deploydir when packagefeed-stability inherited
Mingli Yu
2018-10-28
1
-1
/
+4
*
package_manager: handle remove() with no packages
Ross Burton
2018-10-18
1
-1
/
+8
*
package_manager: implement PACKAGE_EXCLUDE for opkg
Ross Burton
2018-10-18
1
-1
/
+5
*
rootfs: possibility to add packages to debug rootfs
Andrej Valek
2018-10-18
1
-0
/
+10
*
lib/oe/utils: add eol to format_pkg_list()
grygorii tertychnyi via Openembedded-core
2018-10-11
1
-1
/
+7
*
rootfs.py: Install -src packages when PACKAGE_DEBUG_SPLIT_STYLE is "debug-wit...
Joshua Watt
2018-09-25
1
-0
/
+4
*
rootfs: always update the opkg index
Ioan-Adrian Ratiu
2018-09-25
1
-3
/
+2
*
lib/oe/elf.py: Add LatticeMico32 architecture definition
Nathan Rossi
2018-09-21
1
-0
/
+1
*
package_manager: use normalized path when doing the filtered copy
Max Krummenacher
2018-09-21
1
-0
/
+1
*
insane: Recognise BPF as a valid EM_MACHINE type
Khem Raj
2018-09-13
1
-1
/
+2
*
oe/utils.py: Add vartrue()
Robert Yang
2018-09-13
1
-0
/
+8
*
populate_base_sdk: Stop running gcc --version all the time
Richard Purdie
2018-09-05
1
-1
/
+4
*
package_manager.py: add noarch to buildarch_compat
Kai Kang
2018-09-05
1
-1
/
+3
*
lib/oe/package_manager: turn postinst failure warnings into bitbake failures
Alexander Kanavin
2018-09-04
1
-15
/
+7
*
lib/oe/patch.py: Clean up getstatusoutput usage
Robert Yang
2018-08-23
1
-1
/
+2
*
lib/oe/gpg_sign.py: Clean up getstatusoutput usage
Robert Yang
2018-08-23
1
-10
/
+5
*
lib/oe/utils: Fix get_multilib_datastore to work for original tune
Richard Purdie
2018-08-23
1
-0
/
+3
*
lib/oe/package.py: use bb.utils.break_hardlinks helper
Rasmus Villemoes
2018-08-23
1
-1
/
+1
*
oe.package_manager: support loading intercepts from multiple paths
Christopher Larson
2018-08-16
1
-6
/
+13
*
package_manager: Add definitions for riscv machines
Richard Purdie
2018-08-15
1
-0
/
+2
*
sstate/lib.oe.path: Ensure file sparseness is preserved
Richard Purdie
2018-08-15
1
-2
/
+2
*
package_manager/sdk: Use filtered copies of the deploy ipk/deb directories
Richard Purdie
2018-08-15
3
-9
/
+27
*
package_manager: Remove rpm specific pieces of create_packages_dir()
Richard Purdie
2018-08-15
1
-13
/
+11
*
image: Add locale archive optimisation
Richard Purdie
2018-08-15
2
-47
/
+53
*
lib/oe: Fix collections ABCs DeprecationWarning in Python 3.7+
Khem Raj
2018-08-14
1
-2
/
+7
*
package: skip strip on signed kernel modules
foocampo
2018-08-09
1
-4
/
+16
*
multiconfig: Enable multiconfig dependencies on oe-core
Alejandro Enedino Hernandez Samaniego
2018-08-01
1
-1
/
+8
*
lib/oe: split out machine to ELF data dictionary
Ross Burton
2018-07-26
1
-0
/
+127
*
logging: use warning instead warn
Chen Qi
2018-07-26
1
-3
/
+3
*
lib/oe/utils: Drop now unused multiprocess_exec
Richard Purdie
2018-07-24
1
-34
/
+0
*
package/package_manager: multiprocess_exec -> multiprocess_launch
Richard Purdie
2018-07-24
2
-13
/
+5
*
package: Call file to determine elf status in parallel
Richard Purdie
2018-07-24
1
-6
/
+12
*
package: Refactor to remove isElf/is_elf function duplication
Richard Purdie
2018-07-24
1
-30
/
+43
*
package: Don't use subshell to execute file
Richard Purdie
2018-07-24
1
-6
/
+2
*
utils: Add multiprocess_launch API and testcase
Richard Purdie
2018-07-24
1
-0
/
+70
*
classes/buildhistory: handle packaged files with names containing spaces
Paul Eggleton
2018-07-18
1
-4
/
+12
*
lib/oe/buildhistory_analysis: drop related field feature
Paul Eggleton
2018-07-18
1
-26
/
+0
*
oe/copy_buildsystem.py: add SDK_LAYERS_EXCLUDE_PATTERN
Robert Yang
2018-07-09
1
-0
/
+18
*
sstatesig: Remove trailing whitespace
Joshua Watt
2018-07-06
1
-1
/
+1
*
oe.types.boolean: treat None as False
Binghua Guan
2018-07-05
1
-1
/
+4
*
oe.path: add which_wild function
Christopher Larson
2018-07-04
1
-0
/
+34
*
lib/oe/sstatesig: Fix task mappings from multilib<->non-multilib contexts
Richard Purdie
2018-07-02
1
-0
/
+6
*
lib/oe/utils: Improve get_multilib_datastore
Richard Purdie
2018-07-02
1
-3
/
+9
*
postinst-intercepts: do not execute any variant of delay_to_first_boot
Joe Slater
2018-07-02
1
-1
/
+2
*
oe/types: Allow boolean to accept an existing boolean
Richard Purdie
2018-06-21
1
-0
/
+2
*
package_manager.py: rework postinst_intercept failures
Alexander Kanavin
2018-06-18
2
-9
/
+22
*
rootfs.py: for dpkg/opkg, don't install postinsts if package management is pr...
Stefan Agner
2018-06-18
1
-0
/
+3
[next]