aboutsummaryrefslogtreecommitdiffstats
path: root/meta/classes
AgeCommit message (Expand)Author
2017-08-23buildhistory.bbclass: print message when no commitRobert Yang
2017-08-23staging: add missing import errno to staging_populate_sysroot_dirMarko, Peter
2017-08-23kernel.bbclass: external toolchain fixJuro Bystricky
2017-08-23kernel-yocto: ensure that only valid BSPs are builtBruce Ashfield
2017-08-23kernel-module-split: rrecommend kernel-image instead of rdependMartin Hundebøll
2017-08-18goarch: Disable build for muslx32sweeaun
2017-08-18rootfs-postcommands.bbclass: Filter out dangling symlinks in ssh_allow_empty_...Khem Raj
2017-08-18rootfs-postcommands.bbclass: Prevent linking testdata to itselfMike Looijmans
2017-08-18qemuboot.bbclass: Prevent creating a link loopMike Looijmans
2017-08-18report-error: provide distro identifier string in case of uninative buildLeonardo Sandoval
2017-08-18sign_rpm: Allow pkg signing by chunks through RPM_GPG_SIGN_CHUNKLeonardo Sandoval
2017-08-18packagefeed-stability.bbclass: change another bb.plain to bb.noteMing Liu
2017-08-17cross-canadian.bbclass: add ilp32 supportVishal Bhoj
2017-08-17package.bbclass: support persistent /var/logChen Qi
2017-08-16package.bbclass: Restore functionality to detect RPM dependenciesPeter Kjellerstedt
2017-08-16image.bbclass: drop initramfs bundle related codeMing Liu
2017-08-16package_rpm.bbclass: Filter out unwanted file deps for nativesdk packagesPeter Kjellerstedt
2017-08-16sign_package_feed.bbclass: install signing key into rootfsMarkus Lehtonen
2017-08-16packagefeed-stability.bbclass: change a bb.plain to bb.noteMing Liu
2017-08-16image.bbclass: support binary reproducibilityJuro Bystricky
2017-08-16kernel.bbclass: improve reproducibilityJuro Bystricky
2017-08-16image-prelink.bbclass: support binary reproducibilityJuro Bystricky
2017-08-16externalsrc: Handle .git not being a directoryJoshua Watt
2017-08-16image.bbclass: delete DATE variable tooStefan Agner
2017-08-16rm_work: fix build break for do_image_completeMartin Jansa
2017-08-16distrodata.bbclass: add UPSTREAM_VERSION_UNKNOWN and UPSTREAM_CHECK_UNRELIABLEAlexander Kanavin
2017-08-16populate_sdk_base.bbclass: add handling package exclusions to do_populate_sdkYi Zhao
2017-08-11image-prelink: Disable for musl imagesRichard Purdie
2017-08-11insane: remove last remnants of unsafe-references-in-binaries checkRoss Burton
2017-08-11insane: remove unsafe-references-in-scripts checkRoss Burton
2017-08-09gettext.bbclass: also search for files in target sysrootPatrick Ohly
2017-08-08Revert "cml1.bbclass: wait until menuconfig terminal finishes"Leonardo Sandoval
2017-08-03meta: drop do_bootdirectdisk do_vmimg referencesMing Liu
2017-08-01uninative: Allow a local own-mirror to work with uninativeRichard Purdie
2017-07-31image: Make do_image_qa a dummy sstate task to match do_image_completeRichard Purdie
2017-07-31image/rm_work: Promote do_image_complete to be more sstate likeRichard Purdie
2017-07-31image: Drop before do_build from do_rootfs and do_imageRichard Purdie
2017-07-31sstate: Improve SSTATE_SKIP_CREATIONRichard Purdie
2017-07-31rm_work: Improve handling for addto_recipe_sysrootRichard Purdie
2017-07-30image: Convert vmdk/vdi/qcow2 to strict CONVERSION_CMD typesTom Rini
2017-07-30cml1.bbclass: wait until menuconfig terminal finishesLeonardo Sandoval
2017-07-30rootfsdebugfiles.bbclass: add a optional parameter to choose file modeMing Liu
2017-07-30image_types.bbclass: ignore tar exit code 1Ed Bartosh
2017-07-30siteinfo: fix siteinfo_get_files to work with RSSJackie Huang
2017-07-30package/bbclass: sources are packaged separately from debug.Juan M Cruz Alcaraz
2017-07-30module.bbclass: move make scripts earlierCalifornia Sullivan
2017-07-27mirrors.bbclass: provide git repo fallbacks using the https protocolAndre McCurdy
2017-07-27go: centralize definition of COMPATIBLE_HOSTJoe Slater
2017-07-27image_types_wic: add dependency to e2fsprogs-nativeEd Bartosh
2017-07-25image: Fix "metadata is not deterministic" when chaining 2+ CONVERSION_CMDsTom Rini
791 792 793 794 795 796 797 798 799 800 801 802 803 804 805 806 807 808 809 810 811 812 813 814 815 816 817 818 819 820 821 822 823 824 825 826 827 828 829 830 831 832 833 834 835 836 837 838 839 840 841 842 843 844 845 846 847 848 849 850 851 852 853 854 855 856 857 858 859 860 861 862 863 864 865 866 867 868 869 870 871 872 873 874 875 876 877 878 879 880 881 882 883 884 885 886 887 888 889 890 891 892 893 894 895 896 897 898 899 900 901 902 903 904 905 906 907 908 909 910 911 912 913 914 915 916 917 918 919 920 921 922 923 924 925 926 927 928 929 930 931 932 933 934 935 936 937 938 939 940 941 942 943 944 945 946 947 948 949 950 951 952 953 954 955 956 957 958 959 960 961 962 963 964 965 966 967 968 969 970 971 972 973 974 975 976 977 978 979 980 981 982 983 984 985 986 987 988 989 990 991 992 993 994 995 996 997 998 999 1000 1001 1002 1003 1004 1005 1006 1007 1008 1009 1010 1011 1012 1013 1014 1015 1016 1017 1018 1019 1020 1021 1022 1023 1024 1025 1026 1027 1028 1029 1030 1031 1032 1033 1034 1035 1036 1037 1038 1039 1040 1041 1042 1043 1044 1045 1046 1047 1048 1049 1050 1051 1052 1053 1054 1055 1056 1057 1058 1059 1060 1061 1062 1063 1064 1065 1066 1067 1068 1069 1070 1071 1072