summaryrefslogtreecommitdiffstats
path: root/recipes-append
Commit message (Collapse)AuthorAgeFilesLines
* change layout to follow oe-core guidelines of recipesTing Liu2013-07-103-6/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Follow the rules defined in: http://git.yoctoproject.org/cgit/cgit.cgi/poky/tree/meta/recipes.txt recipes-bsp - Anything with links to specific hardware or hardware configuration information recipes-connectivity - Libraries and applications related to communication with other devices recipes-core - What's needed to build a basic working Linux image including commonly used dependencies recipes-devtools - Tools primarily used by the build system (but can also be used on targets) recipes-extended - Applications which whilst not essential add features compared to the alternatives in core. May be needed for full tool functionality or LSB compliance. recipes-gnome - All things related to the GTK+ application framework recipes-graphics - X and other graphically related system libraries recipes-kernel - The kernel and generic applications/libraries with strong kernel dependencies recipes-lsb4 - Recipes added for the sole purpose of supporting the Linux Standard Base (LSB) 4.x recipes-multimedia - Codecs and support utilties for audio, images and video recipes-rt - Provides package and image recipes for using and testing the PREEMPT_RT kernel recipes-qt - All things related to the Qt application framework recipes-sato - The Sato demo/reference UI/UX, its associated apps and configuration recipes-support - Recipes used by other recipes but that are not directly included in images recipes-dpaa - recipes related to fsl dpaa feature recipes-virtualization - recipes related to fsl virtualization feature Signed-off-by: Ting Liu <b28495@freescale.com>
* busybox: drop bbappend (only set PRINC) as oe-core upgradeTing Liu2013-07-061-2/+0
| | | | Signed-off-by: Ting Liu <b28495@freescale.com>
* netbase: remove netbase bbappendChunrong Guo2013-05-071-2/+0
| | | | | | | | * netbase was updated from 5.0 to 5.1 in oe-core, so as our bbappend only contained a PRINC, we can drop it now without breaking upgrade path Signed-off-by: Chunrong Guo <B40290@freescale.com>
* busybox: remove SDK specific bitsTing Liu2013-03-145-1499/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | There are three kinds of SDK specific bits: (1) deleted: busybox-1.20.2/busybox-1.19.4-ubi-user-h.patch This patch is just a workground to fix busybox 1.9 builds when enabling ubi applets (disabled by default in Yocto). The actual fix exists in kernel, but was not applied on fsl kernel git tree for SDK 1.3.x. This patch restored a compatible mtd/ubi-user.h into busybox. Now the kernel fix was already included in Yocto: http://git.yoctoproject.org/cgit/cgit.cgi/linux-yocto-3.2/commit/?id=f210735fe2f17a6225432ee3d1239bcf23a8659c http://git.yoctoproject.org/cgit/cgit.cgi/linux-yocto-3.4/commit/?id=f210735fe2f17a6225432ee3d1239bcf23a8659c http://git.yoctoproject.org/cgit/cgit.cgi/linux-yocto-3.8/commit/?id=f210735fe2f17a6225432ee3d1239bcf23a8659c commit f210735fe2f17a6225432ee3d1239bcf23a8659c headers_install: fix __packed in exported kernel headers And fsl SDK 1.4 will based on kernel 3.8 which also include this commit. So this patch can be dropped. (2) deleted: busybox-1.20.2/defconfig-fsl This defconfig is SDK specific. Remove it. (3) deleted: busybox-1.20.2/inetd{.conf} There is already submitted patches for this, but not applied: [PATCH] busybox: Add inetd related files http://patches.openembedded.org/patch/33233/ http://patches.openembedded.org/patch/33235/ The issue still exist and we will send new patches. Signed-off-by: Ting Liu <b28495@freescale.com>
* udev-extraconf: move rules from udev and netbaseTing Liu2013-03-114-70/+2
| | | | Signed-off-by: Ting Liu <b28495@freescale.com>
* procps: remove customized sysctl.conf which is SDK specificTing Liu2013-03-082-66/+1
| | | | | | | It was added to disable rp_filter to enhance ASF IP forward performance, which is really fsl SDK specific. Signed-off-by: Ting Liu <b28495@freescale.com>
* sysvinit: remove SDK specific bitsTing Liu2013-03-082-20/+1
| | | | | | | This is fsl SDK specific, and was recommended to go to SDK layer: http://patches.openembedded.org/patch/34623/ Signed-off-by: Ting Liu <b28495@freescale.com>
* libxml2_2.9.0.bbappend: remove a bbappends that's no longer requiredMatthew McClintock2013-01-301-3/+0
| | | | Signed-off-by: Matthew McClintock <msm@freescale.com>
* libxml: update the version number to 2.9.0 to match the upgrade in pokyZhenhua Luo2012-12-041-0/+0
| | | | | | | | | | upgrade the version to 2.9.0 to fix following version mismatch issue: ERROR: No recipes available for: /srv/home/pokybuild/yocto-autobuilder/yocto-slave/p1022ds/build/yocto/meta-fsl-ppc/recipes-append/libxml/libxml2_2.8.0.bbappend [YOCTO #3476] Signed-off-by: Zhenhua Luo <b19537@freescale.com>
* sysvinit: move bbappend from meta-fsl-ppc-private to meta-fsl-ppcZhenhua Luo2012-11-132-0/+21
| | | | | | the bbappend is appled for fsl machines Signed-off-by: Zhenhua Luo <b19537@freescale.com>
* busybox_1.20.2.bbappend:updated FILESEXTRAPATHS_prepend_fslChunrong Guo2012-10-301-1/+1
| | | | | | Fix Fetcher failure for URL: 'file://defconfig-fsl' Signed-off-by: Chunrong Guo <b40290@freescale.com>
* netbase_5.0.bbappend: SRC_URI_append_fsl instead of SRC_URI_fslChunrong Guo2012-10-301-1/+1
| | | | | | | Fixes issues were LIC_FILES_CHKSUM points to an invalid file. Also, it prevents overridding all other patches to netbase Signed-off-by: Chunrong Guo <b40290@freescale.com>
* move udev bbappend to new versionMatthew McClintock2012-10-291-0/+0
| | | | Signed-off-by: Matthew McClintock <msm@freescale.com>
* Revert "change the priority of packages which provide ifconfig to ifconfig ↵Matthew McClintock2012-09-201-9/+0
| | | | | | link ifconfig.net-tools by default" This reverts commit bbf7c8e9216c6844dd4c6e63e6432df8293fb4bc.
* change the priority of packages which provide ifconfig to ifconfig link ↵1.3_M5Chunrong Guo2012-09-191-0/+9
| | | | | | ifconfig.net-tools by default Signed-off-by: Chunrong Guo <b40290@freescale.com>
* udev: do not automount block devices for fslmachinesChunrong Guo2012-09-192-3/+5
| | | | | | | | | kernel can’t boot up with extend partition in HDD FILESEXTRAPATHS_prepend is the right variable to extend file search path, this is applied for fsl ppc targets Signed-off-by: Chunrong Guo <b40290@freescale.com> Signed-off-by: Zhenhua Luo <b19537@freescale.com>
* gettext: remove bbappends since the patch it adds does not applyMatthew McClintock2012-09-182-18/+0
| | | | Signed-off-by: Matthew McClintock <msm@freescale.com>
* busybox: add fsl customized defconfigTing Liu2012-09-135-0/+1500
| | | | | | | | 1.use largest general-purpose configuration 2.add a patch to fix possible build issue with kernel 3.0 reference: http://www.gossamer-threads.com/lists/linux/kernel/1418363 Signed-off-by: Ting Liu <b28495@freescale.com>
* Revert "busybox: add fsl customized defconfig"Matthew McClintock2012-09-135-1500/+0
| | | | | | This version of busybox is not in this branch, needs to be updated for master This reverts commit cedbe9eb8e20b7de8c287dd9185934089e88ac0a.
* busybox: add fsl customized defconfigTing Liu2012-09-125-0/+1500
| | | | | | | | 1.use largest general-purpose configuration 2.add a patch to fix possible build issue with kernel 3.0 reference: http://www.gossamer-threads.com/lists/linux/kernel/1418363 Signed-off-by: Ting Liu <b28495@freescale.com>
* update bbappends to only apply on our distro, as a precursor to moving to ↵1.3_betaMatthew McClintock2012-09-045-13/+13
| | | | | | it's own layer Signed-off-by: Matthew McClintock <msm@freescale.com>
* recipes: Bring bbappends in line with OE-Core/masterKhem Raj2012-07-092-0/+0
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* busybox: remove bbappendsMatthew McClintock2012-05-156-1207/+0
| | | | Signed-off-by: Matthew McClintock <msm@freescale.com>
* oprofile: remove bbappendsMatthew McClintock2012-05-154-227/+0
| | | | Signed-off-by: Matthew McClintock <msm@freescale.com>
* netbase: update bbappends to new versionMatthew McClintock2012-05-151-0/+0
| | | | Signed-off-by: Matthew McClintock <msm@freescale.com>
* sysvinit-inittab.bbappend: remove and rely only on pokyMatthew McClintock2012-05-071-8/+0
| | | | Signed-off-by: Matthew McClintock <msm@freescale.com>
* recipes-append/udev: add skip rules for inappropriate block devicesChunrong Guo2012-04-232-0/+43
| | | | Signed-off-by: Chunrong Guo <b40290@freescale.com>
* add e500mc support for oprofileZhenhua Luo2012-04-184-0/+227
| | | | Signed-off-by: Zhenhua Luo <b19537@freescale.com>
* Added rule to rename to fm2-gb4 the 5th GB of 2nd FMan in P5040Stefan Szabo2012-04-161-0/+1
| | | | Signed-off-by: Stefan Szabo <szbs001@freescale.com>
* enable CHRT in busybox defconfigZhenhua Luo2012-04-131-1/+1
| | | | | | | chrt (required for some of the RT test cases, 'chrt' allows to set scheduling prio/policy of a thread. Signed-off-by: Zhenhua Luo <b19537@freescale.com>
* disable udhcp in busybox to stop ip auto-assignZhenhua Luo2012-04-131-14/+14
| | | | Signed-off-by: Zhenhua Luo <b19537@freescale.com>
* Disable rp_filter to enhance ASF IP forward performanceZhenhua Luo2012-04-122-0/+67
| | | | Signed-off-by: Zhenhua Luo <b19537@freescale.com>
* remove bbappend of ipsec-tools and samba due to the two packages are not in ↵Zhenhua Luo2012-03-313-33/+0
| | | | | | poky repository Signed-off-by: Zhenhua Luo <b19537@freescale.com>
* libxml: add --with-fexceptions into configure parameter listZhenhua Luo2012-03-271-0/+3
| | | | Signed-off-by: Zhenhua Luo <b19537@freescale.com>
* fix appending distro tag to PRMatthew McClintock2012-03-271-1/+1
| | | | Signed-off-by: Matthew McClintock <msm@freescale.com>
* fix "shutdown" hang issueChunrong Guo2012-03-261-0/+8
| | | | | | fix ENGR00170373: shutdown doesn't work Signed-off-by: Chunrong Guo <b40290@freescale.com>
* ipsec-tools: enable several optionsTing Liu2012-03-191-0/+7
| | | | Signed-off-by: Ting Liu <b28495@freescale.com>
* qemu: remove bbappends since we reference private git serverMatthew McClintock2012-03-161-6/+0
| | | | Signed-off-by: Matthew McClintock <msm@freescale.com>
* integrate fsl toolchain patchesZhenhua Luo2012-03-132-0/+18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | binutils: bin.e500mc_nop.patch bin.e5500.patch bin.e6500-2.patch eglibc: generate-supported.mk glibc.e500mc_subspecies_of_powerpc_is_not_supported.patch glibc.fixgcc4.6.patch glibc.fix_prof.patch glibc.fix_sqrt.patch glibc.readv_proto.patch glibc.undefined_static.patch gcc: gcc-4.3.1-ARCH_FLAGS_FOR_TARGET.patch gcc.fix_longversionstring.patch gcc.rm_slow_tests.patch gcc.fix_mingw32.patch gcc.fix_cloogstatic2.patch gcc.fix_build-with-cxx.patch gcc.e6500-FSF46.patch gcc.ld_unaligned-460.patch gcc.local_unaligned_altivec.patch gcc.soft_float-460.patch gcc.case_values.patch gcc.builtin_isel.patch gcc.experimental_move.patch gcc.widen_types-46.patch gcc.extelim-v3.patch gcc.e5500_mfocr.patch gcc.opt-array-offset.patch gcc.load_on_store_bypass-462.patch gcc.fix_constvector.patch gcc.fix_MTWX51204-dwarf-vector-reg.patch gcc.fix_ira-loop-pressure.patch optional_libstdc.patch gcc.remove_CCUNSmode_reference.patch gcc.check_path_validity.patch gcc.fix_header_issue.patch gcc.fix_SSIZE_MAX_undefine_issue.patch gettext: gettext.fix_testcase.patch Signed-off-by: Zhenhua Luo <b19537@freescale.com>
* meta-fsl-ppc-private: updates to build fsl qemu instead of upstreamStuart Yoder2012-03-121-0/+6
| | | | Signed-off-by: Stuart Yoder <stuart.yoder@freescale.com>
* Overide smb configuration fileChunrong Guo2012-03-122-0/+26
| | | | Signed-off-by: Chunrong Guo <b40290@freescale.com>
* busybox: enable all featuresTing Liu2012-03-122-0/+998
| | | | Signed-off-by: Ting Liu <b28495@freescale.com>
* busybox: fix install error when CONFIG_INETD enabledTing Liu2012-02-273-0/+55
| | | | | | | | | To avoid the following error: | CONFIG_INETD=y | install: cannot stat `.../busybox-1.18.5-r2/inetd': No such file or directory | ERROR: Function 'do_install' failed Signed-off-by: Ting Liu <b28495@freescale.com>
* busybox: fix the build error when enable CONFIG_TCPSVDZhenhua Luo2012-02-233-0/+154
| | | | | | These patches were pulled from upstream busybox Signed-off-by: Zhenhua Luo <b19537@freescale.com>
* bbappends: Add +fsl to PR of all packages we modifyMatthew McClintock2011-11-301-0/+2
| | | | | | | This way we can tell if we modified them after they are built and shipped. This is just to help with debugged later. Signed-off-by: Matthew McClintock <msm@freescale.com>
* add udev rules in netbase to rename ethernet portZhenhua Luo2011-11-022-0/+24
Signed-off-by: Zhenhua Luo <b19537@freescale.com>