aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/metadata.pm
Commit message (Expand)AuthorAgeFilesLines
* IB: include SUPPORTED_DEVICES in 'make info' outputDaniel Golle2019-03-111-0/+2
* ib: display whether profile comes with image metadataDaniel Golle2019-03-061-0/+2
* build: expose ABI version in .packageauxvarsJo-Philipp Wich2019-01-191-0/+1
* scripts/metadata.pm: avoid adding dup names in provides listYousong Zhou2018-09-091-0/+1
* scripts/metadata.pm: allow group-only Require-User specsMatthias Schiffer2018-02-261-2/+4
* build: remove obsolete "package feature" featureMatthias Schiffer2018-01-131-22/+1
* metadata: scripts/feeds: distinguish between source and binary packages, reso...Matthias Schiffer2018-01-131-0/+2
* metadata: always resolve dependencies through provides listMatthias Schiffer2018-01-131-7/+8
* build: remove package preconfig featureMatthias Schiffer2018-01-131-19/+1
* metadata: remove redundant fields from package hashMatthias Schiffer2018-01-131-3/+0
* metadata: replace %subdir hash with a path field in source packagesMatthias Schiffer2018-01-131-9/+3
* metadata: change pkg->{src} field to hold a referenceMatthias Schiffer2018-01-131-26/+25
* metadata: interate over source packages when generating MakefileMatthias Schiffer2018-01-131-0/+1
* metadata: move 'builddepends' from binary to source packagesMatthias Schiffer2018-01-131-3/+3
* metadata: move 'buildtypes' from binary to source packagesMatthias Schiffer2018-01-131-2/+2
* metadata: make srcpackage extensibleMatthias Schiffer2018-01-131-2/+4
* scripts/package-metadata.pl: parse and validate field Require-UserYousong Zhou2017-06-181-1/+71
* scripts/package-metadata.pl: fix kmod pakage dependencies within the SDKFelix Fietkau2016-07-071-3/+3
* build: implement support for selecting multiple device profilesFelix Fietkau2016-06-071-0/+1
* build: remove profile kernel/build system config override supportFelix Fietkau2016-05-151-2/+0
* scripts/metadata.pl: add support for generating profile make code for the ima...Felix Fietkau2016-05-131-0/+5
* metadata.pl: fix target profile sorting checkFelix Fietkau2016-05-111-3/+3
* metadata.pl: add support for forcing sorting of profilesFelix Fietkau2016-05-111-1/+6
* target.mk: remove the unused Target-Path fieldFelix Fietkau2016-05-111-1/+0
* scripts: remove "Package-Subdir" metadata handlingJo-Philipp Wich2016-04-131-1/+0
* scripts: metadata: use the new "Repository" fieldJo-Philipp Wich2016-04-131-0/+1
* include: group kmod ipk files into a "kernel" subdirectoryJo-Philipp Wich2016-01-241-1/+1
* scripts/metadata.pl: add support for ignoring source packages when generating...Felix Fietkau2016-01-101-1/+4
* scripts/metadata.pm: save target makefile namesFelix Fietkau2015-03-151-0/+3
* scripts/metadata.pl: move parse_target_metadata() to metadata.pmFelix Fietkau2015-03-151-1/+85
* build: propagate override information to .config fileJohn Crispin2015-02-091-1/+10
* generate list of license information for packagesJohn Crispin2014-10-261-0/+2
* build: add support for declaring package CONFLICTS which only affect selectin...Felix Fietkau2014-10-051-0/+1
* build: allow packages with build variants to explicitly select a default variantFelix Fietkau2014-09-231-0/+1
* build: introduce per feed repository supportJo-Philipp Wich2014-08-051-0/+1
* scripts: change metadata.pm and metadata.pl to not emit "default m if ALL" Kc...Jo-Philipp Wich2013-07-181-1/+0
* add support for hidden packages that get selected/built but do not show up in...Felix Fietkau2011-07-021-0/+1
* add a new package metadata variable MDEPENDS for specifying local menuconfig ...Felix Fietkau2011-04-051-0/+2
* metadata: allow build variants to contain "-"Felix Fietkau2010-01-231-1/+1
* build system: introduce a new feature called build variants. it allows buildi...Felix Fietkau2009-11-101-0/+1
* add experimental support for a new menuconfig submenu "Package features". all...Felix Fietkau2009-10-171-1/+23
* metadata.pl: do not strip whitespaces from multiline dataFelix Fietkau2009-10-021-1/+0
* scripts/feeds: fix a warning (#4474)Felix Fietkau2009-05-041-0/+1
* move host build in packages into a separate namespace: package/<name>/host/<t...Felix Fietkau2009-03-171-0/+3
* fix a package metadata parsing bugFelix Fietkau2009-03-031-1/+1
* added source distribution to package dump, used by our SDK (include source di...Ralph Hempel2009-03-011-0/+1
* add support for build-only packages which do not appear in menuconfigFelix Fietkau2009-01-131-0/+1
* fix uninitialized variable in metadata.pm (#3860)Felix Fietkau2008-08-161-0/+1
* scripts/feeds: properly handle virtual packages as well, use the first availa...Felix Fietkau2008-08-041-1/+7
* fix the sdkFelix Fietkau2007-12-141-1/+1
660'>660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 714 715 716 717 718 719 720 721 722 723 724 725 726 727 728 729 730 731 732 733 734 735 736 737 738 739 740 741 742 743 744 745 746 747 748 749 750 751 752 753 754 755 756 757 758 759 760 761 762 763 764 765 766 767 768 769 770 771 772 773 774 775 776 777 778 779 780 781 782 783 784 785 786 787 788 789 790 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