summaryrefslogtreecommitdiff
path: root/meta/classes/package_deb.bbclass
Commit message (Expand)AuthorAgeFilesLines
* meta: Replace bb.data.expand(xxx, d) -> d.expand(xxx)Richard Purdie2012-03-051-1/+1
* meta/classes: Convert to use appendVar and appendVarFlagsRichard Purdie2012-03-051-4/+2
* getVar/setVar cleanupsRichard Purdie2011-11-261-2/+2
* Convert to use direct access to the data store (instead of bb.data.*Var*())Richard Purdie2011-11-101-41/+41
* deb packages support: switch from /var/dpkg to /var/lib/dpkgDexuan Cui2011-09-211-5/+5
* package_deb.bbclass, populate_sdk_deb.bbclass: fix meta-toolchain-gmae buildDexuan Cui2011-09-151-6/+4
* package_deb.bbclass: put the stderr into log.do_xxx-attemptonly.xxxDexuan Cui2011-09-071-1/+1
* bitbake.conf: Add SDK_PACKAGE_ARCHSMark Hatle2011-08-021-5/+1
* package_{deb, rpm, ipk}.bbclass: fix 'lingusa' typoKoen Kooi2011-08-011-3/+3
* classes/package_xxx.class: Use PKGE/PKGV/PKGR.Lianhao Lu2011-05-271-4/+4
* package-index.bb: add support for deb and rpm.Dexuan Cui2011-05-201-0/+4
* package_deb.bbclass: Place the whole task under fakeroot context to fix build...Richard Purdie2011-02-221-1/+3
* rootfs_deb/package_deb.bbclass: move func from rootfs_deb to package_debLianhao Lu2011-02-011-0/+125
* image/package_xx/rootfs_xx.bbclass: move rootfs_xx_log_check().Lianhao Lu2011-01-311-0/+20
* package_deb: Remove access to the D directory which isn't used and might not ...Richard Purdie2011-01-211-7/+2
* package_deb: The packaging command itself is run under fakeroot so these line...Richard Purdie2010-10-221-2/+0
* classes: Only enable fakeroot on setscene tasks with packagingRichard Purdie2010-10-221-1/+1
* pseudo/fakeroot: Move the pseudo directory creation into bitbakeRichard Purdie2010-10-221-0/+1
* package_deb: Fix a typo meaning the debian packaging was not running in the f...Richard Purdie2010-10-221-1/+1
* Add Summary/Description support to packagingMark Hatle2010-10-111-1/+13
* Revert "classes: Disable setscene tasks for initial testing"Richard Purdie2010-10-051-1/+1
* meta/classes: Fix whitespace mismatch and broken functionsRichard Purdie2010-08-311-9/+9
* classes: Disable setscene tasks for initial testingRichard Purdie2010-08-191-1/+1
* package_*.bbclass: Always run these tasks under fakerootRichard Purdie2010-08-191-0/+1
* package_(deb|rpm): Update to use packaged-staging2Joshua Lock2010-08-191-3/+15
* package_deb.bbclass: Make sure the controldir is always cleaned outRichard Purdie2010-07-221-0/+1
* Use pseudo rather than fakeroot for fake root privilegesJoshua Lock2010-07-161-2/+2
* package_*.bbclass: Only set pkg in overrides. These are the only values we're...Richard Purdie2010-07-071-5/+1
* Revert "classes/package_ipk|_deb|_rpm.bbclass: Fix setting of OVERRIDES when ...Richard Purdie2010-07-071-1/+1
* package_deb.bbclass: Fix packaging functions to use versioned dependency pack...Richard Purdie2010-07-021-35/+39
* classes/package_ipk|_deb|_rpm.bbclass: Fix setting of OVERRIDES when packagingJoshua Lock2010-07-011-1/+1
* classes/package_ipk|_deb.bbclass: Make sure versions correctly make it into o...Richard Purdie2010-06-301-10/+10
* bitbake.conf/base.bbclass: Rename the staging directory to sysroots and the p...Richard Purdie2009-11-131-2/+2
* classes: Remove and sanitise import statementsRichard Purdie2009-11-131-7/+4
* base.bbclass: Use explode_deps from bb.utils and remove the obsolete base.bbc...Richard Purdie2009-02-051-2/+2
* package_ipk/package_deb.bbclass: Make sure control files are properly removed...Richard Purdie2008-08-181-11/+1
* poky-image.bbclass: Correctly handle inserting package-managers into images b...Richard Purdie2008-05-201-3/+1
* package_{ipk|deb|tar|rpm): append depend-tasks instead of overwritingMarcin Juszkiewicz2007-11-281-1/+4
* package_{ipk|deb}.bbclass: Remove hardcoded install path referenceRichard Purdie2007-11-241-2/+3
* classes: Use internal bitbake functions and fix packaging unlocking on error ...Richard Purdie2007-11-241-12/+8
* package_deb.bbclass: Fix hardcoded apt.conf path, add depends on run-postinst...Richard Purdie2007-11-121-6/+6
* package_deb.bbclass: Create DPKG_ARCH to allow mapping between debian archs a...Richard Purdie2007-09-271-2/+10
* package_(ipk|deb).bbclass: Rename do_packages stamp to be clearer about what ...Richard Purdie2007-09-271-4/+5
* classes: Sync various tweaks from OERichard Purdie2007-09-011-2/+1
* package_ipk/deb.bbclass: Add locking for package creation to stop conflictsRichard Purdie2007-08-241-3/+15
* package.bbclass: Add back package_write task in a new formRichard Purdie2007-08-211-1/+1
* packaging: Split deb and ipk creation into separate tasks so changing the pac...Richard Purdie2007-08-211-3/+14
* package_deb/rootfs_deb.bbclass: Add fix from OE, add copyright noticeRichard Purdie2007-08-071-0/+5
* classes/conf: Merge missing package epoch (PE) support (from OE), also make O...Richard Purdie2007-05-311-2/+6
* classes: Rework core dependencies to work properly at the task levelRichard Purdie2007-04-031-1/+3
49'>649 650 651 652 653 654 655 656 657 658 659 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 868