1.0 ROLLING CUMULATIVE PATCH LAYER OVERVIEW This is a Rolling Cumulative Patch Layer for the base Wind River Linux 5.0.1 release. This RCPL provides fixes for known problems found in this base release. You can control which RCPL layer to use for a specific build via the "--with-rcpl-version" option of the configure command. The default value for "--with-rcpl-version" is "auto" which will automatically select the newest RCPL installed on the host machine. You can also specifically select an RCPL by setting the "--with-rcpl-version" value to the RCPL number that you wish to use. So, if you wanted to select RCPL 0003 for the project build you could specify that at configure time using "--with-rcpl-version=0003". $ /wrlinux-5/wrlinux/configure --enable-board=common_pc \ --enable-kernel=standard --enable-rootfs=glibc_std \ --with-rcpl-version=0003 This will force this project build to use RCPL 0003 even if an RCPL 0004 or RCPL 0005 has been installed on the host machine. If you wanted to build a project that doesn't use any RCPL's, but just uses the base installation layers, you can set "--with-rcpl-version=0". Once a newer RCPL has been added to the installation, existing projects that have been using the default "--with-rcpl-version=auto" can pick up the new fixes by doing a "make upgrade". This will bring the project up to the newest RCPL on the host: $ make upgrade Any project that had specifically specified an RCPL, say with "--with-rcpl-version=0003", will be unaffected by the installation of a newer RCPL. It will continue to use the one previously specified. This allows a particular project to remain on a specific RCPL. It is also possible to override the "--with-rcpl-version" setting when you do a reconfig by setting the environment variable ENV_RCPL_VERSION . This will override any previous setting from the "--with-rcpl-version" configure option. 2.0 RCPL Update Implementation The distribution is a set of git repositories that are used to generate project directories at configure time. An RCPL appends new fixes to these repositories and so the git repositories can grow with each new RCPL. The original distribution for any of the git repositories is identified by the branch name LB34_5.0.1. That is the branch name that corresponds to the original distribution. As fixes are added to a git repository via an RCPL the git repository tree grows and is marked with a branch name of the form LB34_5.0.1_RCPL000X, wheere X is the RCPL number. If there were no fixes in a particular repository for a particular RCPL then the new branch would coincide with the previous RCPL branch name. 3.0 TOOLS The product is comprised of various git repositories that get checked out during the configure step of the build. These repositories contain a complete history of what has changed since the base product was shipped. 3.1 A command line tool - rcpl-rcl.sh This command line tool has been provided to help correlate the various patches to the defects they fixed. It is located here: /wrlinux-5/scripts/rcpl/rcpl-cl.sh You can run this script and provide the defect id to see the patch file, package and files affected by the change to fix the defect. Run the tool's help option for more information. Here is a quick guide: Help : 'rcpl-cl.sh --help' All patches : 'rcpl-cl.sh all' All Linux patches : 'rcpl-cl.sh -r linux' All Toolchain patches : 'rcpl-cl.sh -r toolchain' All CVE patches : 'rcpl-cl.sh -c all' Single Defect : 'rcpl-cl.sh WIND00234376' Just show the Defect #: 'rcpl-cl.sh all -D' 3.2 A gui tool - rcpl-gui.sh This GUI line tool has been provided to help provide advanced functions om addition to the features of the command line tool, including: * Explore the content of an RCPL * Compare one RCPL with another * Compare an existing wrlinux project against an RCPL * Export the data to a Text, CSV, or HTML file. The GUI tool is located here: /wrlinux-4/scripts/rcpl/rcpl-gui.(sh|bat) * On Linux, start the tool with: $ cd $ ./wrlinux-5/scripts/rcpl/rcpl-gui.sh * On Windows, start the tool with: > cd > wrlinux-5\scripts\rcpl\rcpl-gui.bat You can open "Help > Help" for detailed information and examples. 4.0 ARM BSP CGP enablement CGP support is added to two ARM BSPs in RCPL 4: * ARM Coretile Express Cortex A15 - arm_coretile_express_a15_a7 * Xilinx Zynq - xilinx_zynq 5.0 List of defects fixed since initial distribution Beginning in Jan 2014 Wind River is using a new tracking tool that uses different defect naming conventions. The defect ID's in the new system will have the form LINX-???? as opposed to the older WIND00????? format. For defects that were originally reported in the old system both the new and the old format are indicated in the Defect list. The form is: LINX-????|WIND00?????: Summary Defect List: LIN3-22025|WIND00320850: Miscellaneous Kernel Fixes LIN3-28266|WIND00318241: Miscellaneous Fixes LIN5-10130|WIND00422252: When rebuild of IMSM volume is started in OROM, rebuild does not proceed when in the Linux OS LIN5-10133|WIND00419405: wrlinux 4.3 - bash segfault LIN5-10239|WIND00439200: Security Advisory - php - CVE-2013-1824 LIN5-1118|WIND00414343: SDK install script should generate kernel scripts LIN5-1126|WIND00392135: git missing in the list of packages required ofr WRLinux 5 LIN5-11277|WIND00415945: Security Advisory - phpmyadmin - CVE-2013-3238 LIN5-11353|WIND00393657: Using 'isolcpus=' in bootargs and use 'sched_setaffinity' in pthread, the pthread stops and the kernel prints out BUG_ON LIN5-11455|WIND00341969: [Test case development] Need to develop to verify the feature "General Graphics" LIN5-11459|WIND00428869: Security Advisory - php - CVE-2013-4113 LIN5-11499|WIND00415921: Security Advisory - phpmyadmin - CVE-2013-1937 LIN5-11517|WIND00400744: rpc.statd using lockd port LIN5-11526|WIND00428732: WRlinux4.3+CN61XX,can't set affinity of OCTEON_IRQ_TIMER3 LIN5-11599|WIND00367958: WR Linux 4.0 -- Oops in skb_over_panic when target boots under heavy networking traffic LIN5-1165|WIND00380547: The host requirements guide does not clearly tell you what packages are required for Wind River Linux 5.0 LIN5-1167|WIND00419847: WRL5: How to export a static library? LIN5-11754|WIND00366812: Security Advisory - php - CVE-2012-2688 LIN5-11790|WIND00427422: GDB cannot print global pointer viriable correctly on xlr732 LIN5-11811|WIND00413592: Security Advisory - cronie - CVE-2012-6097 LIN5-11818|WIND00413349: Security Advisory - bind - CVE-2013-2266 LIN5-1183|WIND00420212: Missing binary locales when rebuilding glibc LIN5-11854|WIND00420932: ACPI S3 resume issue on Intel Atom Tunnel Creek board(s) - Eurotech TC Carrier and Emerson NITX-315 LIN5-11863|WIND00424708: Security Advisory - php - CVE-2013-4635 LIN5-11892|WIND00366796: Security Advisory - php - CVE-2012-3365 LIN5-1199|WIND00410909: cannot find /usr/lib64/gdk-pixbug-2.0/2.10.0/loader.cache LIN5-12067|WIND00421922: Security Advisory - php - CVE-2013-3735 LIN5-1213|WIND00383322: Changefile.xml attributes are misleading in WRLinux 5.0 User's Guide LIN5-1304|WIND00401682: [Feature Testing] nfs-utils tests failed LIN5-1319|WIND00401682: [Feature Testing] nfs-utils tests failed LIN5-13202|WIND00415916: Security Advisory - krb5 - CVE-2013-1416 LIN5-13204|WIND00402360: Security Advisory - mysql - CVE-2012-4414 LIN5-13206|WIND00415944: Security Advisory - mysql - CVE-2013-1506 LIN5-13208|WIND00415973: Security Advisory - libxslt - CVE-2012-6139 LIN5-13215|WIND00421920: Security Advisory - apache - CVE-2013-1862 LIN5-13226|WIND00415950: Security Advisory - linux - CVE-2013-3301 LIN5-13227|WIND00413561: Security Advisory - sudo - CVE-2013-2777 LIN5-13232|WIND00413551: Security Advisory - mysql - CVE-2012-0553 LIN5-13237|WIND00404137: Security Advisory - samba - CVE-2013-0213 LIN5-13254|WIND00439163: Security Advisory - libtiff - CVE-2013-4244 LIN5-13277|WIND00415912: Security Advisory - mysql - CVE-2013-1532 LIN5-1328|WIND00404490: Syntax is incorrect in changelist.xml example in WR Linux 5.0 User's Guide LIN5-13290|WIND00415967: Security Advisory - libxml2 - CVE-2013-0338 LIN5-13306|WIND00415923: Security Advisory - mysql - CVE-2013-2378 LIN5-13310|WIND00408769: Security Advisory - php - CVE-2013-1643 LIN5-13319|WIND00428535: In WRL-3.0.2, syslog-ng memory leak when server is down. LIN5-13320|WIND00445846: Security Advisory - krb5 - CVE-2013-1418 LIN5-13324|WIND00428894: Security Advisory - mysql - CVE-2013-3802 LIN5-13329|WIND00406211: Security Advisory - apache - CVE-2012-3499 LIN5-13338|WIND00445879: Security Advisory - ruby - CVE-2013-4164 LIN5-13339|WIND00360247: SIGXCPU is not sent properly in the time with RLIMIT_RTTIME limit value. LIN5-13358|WIND00404141: Security Advisory - openssl - CVE-2013-0166 LIN5-13359|WIND00428871: Security Advisory - mysql - CVE-2013-3804 LIN5-13404|WIND00439214: Security Advisory - glibc - CVE-2012-4412 LIN5-13411|WIND00419898: Security Advisory - krb5 - CVE-2002-2443 LIN5-1342|WIND00381084: WR Linux 5 -- Recommended host list doc doesn't mention git requirement LIN5-13421|WIND00415931: Security Advisory - mysql - CVE-2013-1531 LIN5-13436|WIND00408770: Security Advisory - php - CVE-2013-1635 LIN5-13468|WIND00402378: Security Advisory - mysql - CVE-2013-0375 LIN5-13471|WIND00415913: Security Advisory - mysql - CVE-2013-1552 LIN5-13473|WIND00408771: Security Advisory - openssh - CVE-2010-5107 LIN5-13485|WIND00439185: Security Advisory - linux - CVE-2013-2897 LIN5-13486|WIND00444028: Security Advisory - linux - CVE-2013-4470 LIN5-13515|WIND00439170: Security Advisory - glibc - CVE-2013-4788 LIN5-13517|WIND00413563: Security Advisory - linux - CVE-2013-1858 LIN5-13539|WIND00402369: Security Advisory - mysql - CVE-2013-0385 LIN5-13541|WIND00434770: Security Advisory - libtiff - CVE-2013-4232 LIN5-13549|WIND00406226: Security Advisory - apache - CVE-2012-4558 LIN5-13558|WIND00402351: Security Advisory - freetype - CVE-2012-5669 LIN5-13560|WIND00445874: Security Advisory - nss - CVE-2013-5605 LIN5-13567|WIND00448723: Security Advisory - samba - CVE-2012-6150 LIN5-13571|WIND00417556: Security Advisory - apache - CVE-2013-1847 LIN5-13576|WIND00402347: Security Advisory - mysql - CVE-2012-5060 LIN5-13582|WIND00415920: Security Advisory - mysql - CVE-2013-1521 LIN5-13586|WIND00402379: Security Advisory - mysql - CVE-2013-0384 LIN5-13590|WIND00439190: Security Advisory - linux - CVE-2013-2140 LIN5-13598|WIND00441889: Security Advisory - X.org - CVE-2013-1056 LIN5-13605|WIND00448732: Security Advisory - linux - CVE-2013-7027 LIN5-13606|WIND00411207: Security Advisory - socat - CVE-2012-0219 LIN5-13610|WIND00399160: lksctp-tools: sctp_xconnect: memory leak when malloc big buffer LIN5-13623|WIND00402364: Security Advisory - mysql - CVE-2013-0389 LIN5-13634|WIND00415951: Security Advisory - mysql - CVE-2013-2375 LIN5-13649|WIND00404148: Security Advisory - postgresql - CVE-2013-0255 LIN5-13652|WIND00404149: Security Advisory - samba - CVE-2013-0214 LIN5-13657|WIND00441877: Security Advisory - gnupg - CVE-2013-4402 LIN5-13665|WIND00430959: Security Advisory - samba - CVE-2013-4124 LIN5-13671|WIND00413583: Security Advisory - krb5 - CVE-2012-1013 LIN5-13674|WIND00394610: Security Advisory - bind - CVE-2012-5688 LIN5-13675|WIND00439187: Security Advisory - qemu - CVE-2013-4344 LIN5-13689|WIND00411205: Security Advisory - samba - CVE-2013-0454 LIN5-13701|WIND00426596: Security Advisory - libtiff - CVE-2013-1961 LIN5-13703|WIND00445832: Security Advisory - linux - CVE-2013-4579 LIN5-13705|WIND00439176: Security Advisory - linux - CVE-2013-4387 LIN5-13733|WIND00428885: Security Advisory - linux - CVE-2013-4162 LIN5-13751|WIND00448727: Security Advisory - samba. - CVE-2013-4408 LIN5-13752|WIND00439207: Security Advisory - linux - CVE-2013-4345 LIN5-13770|WIND00406236: Security Advisory - ruby - CVE-2013-0256 LIN5-1378|WIND00404796: multilib:WARNINGs: the tools in lib32-wrl-target-toolchain were already stripped, this will prevent future debugging LIN5-13781|WIND00430970: Security Advisory - curl - CVE-2013-2174 LIN5-13791|WIND00439205: Security Advisory - librsvg - CVE-2013-1881 LIN5-13804|WIND00444042: Security Advisory - linux - CVE-2013-4348 LIN5-13813|WIND00399177: Security Advisory - grep - CVE-2012-5667 LIN5-13822|WIND00426605: Security Advisory - linux - CVE-2013-1059 LIN5-13826|WIND00445863: Security Advisory - linux - CVE-2013-4592 LIN5-13830|WIND00402377: Security Advisory - freetype - CVE-2012-5668 LIN5-13833|WIND00402344: Security Advisory - mysql - CVE-2012-0572 LIN5-13834|WIND00439181: Security Advisory - glibc - CVE-2012-4424 LIN5-13863|WIND00415924: Security Advisory - mysql - CVE-2013-1544 LIN5-13867|WIND00426603: Security Advisory - gnutls - CVE-2013-2116 LIN5-13887|WIND00397017: Security Advisory - mysql - CVE-2012-0882 LIN5-13898|WIND00402350: Security Advisory - mysql - CVE-2013-0383 LIN5-13915|WIND00404143: Security Advisory - qemu - CVE-2012-6075 LIN5-13948|WIND00428897: Security Advisory - mysql - CVE-2013-3808 LIN5-13952|WIND00439213: Security Advisory - linux - CVE-2013-2899 LIN5-13959|WIND00415952: Security Advisory - mysql - CVE-2013-2392 LIN5-13979|WIND00426610: Security Advisory - libxml2 - CVE-2013-2877 LIN5-13982|WIND00408774: Security Advisory - sudo - CVE-2013-1775 LIN5-13986|WIND00417548: Security Advisory - glibc - CVE-2012-0864 LIN5-13990|WIND00413550: Security Advisory - perl - CVE-2013-1667 LIN5-13993|WIND00402376: Security Advisory - freetype - CVE-2012-5670 LIN5-13995|WIND00439192: Security Advisory - glibc - CVE-2013-4332 LIN5-13999|WIND00396458: BUG: soft lockup in i_size_read() LIN5-14001|WIND00413544: Security Advisory - krb5 - CVE-2012-1014 LIN5-14030|WIND00413560: Security Advisory - krb5 - CVE-2012-1015 LIN5-14032|WIND00439167: Security Advisory - xorg_x11. - CVE-2013-4396 LIN5-14035|WIND00413548: Security Advisory - postgresql - CVE-2013-1900 LIN5-14041|WIND00413546: Security Advisory - postgresql - CVE-2013-1899 LIN5-14054|WIND00439172: Security Advisory - linux - CVE-2013-2889 LIN5-14057|WIND00434772: Security Advisory - libtiff - CVE-2013-4243 LIN5-14062|WIND00444043: Security Advisory - linux - CVE-2013-4515 LIN5-14081|WIND00426612: Security Advisory - apache - CVE-2013-1896 LIN5-14095|WIND00417549: Security Advisory - glibc - CVE-2011-4609 LIN5-14099|WIND00445853: Security Advisory - curl - CVE-2013-4545 LIN5-14102|WIND00448750: Security Advisory - apache subversion - CVE-2013-4505 LIN5-14104|WIND00413581: Security Advisory - sudo - CVE-2013-1776 LIN5-14106|WIND00430960: Security Advisory - apache - CVE-2013-4131 LIN5-14117|WIND00439182: Security Advisory - linux - CVE-2013-2888 LIN5-14124|WIND00415919: Security Advisory - mysql - CVE-2013-2389 LIN5-14127|WIND00402374: Security Advisory - bind - CVE-2012-5689 LIN5-14128|WIND00413547: Security Advisory - sudo - CVE-2013-2776 LIN5-14130|WIND00311490: Security Advisory - acpid - CVE-2011-1159 LIN5-14133|WIND00428874: Security Advisory - apache - CVE-2013-2249 LIN5-14142|WIND00448742: Security Advisory - linux - CVE-2013-2929 LIN5-14149|WIND00399178: Security Advisory - libtiff - CVE-2012-5581 LIN5-14150|WIND00413569: Security Advisory - ruby - CVE-2013-1821 LIN5-14151|WIND00417553: Security Advisory - apache - CVE-2013-1845 LIN5-14166|WIND00415959: Security Advisory - mysql - CVE-2013-2391 LIN5-1419|WIND00407483: host tools in projects using wr-prebuilts cannot be rebuilt LIN5-1459|WIND00155207: Need to document that we require /usr/bin/time for unsupported distributions LIN5-1460|WIND00406786: knotty2 fails to respond after the Keyboard Interrupt has been sent LIN5-15202|WIND00431882: Java exception with WRL 3.0.3 rcpl-gui.sh script LIN5-15203|WIND00439180: Security Advisory - linux - CVE-2013-2893 LIN5-15218|WIND00413565: Security Advisory - postgresql - CVE-2013-1901 LIN5-1523|WIND00408590: [Feature Testing] multilib: perl modules don't know about multilib LIN5-15241|WIND00444045: Security Advisory - samba - CVE-2013-4475 LIN5-15246|WIND00415966: Security Advisory - mysql - CVE-2013-1555 LIN5-15289|WIND00417555: Security Advisory - apache - CVE-2013-1846 LIN5-15314|WIND00413586: Security Advisory - mysql - CVE-2013-1492 LIN5-15334|WIND00439216: Security Advisory - xinetd - CVE-2013-4342 LIN5-15365|WIND00417552: Security Advisory - apache - CVE-2013-1849 LIN5-1537|WIND00407086: host-cross/usr/bin/rpm2cpio is not behaving as rpm2cpio LIN5-15380|WIND00415928: Security Advisory - mysql - CVE-2013-1548 LIN5-15401|WIND00441881: Security Advisory - dropbear - CVE-2013-4421 LIN5-15405|WIND00402366: Security Advisory - mysql - CVE-2012-0574 LIN5-1541|WIND00408058: configure failed with LX02a wrlinux5.0.1.1 LIN5-15412|WIND00441874: Security Advisory - dropbear - CVE-2013-4434 LIN5-15413|WIND00426609: Security Advisory - linux - CVE-2013-2164 LIN5-15417|WIND00415969: Security Advisory - libxml2 - CVE-2013-1969 LIN5-15421|WIND00439197: Security Advisory - gnupg - CVE-2013-4351 LIN5-15428|WIND00439169: Security Advisory - linux - CVE-2013-2896 LIN5-15435|WIND00372703: ripd advertises incorrect routes following SIGHUP LIN5-15455|WIND00404151: Security Advisory - openssl - CVE-2013-0169 LIN5-15460|WIND00402353: Security Advisory - mysql - CVE-2012-1702 LIN5-15470|WIND00404152: Security Advisory - glibc - CVE-2013-0242 LIN5-15472|WIND00445876: Security Advisory - nss - CVE-2013-1741 LIN5-15473|WIND00441879: Security Advisory - mysql - CVE-2013-3839 LIN5-15479|WIND00439209: Security Advisory - glibc - CVE-2013-4237 LIN5-15513|WIND00413574: Security Advisory - krb5 - CVE-2012-1016 LIN5-15522|WIND00445880: Security Advisory - busybox - CVE-2013-1813 LIN5-15523|WIND00439203: Security Advisory - linux - CVE-2013-2895 LIN5-15544|WIND00439164: Security Advisory - linux - CVE-2013-2892 LIN5-15555|WIND00413555: Security Advisory - krb5 - CVE-2013-1415 LIN5-15558|WIND00402346: Security Advisory - mysql - CVE-2012-1705 LIN5-1557|WIND00412881: Not possible to include kernel modules in initramfs LIN5-15572|WIND00415960: Security Advisory - curl - CVE-2013-1944 LIN5-15573|WIND00448762: Security Advisory - linux - CVE-2013-2930 LIN5-15577|WIND00415934: Security Advisory - ruby - CVE-2012-4464 LIN5-15598|WIND00444041: Security Advisory - ruby - CVE-2013-2065 LIN5-15612|WIND00426614: Security Advisory - libtiff - CVE-2013-1960 LIN5-1575|WIND00417050: When using a SRC_URI in an image recipe in a layer configure does not create the copied recipe correctly LIN5-1595|WIND00408909: wrlinux 5.0.1.1 media-less install: the required host packages are checked twice during install process LIN5-1599|WIND00401360: bfd header files refer to std_section but the symbol has been renamed or removed causing memory analysis to completely fail LIN5-16068|WIND00366792: Security Advisory - dhcp - CVE-2012-3570 LIN5-16120|WIND00374001: Security Advisory - mysql - CVE-2012-2749 LIN5-16144|WIND00386314: Security Advisory - mysql - CVE-2012-3160 LIN5-16160|WIND00386305: Security Advisory - mysql - CVE-2012-3177 LIN5-16169|WIND00373999: Security Advisory - apache - CVE-2012-3502 LIN5-16194|WIND00374014: Security Advisory - mysql - CVE-2012-2102 LIN5-16224|WIND00386296: Security Advisory - mysql - CVE-2012-3163 LIN5-16241|WIND00386318: Security Advisory - mysql - CVE-2012-3166 LIN5-16262|WIND00386300: Security Advisory - mysql - CVE-2012-3197 LIN5-16281|WIND00373997: Security Advisory - apache - CVE-2012-2687 LIN5-16282|WIND00366806: Security Advisory - mysql - CVE-2012-0540 LIN5-16284|WIND00374003: Security Advisory - mysql - CVE-2009-5026 LIN5-16325|WIND00386311: Security Advisory - mysql - CVE-2012-3167 LIN5-1635|WIND00420456: --with-installer-target-build can not work well LIN5-16364|WIND00366783: Security Advisory - mysql - CVE-2012-1689 LIN5-16381|WIND00386317: Security Advisory - mysql - CVE-2012-3158 LIN5-16431|WIND00362925: Security Advisory - busybox - CVE-2011-2716 LIN5-16454|WIND00359338: Security Advisory - mysql - CVE-2012-2122 LIN5-16489|WIND00366801: Security Advisory - mysql - CVE-2012-1734 LIN5-16494|WIND00376774: Security Advisory - bind - CVE-2012-4244 LIN5-1676|WIND00416874: Many warnings when running export-sdk LIN5-1679|WIND00408285: [Feature Testing] multilib: initscripts run time failures on xeon-core lib32 rootfs LIN5-1692|WIND00404900: gst-plugins-base: build failes for qemuarm profiling build LIN5-17083|WIND00407605: Feature Testing: Wrong wrlinux and workbench versions in rss. LIN5-17091|WIND00409616: WB Remote Systems wizard fails for QEMU Linux User mode connection when tap otion selected LIN5-17101|WIND00419450: build system has issues with fs-local-pkg LIN5-17103|WIND00419450: build system has issues with fs-local-pkg LIN5-17141|WIND00412640: failed to run "clone_bsp.sh -f export" based on 5.0.1.x DVD installation LIN5-17217|WIND00425925: wrlinux 5.0.1 + wb 3.3.4, userspace configuration tool not picking filesystem changes LIN5-17241|WIND00408712: libunwind throws assert implying potential buffer overrun LIN5-17262|WIND00412251: The rcpl-gui.sh script is missing from Wind River Linux 5.0.1 LIN5-17272|WIND00427753: mgr_pkgrpmlist.sh un-tar'ing "fs-local-pkg" incorrectly LIN5-17274|WIND00427086: Package Manager GUI needed for wrlinux-5.0.1 LIN5-17302|WIND00408057: cmd_line_build_specs.sh error misleads users to think environment-setup.sh not created LIN5-17310|WIND00421901: Can't add some configure options in workbench, such as "--enable-rootfs=ovp-kvm". LIN5-17316|WIND00444542: usermode-agent: when system shutdown, the service start, again. LIN5-17360|WIND00428721: remove confusing warning messages from package manager LIN5-17362|WIND00427757: mgr_pkgrpmlist.sh does not check 'tmp/deploy/rpm' existance LIN5-17370|WIND00438997: lx5018+wb335, no mpatrol gui view shows when analyze memory LIN5-17372|WIND00445334: RCPL 9 for wrlinux-5.0.1 has invalid rcpl database, breaking rcpl-gui and rcpl-cl LIN5-1740|WIND00427003: package remove via fs-expand and default-image.bb not working in LX-5.0.1.5 LIN5-17400|WIND00411631: Export multiple areas with userspace NFS does not work LIN5-17412|WIND00443469: Cannot connect to QEMU target from workbench LIN5-17462|WIND00419465: update rcpl tools for profiles, fix summaries, and export LIN5-17466|WIND00428273: Bdp does not scan DVD bare git clones BDP extensions (OVP), plus templates structure was changed LIN5-17474|WIND00449405: wrlinux-5.0: Missing sysroot path in the linker option when using shared library project in Workbench LIN5-17755: [userspace] /etc/passwd is incorrect LIN5-1776|WIND00424297: wrlinux 5.0.1 - -Wpoison-system-directories option LIN5-17785: sqlite3.h header not exported in sdk LIN5-17788: BitBake not honoring file permissions LIN5-17802: Security Advisory - linux - CVE-2013-7266 LIN5-17803: Security Advisory - openssl - CVE-2013-4353 LIN5-17804: Security Advisory - linux - CVE-2013-7271 LIN5-17807: Security Advisory - linux - CVE-2013-7263 LIN5-17808: Security Advisory - openssl - CVE-2013-6450 LIN5-17809: Security Advisory - linux - CVE-2013-7269 LIN5-17810: Security Advisory - ntp - CVE-2013-5211 LIN5-17811: Security Advisory - libpng - CVE-2013-6954 LIN5-17812: Security Advisory - linux - CVE-2013-7267 LIN5-17814: Security Advisory - linux - CVE-2013-7270 LIN5-17815: Security Advisory - linux - CVE-2013-7264 LIN5-17816: Security Advisory - libxfont - CVE-2013-6462 LIN5-17817: Security Advisory - linux - CVE-2013-7268 LIN5-17818: Security Advisory - linux - CVE-2013-7265 LIN5-17823: quagga do_do_compile error: stropts.h sys/capability.h: No such file or directory LIN5-17827: [userspace]ntpd starts two instances of the daemon by default LIN5-17833: Security Advisory - openssl - CVE-2013-6449 LIN5-17867: libcurl header files should support multilib environment (x32/x64) LIN5-17871: "echo disable > /sys/firmware/acpi/interrupts/gpe0E" requires twice to take effect LIN5-17872: do_patch() failure with sstate on Ubuntu: dash LIN5-17874: Compile grub-efi with atom64 toolchain failed LIN5-17892|WIND00436586: SCTP over IPSec is not working when SCTP checksum is offloaded to hardware LIN5-17894|WIND00438775: On p2020 board, sometimes, kernel will hang when do `ifconfig down` in init script LIN5-17897: quota rebuild issue and fix LIN5-17900: lvm2 rebuild issue and fix LIN5-17901: guile-native rebuild issue and fix LIN5-17903: e2fsprogs-native rebuild issue and fix LIN5-17904: autogen-native rebuild issue and fix LIN5-17906|WIND00444561: wrl 4.3 : SCTP : RTO is always set to RTO initial after many DATA packets have recv SACK LIN5-17911: error: Can't install iptables-1.4.12.2-r0@x86_64: no package provides libnfnetlink0 >= 1.0.1 when test with sstate LIN5-17925: [userspace]: the status for "service --status-all" is wrong after stop avahi-daemon LIN5-17929: do_rootfs() failed : Can't install irqbalance : no package provides libnuma.so with prebuilt sstate LIN5-17933: [userspace]: rpcbind is started, but the status for "service --status-all" is "-" LIN5-1794|WIND00425561: [RCPL0005] Failed to install 'GNU Toolchain'. LIN5-17940: Nightly: baytrail build fail by linux-windriver-3.4-r0/linux/arch/x86/platform/byt/ error on 501_HEAD_20140129 LIN5-17941: baytrail build failed with enable "intel-wilkinpeak2" feature on 501_HEAD_20140129 LIN5-17944: Build fails due to issues with eglibc-utils do_rootfs LIN5-17948: Sanity: build failed with missing toolchain on 50112-b01 DVD LIN5-17949: Can't build Custom kernel with perf anymore LIN5-17950: export-sdk does not work on RCPL11 with multilib. LIN5-17951: wrl 5 RCPL11 Fails building rootfs (apr-util fails) LIN5-17966: quilt build failure due to invalid tar args LIN5-17967: icache causes execution of stale instructions when control falls through from one page to the next LIN5-18012: qemu target package build failed on qemu-ARCH BSPs LIN5-18016: update timezone 2013i LIN5-18017: FIQ_START missing declaration LIN5-18020: WRL 5.0.1 intel-xeon-core BSP: 32bit-rootfs feature template fails to build LIN5-18026: WRL5: Fix with DMA when using WR-kernel as Crash-kernel LIN5-18030: Security Advisory - mysql - CVE-2014-0401 LIN5-18031: Security Advisory - openssh - CVE-2014-1692 LIN5-18035: Security Advisory - mysql - CVE-2014-0437 LIN5-18041: Security Advisory - libcurl - CVE-2014-0015 LIN5-18043: Security Advisory - pixman - CVE-2013-6425 LIN5-18044: Security Advisory - linux - CVE-2014-1444 LIN5-18049: Security Advisory - libyaml - CVE-2013-6393 LIN5-18051: Security Advisory - linux - CVE-2014-1438 LIN5-18055: Security Advisory - mysql - CVE-2014-0412 LIN5-18062: Security Advisory - linux - CVE-2013-6381 LIN5-18064: Security Advisory - bind - CVE-2014-0591 LIN5-18065: Security Advisory - util-linux - CVE-2013-0157 LIN5-18066: Security Advisory - x.org - CVE-2013-6424 LIN5-18068: Security Advisory - x.org - CVE-2012-0064 LIN5-18071: Security Advisory - libxml2 - CVE-2013-0339 LIN5-18073: Security Advisory - libtiff - CVE-2013-4231 LIN5-18078: Security Advisory - quagga - CVE-2013-6051 LIN5-18083: Security Advisory - linux - CVE-2014-1445 LIN5-18089: Security Advisory - mysql - CVE-2014-0402 LIN5-18092: Security Advisory - perl - CVE-2010-4777 LIN5-18093: Security Advisory - mysql - CVE-2014-0386 LIN5-18095: Security Advisory - linux - CVE-2014-0038 LIN5-18098: Security Advisory - mysql - CVE-2013-5908 LIN5-18100: Security Advisory - cups - CVE-2013-6891 LIN5-18101: Security Advisory - systemtap - CVE-2012-0875 LIN5-18103: Security Advisory - linux - CVE-2014-1446 LIN5-18113: WRL5: Memory Leak in syslog-ng 3.4.2 LIN5-18122: CLONE - syslog-ng has still memory leaks LIN5-18126: lsi_pcie.c file requires a power of 2 size restriction for PCIe (Fixed available in LSI Github) LIN5-18127: prebuiltck.sh from prebuilt.tgz is different from prebuiltck.sh installed with RCPL 10 LIN5-18141: Request for backport of enhanced perf functionality LIN5-18153: The PME_DBE_ERR definiation of FSL PME2 module is wrong LIN5-18156: Build fails when a project is configured with options --enable-ccache=yes --enable-jobs=2 --enable-parallel-pkgbuilds=2 LIN5-18168: Some libraries not using symbolic links LIN5-18176: Codenomicon causes racoon to still crash LIN5-18178: crash fails to install correctly in multilib environment LIN5-18180: inetd installation fails when enabled from layer LIN5-18187|WIND00442679: symlinks not preserved in intel-emgd LIN5-18191: Security Advisory - linux - CVE-2014-1874 LIN5-18193: Security Advisory - linux - CVE-2014-2039 LIN5-18196: Security Advisory - nfs-utils. - CVE-2011-1749 LIN5-18204: Security Advisory - qemu - CVE-2011-4111 LIN5-18209: Security Advisory - linux - CVE-2014-0069 LIN5-18211: Security Advisory - nfs-utils - CVE-2011-2500 LIN5-18214: Security Advisory - lxc - CVE-2013-6441 LIN5-18220: Busybox overwriting /bin/sh link to bash LIN5-18229: build error occurred after adding ndisc6 package LIN5-18236: spi-layout-tools-native do_compile fail when config project with ccache and sstate for lx01.12sp-50113 dvd LIN5-18238: Analog Input Pins not enabled LIN5-18240: Security Advisory - zypper - CVE-2012-0420 LIN5-18301: KARCH need to be set within the bsps that supporting multilib LIN5-18307: Conflicting definitions of AF_MAX LIN5-18331: Security Advisory - sudo - CVE-2014-0106 LIN5-18335: Security Advisory - ffmpeg - CVE-2014-2099 LIN5-18337: Security Advisory - python - CVE-2014-1912 LIN5-18339: Security Advisory - linux - CVE-2014-2309 LIN5-18340: Security Advisory - linux - CVE-2014-0101 LIN5-18341: Security Advisory - ffmpeg - CVE-2014-2263 LIN5-18346: Deferred install of Linux 5 from DVD-R174758.1-1-03 fails LIN5-18354: nightly: oe-core/meta/recipes-extended/man/man_1.6f.bb do_compile fail for quark LIN5-18357: Missing dependency in cmake and ccache LIN5-18359: WRL5 Uninitialized variable in fs/fuse/cuse.c LIN5-18360: WRL5 Uninitialized variable in drivers/infiniband/hw/mlx4/qp.c LIN5-18361: WRL5 Uninitialized variable indrivers/leds/leds-lp5523.c LIN5-18362: WRL5 Uninitialized variable in drivers/gpu/drm/i915/intel_ddi.c LIN5-18363: WRL5 several Uninitialized variables in net/netfilter/xt_socket.c LIN5-18364: WRL5 Uninitialized variables in drivers/md/raid10.c LIN5-18365: WRL5 Uninitialized variables in drivers/mfd/*.c LIN5-18366: WRL5 Uninitialized variables in drivers/net/ethernet/brocade/bna/bnad.c and drivers/net/ethernet/qlogic/qlcnic/qlcnic_main.c LIN5-18367: WRL5 Uninitialized variables in drivers/staging/iio/gyro/adis16080_core.c and drivers/staging/zcache/zcache-main.c LIN5-18396: 'wrlinux-5/updates/LB34_5.0.1_RCPL0013/scripts/rcpl/rcpl_summary.xml' not found LIN5-1841|WIND00416865: RCPL 1 and 2 need patch history regenerated LIN5-18420: Security Advisory - linux - CVE-2014-2523 LIN5-18422: Security Advisory - linux - CVE-2014-0055 LIN5-18423: Security Advisory - apache - CVE-2013-6438 LIN5-18425: Security Advisory - lighttpd - CVE-2014-2323 LIN5-18426: Security Advisory - linux - CVE-2013-7339 LIN5-18427: Security Advisory - apache - CVE-2014-0098 LIN5-18428: Security Advisory - openssh - CVE-2014-2653 LIN5-18431: Security Advisory - openssh - CVE-2014-2532 LIN5-18432: Security Advisory - samba - CVE-2013-4496 LIN5-18435: Security Advisory - lighttpd - CVE-2014-2324 LIN5-18438: Security Advisory - openssl - CVE-2014-0076 LIN5-18440: test dependencies scripts should be implemented in wrlinux-5.0.1 LIN5-18442|WIND00444838: if using mtrace in program, program will hung when memory double freeing occu LIN5-18459: valgrind requires libc6-dbg in glibc-small on ARMv7 arch LIN5-18474: CLONE - Adding multilib freetype corrupts the filesystem by removing some toolchain libraries LIN5-18484: CLONE - rootfs buld error: "tar: .: file changed as we read it LIN5-18489: CLONE - wrl43 / syslog-342 (RCPL23+) : syslog-ng process memory leak with big messsages and different rules LIN5-18490: kernel compile warning happens in TIPC module LIN5-18491: Security Advisory - openssl - CVE-2014-0160 LIN5-18494: buildhistory configure is not valid in 5.0.1 LIN5-18501: IBM 476 workaround for Errata 46 kernel module loading LIN5-18503|WIND00163851: Security Advisory - screen - CVE-2009-1214 LIN5-18504|WIND00163853: Security Advisory - screen - CVE-2009-1215 LIN5-1851|WIND00434598: e2fsprogs is not added to glibc_small filesystem LIN5-18511|WIND00194772: Security Advisory - Expat - CVE-2009-3560 LIN5-18516: Security Advisory - openssl - CVE-2010-5298 LIN5-18540: fsl-b4xxx DPAA Offload: reassembly_demo and ipsec_offload run with failures LIN5-18551: running memory analysis mptrol on some apps causes crash LIN5-18560: CLONE - wrl 4,5,6 : syslog-ng 3.4.2 crashes every few hours with TCP/TLS enabled LIN5-18565: Make export-layer command not documented LIN5-18583: [wrLinux501 Async BSP altera-socfpga] Kernel option for watchdog is NOT enable on target altera-socfpga-arriaV LIN5-1926|WIND00447373: wrlinux 5.0.1. - broken link to kernel image, included in rootfs LIN5-1928|WIND00420753: intel-xeon-core-32 build error LIN5-1939|WIND00427539: Windows/wrlinux-5.01 gdb internal-error: virtual memory exhausted LIN5-1985|WIND00408286: [Feature Testing] multilib: Some run time failures on cav-octeon2 lib64 rootfs LIN5-2002|WIND00414405: Missing dependencies in perl-modules RPM package LIN5-2003|WIND00444762: Crashes in pthreads library LIN5-2020|WIND00391364: [Robin async BSP] fsl_e500mc: FMC execute error on P2041rdb when enabled SRIO LIN5-2044|WIND00420192: tnftp command has no alternates link LIN5-2123|WIND00426109: Failed to make export-sysroot on RCPL-5.0.1.5 LIN5-2152|WIND00405556: wrlinux target installer: incorrect status is displayed when installing RPMs to disk LIN5-2172|WIND00409880: WR Linux 5.0: TI am335x EVM: USB babble error occurs. LIN5-2187|WIND00427419: [RCPL]autoconf does not work with target toolchain enabled LIN5-2197|WIND00428065: libcap specifies rpath info to packages that use it LIN5-2208|WIND00433344: vsftpd /var/share/empty dir creation issue LIN5-2214|WIND00446898: wrl5 : gconv needed LIN5-2225|WIND00444222: configure failed with --with-license-flags-blacklist=GPLv3 LIN5-2226|WIND00433344: vsftpd /var/share/empty dir creation issue LIN5-2252|WIND00416824: 32-bit pam modules not installed when added to 64-bit rootfs LIN5-2257|WIND00436961: [2]wrlinux 5.x - initrscripts lacking status property. LIN5-2268|WIND00435448: wrlinux 5.0.1 - nfs-utils startup order LIN5-2291|WIND00422470: configure will not select the right branch if two addons different branches pointing to the same repository LIN5-2300|WIND00438660: [RCPL5008]automake-native do_compile failed when makeinfo verion > 5.1 LIN5-2364|WIND00439154: wrlinux 5.0.1 - qemu-native fails to compile LIN5-2367|WIND00432138: wrlinux 5.0.1 - errors when adding dhcp to glibc_small LIN5-2384|WIND00442435: checkroot.sh does not use the value in /etc/default/rcS LIN5-2411|WIND00440214: [ovirt-engine] build autogen-native failed in frequency LIN5-2437|WIND00439690: wrlinux 5.0.1. - services missing status property - CGL rootfs LIN5-2448|WIND00439690: wrlinux 5.0.1. - services missing status property - CGL rootfs LIN5-2531|WIND00445872: Security Advisory - augeas - CVE-2012-0786 LIN5-2541|WIND00402000: gdb: warning: Could not load shared library symbols for linux-vdso32.so.1. Do you need "set solib-search-path" or "set sysroot"? LIN5-2575|WIND00353713: Drop the workaround patch for cpan.bbclass after oe-core has fix the bug LIN5-2576|WIND00442348: WRL5: "make export-sdk" does not work on RCPL8, "Can't install perl-nativesdk-5.14.2-r9.3@x86_64_nativesdk" LIN5-2594|WIND00394498: Linux 5.0.1 - invalid configure options are available in the WB platform project wizard LIN5-2605|WIND00413413: [5.0.1 Async][fsl-p10xx]The call trace occurs when validate CPU_HOTPLUG with standard kernel. LIN5-2610|WIND00445864: Security Advisory - lighttpd - CVE-2013-4559 LIN5-2631|WIND00407525: oprofile_0.9.7 failed (do_compile) of qemux86-64_std_bp. LIN5-2632|WIND00409001: BB_ENV_WHITELIST doesn't work LIN5-2636|WIND00418623: [5.0.1 Async][cav-octeon2] several Simple Exec compile problems LIN5-2657|WIND00426117: Some toolchian warnings when running export-sdk LIN5-2675|WIND00424685: Graphics mode boots failed on Ivy bridge-EP(C0) LIN5-2698|WIND00417826: configure: addon-core-branch-clones don't work with defoliated trees LIN5-2702|WIND00424312: freeglut building error for haswell LIN5-2715|WIND00391935: [WRL5.0.1] The preempt_rt kernel has a drop of the throughput and interrupt latency on the PPC boards, compared with 4.3. LIN5-2718|WIND00420670: wrl-target-toolchain build error caused by add 4.7.2 version toolchain LIN5-2727|WIND00422545: [OSVE] ]intel_idle dose not work on some SharkBay-Mobile which as cpu id 0x46 LIN5-273|WIND00419332: WRL5.0.1 RN quotes packages that belong to CGP add-on LIN5-2751|WIND00425032: intel-xeon-core-haswell cannot boot used UEFI LIN5-2762|WIND00410966: using make usb-image to make an read-only image doesn't actually work LIN5-2789|WIND00425264: CONFIG_ASYNC_CORE should depends on CONFIG_DMA_ENGINE LIN5-2801|WIND00418360: Support for cpio missing as valid parameter to --enable_bootimage option on WRL5 "configure" command LIN5-2813|WIND00421810: [OSVE] Call Trace appeared after hot plug the usb3.0 hub LIN5-2822|WIND00420652: missing lots of files on ISO installed target compare with rootfs package xxxx-dist.tar.bz2 LIN5-2825|WIND00430309: [5.0.1 Async][BSP: fsl-e600] There are mistakes in README* documents LIN5-2830|WIND00407799: BSP Testing:[Async BSP] [fsl-imx6] [preempt-rt] calltrace will be popped out when tracing LIN5-2853|WIND00421498: Warning in kernel build since RCPL 4 installed LIN5-2857|WIND00434821: [Penguin Async][BSP: fsl-e500mc] rcw_1g_1500mhz.bin is missing in rcw-git-r9.fsl_e500mc.rpm LIN5-289|WIND00426956: wrlinux 5.0.1. - User's Guide Doc missing important information on creating alternate kernels LIN5-2891|WIND00441302: kernel build stuff can't be deleted when --enable-rm-work=yes is specified. LIN5-2892|WIND00421437: kernel failed (do_compile) of haswell_world LIN5-2901|WIND00413430: p1020rdb: the usb doesn't work LIN5-2912|WIND00421677: kernel initramfs build pollutes /tmp with non-unique file LIN5-2923|WIND00414271: [5.0.1 Async][fsl-p10xx]: one board version and several align issues in README.hardware LIN5-2944|WIND00440982: Segmentation fault with GCC 4.6 Wind River compiler, using WR Linux 5.0 and the p8572 BSP. LIN5-2949|WIND00425602: Build error with features/kvm/qemu-kvm-enable.scc LIN5-2953|WIND00418200: fsl-p2020: can't find the dtb for p2020rdb-pc board after make fs LIN5-2973|WIND00418611: [5.0.1 Async][cav-octeon2] linux-filter-linux_n32 run with Segmentation fault LIN5-2976|WIND00447059: perl nativesdk and perl modules LIN5-2984|WIND00427797: core files truncated when using itimer LIN5-2993|WIND00445689: oprofile:build (libbfd) depends on libz LIN5-2995|WIND00418754: qat-cck build error LIN5-3035|WIND00437035: Previous kernel fix breaks dump_stack() LIN5-3036|WIND00431410: [5.0.1 Async][BSP: fsl-e600] QSP image failed to load rootfs via NFS while booting LIN5-3046|WIND00430678: [5.0.1 Async][BSP: fsl-e600] PCI works improperly LIN5-3116|WIND00436334: [ kernel ] WARNING: For recipe linux-windriver not shipped in any package LIN5-3120|WIND00410479: fsl-t4xxx: mpic timer should be enabled by default LIN5-3147|WIND00408627: [WRlinux 5.0.1 Async]fsl-t4xxx:CPU_HOTPLUG test cause system hang LIN5-3151|WIND00439711: Removing USB-serial device from USB port causes USB to malfunction. LIN5-3173|WIND00424687: [WRLINUX501][BSP:intel-atom]intel-atom fail to boot up cgl kernel on minnow LIN5-3201|WIND00442655: WRL5: BUG: sleeping function called from invalid context at kernel/rtmutex.c, at strange call. LIN5-3214|WIND00443948: export-sdk fails for a multilib (lib32) project due to invalid path for libmpc.so.2 LIN5-3219|WIND00435023: [Penguin Async][BSP: fsl-e500mc] Loading EDAC module failed. LIN5-3223|WIND00440815: TIPC on Freescale B4xxx boards with preempt-rt kill network (WRL5 RCPL8) LIN5-3237|WIND00446129: wrl; 5.0.1.x : warnings in BTRFS filesystem LIN5-3258|WIND00406758: WARNING info of lms on intel-xeon-core LIN5-3281|WIND00410514: BSP Testing:[Async BSP] [fsl-imx53] [preempt-rt] RADME update LIN5-3297|WIND00410657: fsl-t4xxx: pci device doesn't work in traditional irq mechanism LIN5-3319|WIND00413242: [5.0.1 Asyn BSP: fsl-imx6] Fail to boot in wrlinux5.0.1.1 DVD08c LIN5-3334|WIND00422574: dpdk build error caused by host contamination LIN5-3339|WIND00408573: Feature Testing: "Read access not allowed" leads to failure of mthread debug. LIN5-3341|WIND00434299: 0e-core-installer_git failed (do_patch) of common-pc-core-installer. LIN5-3371|WIND00405503: Feature Testing: Call Trace occurs when run "usermode-agent" in fsl-p2020-cgl-glibc-cgl. LIN5-3379|WIND00417931: [WRLinux 5.0.1 Async][cav-octeon2] preempt-rt kernel hangs LIN5-3386|WIND00433376: --enable-checkout-all-layers=yes does not get a listing of layers included in IDP 2.0 LIN5-3398|WIND00418467: [Feature Testing][networking]: avl.23.0 in CUT show the wrong result on BSP: cav-octeon2 LIN5-3404|WIND00424688: S3 S4 all cannot resume on both Ivy bridge-EP(C0) and Rmy-EP(SND-EP C2) LIN5-3417|WIND00433229: Wind River Linux installer project fails to install grub-1.99 when creating the rootfs LIN5-3418|WIND00417136: no client specific NFS startup scripts LIN5-3436|WIND00419507: [WRlinux 5.0.1 Async]lsi-acp34xx:need integrated PMU driver LIN5-3461|WIND00419372: [5.0.1 Async][cav-octeon2] add bootloader information LIN5-3462|WIND00436519: IDP nightly: build imx6 project fail - task do_bundle_initramfs: Failed LIN5-3463|WIND00419342: [Feature Testing][networking]: saftest.sh in cut failed on xilinx on wrlinux-5.0.1.4 lx05 LIN5-3472|WIND00420189: Shared library version of libipsec not being built LIN5-3475|WIND00436744: WRL5: In some of the rpms sometimes the gid of the user building is picked up. LIN5-3483|WIND00422139: [OSVE] usbutils needs to upgrade to show usb3.0 port/device tree LIN5-3499|WIND00426893: make start-target failed on intel-xeon-core bsp LIN5-3517|WIND00441483: wrlinux 5.0.1 bitbake: build broken in some cases with sstate LIN5-3518|WIND00425309: wrlinux 5.0.1 - /etc/init.d/ntpd errors LIN5-3535|WIND00417925: [Feature Testing][networking]: /usb/bin/expect does not work on cav-octeon2+glbc_cgl+cgl LIN5-3537|WIND00413109: clone_bsp.sh misses some layers during the process resulting in a different BSP LIN5-3544|WIND00425075: BSP: Update README.hardware of intel-xeon-core to reflect MGA vedio support on some server LIN5-3545|WIND00425134: wrlinux 5.0.1 - syslog-ng build without ssl support LIN5-3564|WIND00418469: [Feature Testing][networking]: avl.22.0 in CUT failed on BSP: cav-octeon2 LIN5-3568|WIND00429880: fsl_imx6: egalax_ts is not work on sabrelite board LIN5-3570|WIND00443491: Can't checkout all layers with old RCPL versions since RCPL 9 installed LIN5-3571|WIND00425581: something fai1ed (?) of haswell32_world_bp. LIN5-3575|WIND00423704: c0mpat-wireless-iwlwifi_3.6.6-1 failed (do_compile) of intel-atom_world_bp. LIN5-3580|WIND00441803: The loopback device will not release occasionally on Ubuntu 12.04 with make usb-image-loop LIN5-3581|WIND00425503: acpid stop and restart function break down LIN5-3584|WIND00425734: LTP: Testcase at_deny01 and at_allow01 failed on cgl kernel LIN5-3591|WIND00416719: named built without IPv6 support LIN5-3592|WIND00409035: Feature Testing: the LAYERVERSION or LAYERDEPENDS is not defined for some BSP layers LIN5-3594|WIND00420198: 32-bit .so library links missing from 64-bit SDK LIN5-3596|WIND00421593: Compat-wireless-* package block compilation due to CONFIG_CFG80211=y LIN5-3607|WIND00407488: initramfs image compile failed LIN5-3611|WIND00401918: strstr is not working as expected LIN5-362|WIND00406964: sat-solver compilation can fail because of ptr aliasing LIN5-3624|WIND00418028: telnetd using /usr/bin/login instead of /bin/login LIN5-3635|WIND00418028: telnetd using /usr/bin/login instead of /bin/login LIN5-3641|WIND00412154: fsl-t4xxx: boost can't build on the latest git tree LIN5-3649|WIND00429097: The firmware of fsl-imx6 can't be built well in parallel LIN5-365|WIND00409389: In the Recommended-Hosts-List_5.0.1.pdf, use "Fedora 13" under the sections of "Fedora 16 and 17" LIN5-3651|WIND00428277: modphp do_configure() failed with sstate enabled LIN5-3652|WIND00418656: [Feature Testing][networking]: 32bit gradm does not work with 64bit kernel on BSP: cav-octeon2 & fsl_p50xx on wrlinux-5.0.1.4 lx05 LIN5-3656|WIND00448576: wrlinux 5.0.1 - sstate need consider postinstall dependencies LIN5-3669|WIND00415144: [5.0.1 Async][fsl-p10xx] Two mistakes in steps to test WIFI on P1023RDB LIN5-3672|WIND00428495: After Installing 5.0.1.6, can't build with old RCPL LIN5-3684|WIND00417984: login failed if boot the target with USB disk or CF card for the BSP:cav-octeon2 on wrlinux-5.0.1.4 lx04 LIN5-3693|WIND00437513: [ovirt-kvm] build qemu-native-0.15.1-r24 failed LIN5-3705|WIND00413877: [5.0.1 Async][fsl-p10xx] kts:fs caused kernel panic on P1023RDB LIN5-3717|WIND00428272: audit fails to build (host contamination) LIN5-3725|WIND00438955: WRL5/6 libgcrypt compiling error LIN5-3733|WIND00446321: kernel warnings fixed in defect WIND00436136 still exist for other BSPs. LIN5-3742|WIND00414189: [wrlinux 5.0.1 Async][fsl-p10xx] Steps to describe USB gadget are not correct. LIN5-375|WIND00396536: Feature Testing: the LAYERVERSION or LAYERDEPENDS is not defined for some wrlinux layers LIN5-3753|WIND00435458: wrlinux 5.0.1 - nfs-utils rpcuser warnings at build LIN5-3774|WIND00418207: fsl_imx6: sabre lite(REV D) have not timer irq. LIN5-3787|WIND00419056: [5.0.1 Async][cav-octeon2] Run "rmmod octeon-edac-pc" and system hang LIN5-381|WIND00418108: initramfs image doesn't get built with added package LIN5-3816|WIND00413941: [5.0.1 Async][fsl-p10xx] USB could not be detected on P1023RDB LIN5-3819|WIND00418464: [Feature Testing][networking]: prf.14.0 in CUT failed on BSP: cav-octeon2 LIN5-3826|WIND00413941: [5.0.1 Async][fsl-p10xx] USB could not be detected on P1023RDB LIN5-3829|WIND00408373: Using the feature template "feature/compat-wireless" on a multilib image can cause failures LIN5-3845|WIND00438771: [RCPL5008]systemtap do compile failed on Fedora19 64 bit LIN5-3874|WIND00439179: Security Advisory - libarchive - CVE-2013-0211 LIN5-3888|WIND00416684: ntpd running as root and other issues LIN5-3894|WIND00406573: [5.0.1][BSP: CF Cavium Octeon II ] lttng test hang on lx32 LIN5-3895|WIND00437830: apache2-native_2.4.2: incompatible with /usr/lib/libgdbm.so in openSUSE 12.3 LIN5-3900|WIND00428108: Build error when switch some kernel config option from 'y' to 'm' for fsl-imx6 LIN5-3901|WIND00416684: ntpd running as root and other issues LIN5-3908|WIND00442376: gcc-crosssdk-initial-4.6.3+svnr184847-r29.2 do_compile failed on Fedora19 x86_64 LIN5-3917|WIND00429440: [5.0.1 Async][BSP: fsl-e600] SRIO could not synchronize well between master and slave LIN5-3922|WIND00419337: [Feature Testing][networking]: snmpd can not start on xilinx on wrlinux-5.0.1.4 lx05 LIN5-396|WIND00420953: Documented steps for importing a Wind River Linux 5 SDK for Windows development are incorrect LIN5-3971|WIND00412051: Build fails with --enable-rm-work=yes on NFS due to open files in pseudo LIN5-3980|WIND00448949: wrlinux 5.0.1 - adding xz to RDEPENDS of grub will pull in all xz binaries which is not expected to be LIN5-3982|WIND00414586: target installer: image-rootfs do_rootfs() failed when running Wrlinux target installer on intel-xeon-core LIN5-3985|WIND00440103: sanity: intel-quark BSP is not integrated with 5019 lx01 DVD spin. LIN5-4009|WIND00417442: build RCPL2 project failed after update to RCPL3 LIN5-4015|WIND00409053: [WRlinux 5.0.1 Async]fsl-t4xxx:SIMICS boot failed LIN5-4016|WIND00424858: WRL5: PAM configured for nullok_secure, but no such code sxists in WRL5 LIN5-4032|WIND00418658: [5.0.1 Async][cav-octeon2] hexdump I2C EEPROM and system may reboot LIN5-4035|WIND00410941: The WRL5 build size and time is unacceptable LIN5-4047|WIND00420330: kvm guest kernel and rootfs images aren not included in the kvm host image after building with "--with-kvm-guest-img" and "--with-kvm-guest-kernel" options LIN5-4054|WIND00432231: [WRLinux 5.0.1][fsl_t4xxx] Duplicate bportal and qportal inside t4240qds-post.dtsi LIN5-4063|WIND00431301: [5.0.1 Async][BSP: fsl-e600] QSP booted with calltrace LIN5-407|WIND00427815: e2fsprogs utils not properly included in built file system LIN5-4079|WIND00399263: [Feature Testing][networking]Can not analyse vmcore with crash on target LIN5-4081|WIND00420028: WRL5: When the projectDir path contain @ the build fails. LIN5-4083|WIND00430256: [5.0.1 Async][BSP: fsl-e600] HIBERNATION (suspend-to-disk) can not support SMP LIN5-4096|WIND00429869: [5.0.1 Async][BSP: fsl-e600] Initial boot code could not setup bat correctly for kernel mapping, cgl only LIN5-4117|WIND00436279: The top level makefile does not work with alternate default images LIN5-4125|WIND00438568: quark kts testing case fs fail due to config don't match LIN5-4150|WIND00420376: [Feature Testing][networking]: Error while extracting rootfs tarballs(into a usb disk or sdcard for the targets system) on wrlinux-5.0.1.4 lx07 LIN5-4154|WIND00436360: [RCPL0008] Failed to build qemux86-64-standard-glibc_std with --enable-ccache=yes LIN5-4196|WIND00408867: [WRlinux 5.0.1 Async]fsl-t4xxx:SIMICS kernel build failed LIN5-4217|WIND00409881: [WRlinux 5.0.1 Async]fsl-t4xxx:can not install lib64 application LIN5-4234|WIND00414609: [5.0.1 Async][fsl-p10xx]: tmd feature doesn't exist in BSP templae LIN5-4237|WIND00408525: [Feature Testing]For glibc_std rootfs, if build project with feature/kdump, crash souhld be build and installed by default LIN5-4259|WIND00419704: fsl-b4xxx: kgdboc test is failed in rt case LIN5-4271|WIND00418110: Support Telit HE910 modem via usb serial option driver LIN5-4288|WIND00413933: [5.0.1 Async][fsl-p10xx] RTC could not be detected on P1023RDB LIN5-4290|WIND00412485: wrlinux5.0 work_project uses a diffrent project path LIN5-4312|WIND00418659: [WRlinux 5.0.1 Async]lsi-acp34xx:PCIe failure on preempt-rt/cgl kernel LIN5-4332|WIND00418756: dpdk build error LIN5-4354|WIND00419134: [5.0.1 Async][cav-octeon2] Update README LIN5-4357|WIND00428502: drbd will causes calltrace with cgl kernel LIN5-4364|WIND00418474: [Feature Testing][networking]: bonding.sh in CUT failed on BSP: cav-octeon2 LIN5-4368|WIND00439775: WRL5: HIGHMEM does not work with PREEMPT_RT LIN5-4376|WIND00439496: WRL5 xconfig fails due to "cannot connect to X server" LIN5-4381|WIND00421827: [OSVE] pciutils needs updating to reflect the lynx point PCH info LIN5-4406|WIND00440512: RIP(Routing information Protocol) test failed LIN5-4413|WIND00423912: [ WRL5.0.1 Penguin Async] [ BSP: bcm-xlp ] The CGL kernel would hung on some multi-thread programs in the LTP, POSIX and KTS. LIN5-4417|WIND00406571: Get some errors when booting xeon+cgl+glibc-cgl from iso with wr-installer LIN5-4438|WIND00441674: [fsl-t4xxx/fsl-b4xxx] qoriq-debug is not installed LIN5-4463|WIND00407531: Feature Testing: QEMU hangs when booting wrlinux from vdisk with serial console LIN5-4467|WIND00434822: [Penguin Async][BSP: fsl-e500mc] Can not probe sensors LIN5-4483|WIND00410603: Use global --with-rcpl-version to set default RCPL for addon products LIN5-4512|WIND00409012: wrlinux 5.0.1.1 lx07: "make -C build pkg_name" : packages are always force recompiled from source even nothing been changed LIN5-452|WIND00430421: WR Linux 5.0.1 User's Gude shows command target "make -C build clean" that does not exist LIN5-4531|WIND00414785: configure needs to support separate corebranch configurations for addons LIN5-4534|WIND00417132: nfs-utils state file ownership LIN5-4560|WIND00414853: [Feature Testing][networking]: configure failed on 'crash' for cav-octeon2+glibc_cgl+cgl on WRLINUX_5_0_1_HEAD Apr 26 LIN5-4563|WIND00412052: --enable-target-installer=yes generated all hddimg iso ext3 images LIN5-4565|WIND00408638: [WRlinux 5.0.1 Async]fsl-t4xxx: FMC execute error LIN5-4573|WIND00406692: cgl kernel configure failed with x86 kvm bsp LIN5-4579|WIND00416717: named running as root LIN5-4586|WIND00417802: [WRlinux 5.0.1 Async]lsi-acp34xx:Replace device tree "enabled" property with "status" LIN5-4594|WIND00414530: [RCPL0003] Failed to 'make fs' on fsl-p10xx-standard-glibc-small. LIN5-4604|WIND00416717: named running as root LIN5-4622|WIND00418953: arm_coretile_express_a15_a7: Document have some issue LIN5-4625|WIND00419862: failed to deploy wind river linux 5.0.1 sdk LIN5-4626|WIND00408247: QA Issue: audit: d/sbin/audisp-remote, installed in the base_prefix, requires a shared library under exec_prefix (/usr) LIN5-464|WIND00398074: WRL 5- cannot run 'hob' utility on recommended host RHEL 6.3 LIN5-4642|WIND00421607: [RCPL0004] Error display when configuring project with '--with-rcpl-version=0'. LIN5-4643|WIND00418753: compat-wireless-3.6.6 build error LIN5-4659|WIND00428419: Read-only files in layers cause build failure LIN5-4661|WIND00419354: [5.0.1 Async][cav-octeon2] run jffs2 on mtdblock and have call trace LIN5-4684|WIND00426798: wrlinux 5.0.1 - issues with ethernet driver for ACP34xx LIN5-4686|WIND00422511: Failed to configure with "--with-layer=ovp/tools". LIN5-4689|WIND00431730: [5.0.1 Async][BSP: fsl-e600] qsp-uart irq thread exited unexpectedly with preempt-rt kernel LIN5-4701|WIND00430305: IDP nightly: kernel update cause some idp projects build fail - linux/arch/arm/kernel/module.c:327:3: error: 'err' undeclared LIN5-4708|WIND00412156: usbutils: do_configure failed while using dash LIN5-4713|WIND00426918: WRL-501: kvm build error with cgl kernel LIN5-4725|WIND00429672: CGP fs fails to build on RedHat 6.3 LIN5-4740|WIND00421903: Security Advisory - ffmpeg - CVE-2013-3674 LIN5-4749|WIND00408571: [Async BSP] CPU_HOTPLUG will cause calltrace on cgl kernel LIN5-4759|WIND00413582: Security Advisory - strongswan - CVE-2012-2388 LIN5-476|WIND00402813: nearbyintl has wrong version listed in libm.so.6 LIN5-4768|WIND00447826: nanosleep() sleeps only in 10ms in WRLinux 5.0.1.7 with fsl_imx6 LIN5-4771|WIND00424952: WRL5: More warnings after installing RCPL.4 LIN5-4772|WIND00408892: arm-coretile-express-a15-a7: call trace triggered when testing cpu_hotplug on preempt-rt kernel LIN5-4786|WIND00407882: One P2 defect for the to-be-done documentation request of the requirement WIND00386607 LIN5-4805|WIND00411480: arm-coretile-express-a15-a7: another call trace when testing cpu_hotplug on preempt-rt kernel LIN5-4810|WIND00438081: wrlinux 5.0.1. - initramfs image build when using --enable-rm-work=yes or kernel image bundling LIN5-4812|WIND00407884: One P2 defect for the to-be-done documentation request of the requirement WIND00331211 LIN5-4814|WIND00421582: [ WRL5.0.1 Async] [ BSP: bcm-xlp ] The LTP float_exp_log test case could cause the kernel print Call Trace. LIN5-4840|WIND00418463: [Feature Testing][networking]: sec.3.4 in CUT failed on BSP: cav-octeon2 LIN5-4845|WIND00425714: Some warnings during make fs LIN5-4856|WIND00436876: wrlinux 5.0.1. - Propagation of kernel header changes to SDK (does notwork with latest fixes applied) LIN5-4857|WIND00425714: Some warnings during make fs LIN5-4858|WIND00418942: xilinx-zynq: usb otg issue LIN5-4859|WIND00418476: [Feature Testing][networking]: std.8.8 in CUT failed on BSP: cav-octeon2 LIN5-4888|WIND00418947: xilinx-zynq: kdump test failed with std and rt kernel LIN5-4910|WIND00426300: [ WRL5.0.1 Async] [ BSP: bcm-xlp ] The kdump would cause the NAE or PCIE NIC mount NFS failure. LIN5-4912|WIND00437874: lib32-qt-mobility-x11:/usr/lib/libblkid.so.1: undefined reference to `secure_getenv@GLIBC_2.17' LIN5-4918|WIND00417995: /usr/lib64/ssl/openssl.cnf not installed on target LIN5-4926|WIND00431311: fsl_imx6: the librarys of the gpu links to the error .so. LIN5-4930|WIND00448545: "ERROR: Function failed: nettools_do_patch_v2" occurs during building project after invoking configure with --enable-reconfig option LIN5-4933|WIND00417995: /usr/lib64/ssl/openssl.cnf not installed on target LIN5-4939|WIND00433451: [WRLinux 5.0.1 Async][fsl_t4xxx] There are some call traces when valiating uprobe. LIN5-4955|WIND00446113: [WRLinux 5.0.1 Async][fsl_t4xxx ]a call trace appears when executing reboot command LIN5-4959|WIND00407484: [Feature Testing]On fsl-e500mc preempt-rt kernel, the memory size got by free or top is incorrect LIN5-4969|WIND00411079: fsl-b4xxx: need to double check one commit in IR5.2 LIN5-4976|WIND00421119: Package RDEPENDS variables missing package name component LIN5-4986|WIND00421119: Package RDEPENDS variables missing package name component LIN5-4988|WIND00410329: adopt fix WIND00390085 to fix watchquagga initscript problem LIN5-4989|WIND00447800: quark bsp: kgdboc and usb serial driver options are not enabled by default in kernel configuration LIN5-5007|WIND00428790: In WRL-5.0.1 ping6 to the freescale T4240 target fails. LIN5-5008|WIND00406917: Qemu/xilinx-zynq: Can not mount sd file system LIN5-5010|WIND00430969: Security Advisory - Subversion - CVE-2013-1968 LIN5-5044|WIND00446799: Kernel BUG trace when enabling CONFIG_DEBUG_PREEMPT=y LIN5-5052|WIND00411084: i.mx28: document issue LIN5-5063|WIND00412056: possible deadlock in panic() LIN5-5083|WIND00418517: TUNE_FEATURES will not show the right value LIN5-5086|WIND00430506: run pod2man failed with file crypto/des/des.pod on openssl LIN5-5096|WIND00418283: kvm build error intel-xeon-core wrlinux-5.0.1 LIN5-5100|WIND00427109: openssl fails to build due to invalid pod syntax LIN5-5106|WIND00418941: xilinx-zynq: calltrace appeared when do cpu hotplug LIN5-5107|WIND00436959: wrlinux 5.0.1 - conflicted patches in bind bb LIN5-5114|WIND00425403: [ WRL5.0.1 Async] [ BSP: bcm-xlp ] The CPU_HOTPLUG test failed. LIN5-5122|WIND00424859: WRL5: Changed behavior of unspecified services, do pam_deny.so on all unknown services LIN5-5123|WIND00409904: [BBS] CCACHE can't be enabled with --enalbe-ccache=yes LIN5-5130|WIND00432481: rpcbind started twice on boot LIN5-5131|WIND00435887: [WRLinux 5.0.1 Async][fsl_t4xxx ] the serial node order get changed for kexec and kdump kernel LIN5-5141|WIND00429882: fsl_imx6: perf test fail on sabrelite board LIN5-5142|WIND00413139: bsp: x86-64-kvm-guest: enable target-toolchain support by adding multilib support LIN5-5191|WIND00443090: syslog-ng 3.3.5 removed in RCPL 8 LIN5-5199|WIND00440793: SATO GUI not working on QEMU x86/64 LIN5-5200|WIND00417980: Still having problems with sstate cache LIN5-5225|WIND00441337: WRL5: Syslog-ng package has faulty hard dependency to LIBNET, causing broken cross-compilation on some Hosts. LIN5-5230|WIND00413356: [wrlinux 5.0.1 Async][fsl-p10xx]:miss the P1013 mode in README.hareware LIN5-5246|WIND00435373: make usb-image creates a image without enough inodes with 2 gig images LIN5-5253|WIND00443530: Multilib (lib32) build fails due to no package provides libXcomposite.so.1()(64bit) LIN5-526|WIND00418833: Rebuild DTB file fails usingrecommended method LIN5-5263|WIND00427162: xf86-input-vmmouse_12.7.0 failed (do_compi1e) of intel-xeon-core-32_world LIN5-5267|WIND00425236: [ WRL5.0.1 Async] [ BSP: bcm-xlp ] The USB disk as rootfs could not mount rootfs. LIN5-5275|WIND00422166: WRL5: wrl_buildlink pollutes ${WORKDIR} LIN5-5287|WIND00407425: WRL 5.0.1 needs latest timezone data LIN5-5289|WIND00426343: [ WRL5.0.1 Async] [ BSP: bcm-xlp ] The Hyperexec nae demo performance is too low. LIN5-5292|WIND00427062: wrlinux 5.0.1. - Propagation of kernel header changes to SDK LIN5-5293|WIND00446621: WRL5: util-linux has a broken bbappend recipe, libuuid.so. LIN5-5298|WIND00407425: WRL 5.0.1 needs latest timezone data LIN5-5315|WIND00424943: wrlinux 5.0.1. - problems building a vmdk type image LIN5-5317|WIND00409011: edf feature is not enabled for intel-xeno-core bsp by kts LIN5-5326|WIND00407065: BSP Testing:[Async BSP] [fsl-imx6] README issue LIN5-5346|WIND00413532: [5.0.1 Async][fsl-p10xx]cannot generate a availlable jffs2 image for NAND FALSH of P1022DS LIN5-5347|WIND00430328: "ls: cannot access /sys/class/ieee80211: No such file or directory" when boot up usb image LIN5-5362|WIND00435107: sstate cache files still referencing old projects LIN5-5393|WIND00420298: xilinx-zynq: another calltrace appeared when do cpu hotplug LIN5-5396|WIND00435085: IDP will not build rootfs if smartpm is installed on HOST system LIN5-5412|WIND00438690: Async BSP 5.0.1 : intel-atom-baytrail doesn't support USB3.0 LIN5-5418|WIND00418014: makes export-sysroot generates empty config.sh file LIN5-5420|WIND00442261: QEmu dependencies on xfsprogs LIN5-5427|WIND00413113: BUG():s triggered in ARM for perf on preempt-rt LIN5-5428|WIND00434098: [WRLinux 5.0.1 Async][fsl_t4xxx] kgdbts triggers a call trace if using a relocatable kernel LIN5-5448|WIND00422282: After upgrading kernel to yocto-stable-3.4.43, the kernel build of intel-xeon-core cgl fails. LIN5-5449|WIND00414485: [5.0.1 Async][fsl-p10xx] cannot find NAND Flash in P1023RDB LIN5-5456|WIND00421242: Merge linux-yocto-3.4 -stable tree (3.4.43) to 5.0.1 HEAD LIN5-5458|WIND00446852: host UID/GID contamination LIN5-5465|WIND00418952: Need to explicitly disable NTB and ADR in intel-xeon-core-32 LIN5-5486|WIND00432340: Kernel modules tarball missing in WRLX5.0.1 LIN5-5489|WIND00429904: fsl_imx6: PCIE is not work for sabrelite board LIN5-5496|WIND00431114: fsl_imx6: Add ieee1588 description to README LIN5-5509|WIND00406870: The kexec/kdump can't work on t4240qds LIN5-5512|WIND00434872: ldd not working in multilib build LIN5-5539|WIND00406204: fsl-imx28: move spi to unsupported since no spi device onboard LIN5-5559|WIND00413222: [wrlinux 5.0.1 Async][BSP: fsl-p10xx] Please add usb note for P1022DS LIN5-5574|WIND00396058: Execution of event handler 'run_package_report' failed LIN5-5592|WIND00418741: xilinx-zynq doesn't enable CONFIG_ARM_ZYNQ_CPUFREQ option LIN5-5615|WIND00418336: lms build error LIN5-5642|WIND00418940: Document problem of xilinx-zynq LIN5-565|WIND00419037: WRL5.x :make export-syroot is functional but not documented LIN5-5651|WIND00415169: The kernel image that bundled with initramfs could not be installed into target rootfs LIN5-5687|WIND00413065: Busybox fails to compile with the CONFIG_TUNE2FS option LIN5-5704|WIND00405870: The testcase of no_hz failed in fsl-imx28 board LIN5-5707|WIND00416944: e1000 net card adapter driver issue LIN5-5709|WIND00411158: [WRL 5.0.1 Async][fsl-p10xx]: the network cannot work normally with SDK U-BOOT LIN5-573|WIND00419198: wrlinux 5.0.1 - make export-toolchain target LIN5-5741|WIND00414569: [5.0.1 Async][fsl-p10xx]:Add some detailed info for some devices. LIN5-5764|WIND00421583: [ WRL5.0.1 Async] [ BSP: bcm-xlp ] The LTP proc01 test case could cause the kernel print Call Trace. LIN5-5782|WIND00435020: [WRLinux 5.0.1 Async][fsl_t4xxx] The cfg/cpu-hotplug.cfg of kernel meta is not rebased to SDK1.4 LIN5-5785|WIND00438191: mfd driver build error LIN5-5790|WIND00438674: Async BSP 5.0.1: intel-atom-baytrail boot failed on Bakersport CRB using EFI boot method LIN5-5791|WIND00409915: Failed to make ISO image on some 32bit build servers if the rootfs image is greater than 2GB LIN5-5792|WIND00431467: Issues with e1000e driver in intel-xeon-core-32 BSP using WRL5.0.1 LIN5-5816|WIND00410328: LAMP feature: php can not work with mysql LIN5-5820|WIND00403640: wrlinux 5 - local layer pariority range LIN5-5825|WIND00412339: idmapd error LIN5-5835|WIND00443926: WRL5: Unable to build syslog-ng 3.4.2 in RCPL8 with libesmtp-dev installed LIN5-5842|WIND00444515: Some essential libraries and symlinks are missing into the exported SDK when multilib is enabled LIN5-5850|WIND00411936: rpm post-install scripts failed while first booting LIN5-5857|WIND00412705: libuuid package missing libuuid.so symlink LIN5-5871|WIND00408062: [WRlinux 5.0.1 Async]fsl-t4xxx:make MLIB=lib64 fs failed LIN5-5877|WIND00431617: fsl-e600: kexec/kdump doesn't work LIN5-5888|WIND00434312: intel-xeon-core BSP need support microcode update function LIN5-5904|WIND00436481: RADME update for Bluetooth and clean-ups. LIN5-5955|WIND00407085: wrlinux 5.0.1 - permission problems when building from a read-only installation LIN5-5991|WIND00421472: Warnings after installing RCPL4 LIN5-6003|WIND00420371: rpm and opkg configuration files should be removed when not used LIN5-6015|WIND00427406: [RCPL]target toolchain does not work well on ovp-ovirt-node which was installed by wrinstaller LIN5-6021|WIND00429173: Problems with WIND00420371 changes in pre-release of WRL 5.0.1.6 LIN5-6039|WIND00429143: multilib:lib32:qt-mobility-x11 do_compile() failed LIN5-6043|WIND00436927: wrlinux 5.0.1 - syslog-ng build with implicit options LIN5-6065|WIND00442717: WARNING: unifdef-native: No generic license file exists: GPL in any provider LIN5-6083|WIND00435454: wrlinux 5.0.1 - nfs-utils nfsstat location LIN5-6138|WIND00445840: Security Advisory - ffmpeg - CVE-2013-0865 LIN5-6247|WIND00447944: fix for WIND00443117 needs minor change LIN5-630|WIND00407712: Most links don't work in the wrlinux-5-index.html LIN5-631|WIND00400515: [Feature Testing][networking]on cgl intel-atom, gdb debug mthread binary fail with "internal-error: linux_ptrace_test_ret_to_nx: Assertion `WIFSTOPPED (status)' failed." LIN5-6339|WIND00407489: postfix do_install failed over nfs LIN5-6349|WIND00406191: qt demo sub-attaq makes QEMU error quit LIN5-6366|WIND00408497: syslog-ng (wr-features) can not be built w/o CGP addon (requires eventlog) LIN5-6383|WIND00407069: do_rootfs: smart install -y qt4-x11-free-dbg@ppce5500: busy hang. LIN5-641|WIND00418083: Remove Data Monitor from workbench by example for wrlinux 5.x LIN5-6417|WIND00418029: Inconsistent use of "alternatives" in inetutils packages LIN5-6431|WIND00410301: apache2: failed to load module libphp5 LIN5-6437|WIND00414512: The util-linux task fails to generate the util-linux-readprofile RPM package LIN5-6452|WIND00417547: Security Advisory - strongswan - CVE-2013-2944 LIN5-6477|WIND00426318: build warnings of package compat-wireless-iwlwifi and compat-wireless-base in 5.0.1.5 LIN5-6492|WIND00421121: vsftpd config files are world-readable LIN5-6497|WIND00428169: /boot partition is too small when installing an ext3 ovp host image by wr-installer LIN5-6501|WIND00408658: acpid related error when booting board. LIN5-6505|WIND00438141: License manifest information for prebuilt toolchain is incorrect LIN5-6511|WIND00433193: neard_0.11 failed (d0_compile) of cav-octeon-cn56xx_wor1d_bd. LIN5-6513|WIND00401392: [WRlinux 5.0.1 ][ BSP:lsi-acp34xx] KEXEC can not set up the second capture kernel on DVD22 LIN5-6522|WIND00439219: wrlinux 5.0.1 glibc-small with extrausers build error LIN5-6529|WIND00437840: wrinux 5.0.1 - /etc/default/locale is missing message when running su LIN5-6541|WIND00437430: wrlinux 5.0.1. - nfscommon-create_directories LIN5-655|WIND00423443: WR Linux 5.0.1.4: qt4-embedded version is different from description in release note. LIN5-6555|WIND00413274: Kernel configurator crashes in Workbench for i.MX6 bsp LIN5-6557|WIND00443171: The drbd init script does not work properly if when drbd is not running LIN5-6563|WIND00440012: wrlinux 5.0.1 - conflict between PR and INC_PR in modphp recipe LIN5-6564|WIND00421575: On ti-am335x , eth0 doesn't work sometimes and VLAN and IPv6 route doesn't work as well. LIN5-6568|WIND00442065: openssl fails to build due to pod2man errors. LIN5-6575|WIND00431248: shutdown message is not normal LIN5-6595|WIND00431258: [WRLinux 5.0.1][fsl_p50xx]USDPAA version info was missed in README.hardware LIN5-6599|WIND00432094: CPU Stall occurs when T4240 is left idle LIN5-6631|WIND00427163: xf86-video-vmware_11.0.3 failed (do_compile) of intel-xeon-core_world_bd. LIN5-669|WIND00420742: Linux User's Guide does not show how to set up application development environment when sysroot has already been exported. LIN5-6756|WIND00398501: [Feature Testing] A few gmp tests failed and cause segment fault on ti_omap3530evm LIN5-6779|WIND00406724: xilinx-zynq: kexec/kdump can not work LIN5-6793|WIND00423974: [ WRL5.0.1 Async] [ BSP: bcm-xlp ] The KTS ptrace test case could cause the preempt-rt kernel print Call Trace. LIN5-6817|WIND00439218: WR linux 5.0.1 use "ethtool -S netdev" on t4240, kernel will oops LIN5-6823|WIND00446802: Segmentation fault occurs when receiveing data from a host via usb in WRLinux 5.0.1.9. LIN5-6931|WIND00407749: build error in qt4-embedded on qemux86 glibc-small LIN5-6945|WIND00404272: [Feature Testing][networking]on fsl-p50xx, some command execute fail caused by grsec LIN5-6950|WIND00414671: Python: assert does not work LIN5-6960|WIND00432763: XLP832 can't change operating mode for sgmii port LIN5-6962|WIND00423585: WRlinux5.0.1 standard rootfs can't switch to runlevel 1 LIN5-6973|WIND00413264: dpdk build fails on ubuntu using dash as default shel LIN5-6991|WIND00427031: Can't install openssl-misc-nativesdk when export-sdk on x86-64-kvm-guest LIN5-7007|WIND00430968: Security Advisory - Subversion - CVE-2013-2088 LIN5-7015|WIND00432497: haclient group does not exist LIN5-7033|WIND00435459: wrlinux 5.0.1 - nfs-utils two rpc.statd instances LIN5-7041|WIND00438055: [ovirt-node] error: Can't install libvirt-libvirtd-1.1.2-r1@x86_64: no package provides bridge-utils LIN5-7050|WIND00437436: wrlinux 5.0.1. rpc.statd to use loopback for internal port communications LIN5-7062|WIND00437694: wrlinux 5.0.1 - have packages user the long useradd system parameter and user-group LIN5-7077|WIND00443117: alternatives option missing for /usr/sbin/in.rlogind LIN5-7085|WIND00438881: Installing the WRL 5 toolchain on target needs annoying manual operations and backspace key does not work LIN5-7099|WIND00438754: WRL 5 target installation frozen at "Attempting" step LIN5-7117|WIND00406572: [5.0.1][BSP:fsl-e500mc] kgdboc test failed due to target snuff out while step debug moules on preempt_rt LIN5-7124|WIND00443304: cronie errors when sendmail removed LIN5-7131|WIND00414239: OPT driver of fsl-imx6 BSP need be enabled LIN5-7132|WIND00446657: Lx 5.0.1.9 wr-installer broken LIN5-7147|WIND00446104: wrlinux 5.0.1. - multiple libGL.so.1.2 libraries LIN5-7148|WIND00418472: [Feature Testing][networking]: kexec-test.sh in CUT failed on BSP: cav-octeon2 LIN5-7151|WIND00446618: alternatives option missing for /usr/sbin/in.telnetd and tftpd LIN5-7161|WIND00419791: fsl_p4080 BSP- 10G ethernet interface no longer comes up properly (regression from WRL 4.3) LIN5-7188|WIND00430141: [5.0.1 Async][BSP: fsl-e600] QSP is not fully supported LIN5-7197|WIND00435951: Seeing "BUG: sleeping function called from invalid context" error messages at boot for WRL5.0.1.7 preempt_rt kernel on RDB2041 LIN5-7318|WIND00406202: [5.0.1 preempt_rt][BSP: fsl-p50xx] kts:perf test failed LIN5-7337|WIND00404452: [5.0.1][BSP:UPDATE Intel Xeon Core] In NUMA target, set_mempolicy do not work when mode is MPOL_BIND LIN5-7350|WIND00435594: WRL5: grub_1.99.bb recipe is missing a RDEPENDS on xz LIN5-7361|WIND00416669: WRL5.X ISO auto installation fail on vm with 50G disksize LIN5-7367|WIND00415580: qemu-native: linking fails due to missing -lrt LIN5-7389|WIND00417983: Build fail for xilinx-zynq+glibc_cgl+cgl on wrlinux-5.0.1.4 lx04 LIN5-7401|WIND00421487: wrlinux ISO installation was unsuccessful LIN5-7408|WIND00425773: wrlinux 5.0.1 - /usr/bin/newgrp bad behaviour LIN5-741|WIND00390802: [Robin Async][BSP:fsl_imx6] OOM occurs during testing LIN5-7433|WIND00430964: Security Advisory - Subversion - CVE-2013-2112 LIN5-7444|WIND00425413: wrlinux 5.0.1. - missing /etc/default/locale - referenced in auth.log LIN5-7459|WIND00431699: pciutils is not installed LIN5-7467|WIND00417467: wrlinux 5.x - initrscripts lacking status property. LIN5-7493|WIND00438848: install order dependency between base-files package and shell packages LIN5-7499|WIND00438712: [RCPL0008] sdk error:sdk kernel source is a wrong link LIN5-7505|WIND00430688: WRL5: Update ixgbe drivers to latest version LIN5-7533|WIND00443651: [Atom] [ovp-ovirt-node] Build powertop_1.13.bb fail on Ubuntu 12.04.3 LIN5-7541|WIND00439183: Security Advisory - proftpd - CVE-2013-4359 LIN5-7548|WIND00432686: setuptools / distutils modules insert the full path to our cross-python in a wrapper's #! header, breaking native pyflakes and pep8 LIN5-7574|WIND00443116: WRL5: /etc/init.d/ntpd status check checks pppd instead of ntpd LIN5-7578|WIND00443080: Security Advisory - icu - CVE-2013-2924 LIN5-7587|WIND00441387: oe-core patch needed to fix build issue with out of tree modules LIN5-759|WIND00405356: Feature Testing: wrlinux ISO image boot error: can't create file due to "Read-only file system" LIN5-7592|WIND00435456: wrlinux 5.0.1 - nfs-utils rpc.idmapd: No such file or directory LIN5-7601|WIND00444051: Security Advisory - lighttpd - CVE-2013-4508 LIN5-7607|WIND00444470: irqbalance: depends on libcap LIN5-7612|WIND00407793: [5.0.1][BSP:ti-omap3] kgdboc testing console 'ctrl+c' can NOT stop 'gdb vmlinux' 'continue' running kernel on board 3530evm LIN5-7626|WIND00406867: [5.0.1][BSP: CF Cavium Octeon II ] cpu_hotplug test failed with calltrace the target snuff out LIN5-7631|WIND00445751: gcc-cross-initial_4.7 do_compile failed on Fedora-19-64bit LIN5-7637|WIND00415652: create the link between wr-intel-support and bsp readme LIN5-7645|WIND00425507: IDP nightly: boot image to imx6 fail LIN5-7664|WIND00431829: Kernel configurator fails to open in WRL5.0.1 Workbench platform project for lsi-acp34xx BSP LIN5-769|WIND00399320: libc6-dev-i386 is need by ubuntu x86_64 for install_linux_hosts.txt LIN5-7701|WIND00448584: B4860QDS board "freeze" with heavy TCP traffic on lo0 + preemptrt on WRL501 LIN5-7832|WIND00420750: Clean-up and EHCI doesn't work due to regression LIN5-7837|WIND00420182: Qemu not working on Zynq as described in the readme LIN5-784|WIND00407797: boost build failure on altivec targets LIN5-7841|WIND00431321: wrlinux 5 - maximum numbers of GPIO for xilinz-zinq LIN5-7863|WIND00433807: GPIO does not work with 5.0.1.6 and patchset on Avoton LIN5-7893|WIND00407999: [Feature Testing][multilib]certain recipes still use PN instead on BPN in do_install tasks in oe-core and meta* layers. LIN5-7907|WIND00405379: lttng2-ust: WARNING: QA Issue: non -staticdev package contains static .a library LIN5-7909|WIND00409026: [Feature Testing] intel-xeon-core multilib: tcl failures: initialization failed: out of stack space (infinite loop?) LIN5-7917|WIND00413509: "ifup eth0" does not work on the target which was configured with --enable-board=intel-xeon-core --enable-rootfs=glibc-std --enable-kernel=standard LIN5-7927|WIND00418462: [5.0.1][Userspace][cav-octeon2] Failed to make lib64 rootfs. LIN5-7929|WIND00424385: wrlinux 5.0.1 - udev status restarts the process LIN5-7935|WIND00423420: rpm can not work any more after install debuginfo package LIN5-7937|WIND00421279: error in vsftpd do_install LIN5-7941|WIND00423460: do_populate_sdk() failed with installing task-core-standalone-sdk-target LIN5-7949|WIND00421902: [ WRL5.0.1 Async] [ Userspace: bcm-xlp ] The libnfsidmap recipes build failure in the multi-lib32. LIN5-7951|WIND00420005: Packages incorrectly creating user groups LIN5-7967|WIND00427439: apr-native do_compile() failed with sstate enabled LIN5-7977|WIND00428633: wrlinux 5.0.1 ntp generates core dump LIN5-7981|WIND00431935: [ovirt-engine] engine-setup failed due to 'invalid literal for int() with base 10: '33554432Unknown HZ value! (91) Assume 1024' LIN5-7985|WIND00428541: [RCPL0006]ocfs2-tools do_compile failed LIN5-7993|WIND00432478: problems with bind dir ownerships LIN5-7995|WIND00432478: problems with bind dir ownerships LIN5-8003|WIND00439815: libtool-cross: Add missing libltdl components to install LIN5-8013|WIND00444659: ltp:depends on libcap LIN5-802|WIND00407797: boost build failure on altivec targets LIN5-8045|WIND00444468: iproute:depends on iptables LIN5-8057|WIND00445834: Security Advisory - lighttpd - CVE-2013-4560 LIN5-8063|WIND00445861: Security Advisory - augeas - CVE-2012-0787 LIN5-8087|WIND00445625: gnutls_2.12.17 failed (do_compile) of x86-64-kvm-guest-ovp. LIN5-8095|WIND00419145: Can't generate DTB if KERNEL_IMAGETYPE is not uImage LIN5-835|WIND00419137: ID24 DVD: build all idp project fail on Fedora-18-32bit(pek-hostel-vm33) if store projet in nfs, build wrlinux project also have same issue LIN5-8427|WIND00397631: Issue adding dpkg package to target filesystem on WRLinux5 LIN5-891|WIND00396650: [5.0.1] kgdboc test can NOT stopped at breakpoint by using path module_debug_example to add symbols LIN5-902|WIND00408576: Wrlinux version in RCPL is incorrect LIN5-916|WIND00430423: WR Linux 5.0.1 Users Guide has Incorrect Instructions for Adding Packages to initramfs LIN5-9164: [50111]WARNING: Multilib QA Issue when build with --enable-multilib=lib32 LIN5-9173: Move nfs-utils of RCFL into RCPL LIN5-9178: [50111]make export-sdk failed on xilinx_zynq for libust.so link error LIN5-9184: wrlinux 5.0.1. - glibc bug LIN5-9189: [50111]qt-mobility-embedded and qt-mobility-x11 failed on Fedora-19-64bit and openSUSE-12.3-64bit LIN5-9191: [50111]qt-x11-free-native_3.3.5 failed (d0_compile) on SLED-11.3-64bit LIN5-9192: [50111]WARNING: Multilib QA Issue: lib32-scripts package lib32-scripts - suspicious values 'kernel-image' in RDEPENDS LIN5-9194: [50111]WARNING: For recipe neard and lib32-neard ,some files/directories were installed but not shipped in any package: LIN5-9196: [50111]WARNING: For recipe lib32-libidn, some files/directories were installed but not shipped in any package on SLED-11.3-64bit server LIN5-9200: Security Advisory - curl - CVE-2013-6422 LIN5-9207: Security Advisory - php - CVE-2013-6420 LIN5-9209: Security Advisory - gnupg - CVE-2013-4576 LIN5-9231: WRlinux5.0.1 RCPL9 mv-armada-xp exported sdk, make fs failed with pseudo error on centos5.9 LIN5-9235: ntp package build failed LIN5-9262: Multiple CVE's against OpenSSL LIN5-9265|WIND00434811: rcpl7 broken with cgl, enable ccache LIN5-9266|WIND00438249: Yocto compliance: pptp-linux build failed on Fedora-19-64bit with oe-core toolchain LIN5-9267|WIND00425101: [WRlinux 6.0 ][ USERSPACE] Failed to build radvd on cgl LIN5-9302|WIND00407833: wrlinux-4.3 busybox: segfault in lineedit VI mode LIN5-933|WIND00410567: target installer: modules.dep file is empty after wrlinux been installed in harddisk LIN5-9365|WIND00387194: When adjust dirty_ratio to zero, will cause kernel exception of divdied by zero LIN5-9439|WIND00407508: wrlinux-4.3 qemu-kvm: When CLONE_THREAD is used, qemu crashes on an infinite cascade of stack LIN5-9552|WIND00440309: wrlinux 4.3 - update timezone to 2013g LIN5-9564|WIND00417039: Security Advisory - grep - CVE-2012-5667 - GPLv2 LIN5-9745|WIND00432072: wrlinux 4.3 - dd does not return and gives kernel trace LIN5-984|WIND00404924: error occured when run "export LC_CTYPE=en_US.UTF-8" LIN5-9847|WIND00441359: wrl 4.3 : unregister_netdevice: waiting for eth0 to become free. Usage count = 1 LIN5-9869|WIND00340458: rpm unable to extract some info on non-x86 targets LIN5-990|WIND00400684: Prelinking doesn't preserve alignment of section .bss LIN5-999|WIND00419064: WRL5: WR specific variable in local.c LIN6-6561|WIND00414046: SIGSEGV running mpatrol on the demo for qt4-embedded, qtdemoE on qemux86