aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2016-03-11kernel: update the kernel version to Linux 3.10.98HEADmasterZhenming Zhao
Tracked-On: Edison-2682 Signed-off-by: Zhenming Zhao <zhenmingx.zhao@intel.com>
2016-01-12sketch: recover the zero-sized sketch.elf when booting upShimin Zhou
When booting up, check the file sketch.elf, if it is corrupted and becomes zero-size, delete and replace it with the old one. Tracked-On: EDISON-2635 Signed-off-by: Shimin Zhou <shimingx.zhou@intel.com> Signed-off-by: Zhenming Zhao <zhenmingx.zhao@intel.com>
2015-10-21pft-lite: update the json format according to version 3.0Zhenming Zhao
Tracked-On: EDISON-2662 Signed-off-by: Zhenming Zhao <zhenmingx.zhao@intel.com>
2015-10-14systemd: enable user sessionWangBo
Build edison image with PAM to enable user session. Tracked-On: EDISON-2054 Signed-off-by: WangBo <box.b.wang@intel.com> Signed-off-by: Zhenming Zhao <zhenmingx.zhao@intel.com>
2015-10-13gcc: update some bitbake recipesZhenming Zhao
Update some recipes which make bitbake successful on a GCC 5.x system. Tracked-On: EDISON-2660 Signed-off-by: Zhenming Zhao <zhenmingx.zhao@intel.com>
2015-09-11crashlog: improve crashlogs to different crash typesWangBo
Differentiate crash types according to different event: Tag event of hardware watch dog reboot as HWWDG; Tag event of software watch dog reboot as SWWDG; Tag event of panic as IPANIC Tracked-On: EDISON-1975 Signed-off-by: WangBo <box.b.wang@intel.com> Signed-off-by: Zhenming Zhao <zhenmingx.zhao@intel.com>
2015-08-18build: change linux SRCREV to "edison-3.10.17"release_2.1WangBo
Tracked-On: EDISON-2653 Signed-off-by: WangBo <box.b.wang@intel.com> Signed-off-by: Zhenming Zhao <zhenmingx.zhao@intel.com>
2015-08-13debian: change debian packages nameWangBo
Correct the debian packages names in script file. Tracked-On: EDISON-2652 Signed-off-by: WangBo <box.b.wang@intel.com> Signed-off-by: Zhenming Zhao <zhenmingx.zhao@intel.com>
2015-08-10python: add python importlibZhenming Zhao
After updating the yocto 1.7.2, the importlib disappears in python. It needs to be added manually in the edison image. Tracked-On: EDISON-2649 Signed-off-by: Zhenming Zhao <zhenmingx.zhao@intel.com>
2015-07-27usb: fix switching breakout board to host mode failed after rebootZhenming Zhao
Correct usb_event type, otherwise Edison breakout board can not switch to host mode correctly after software reboot. Tracked-On: EDISON-1921 Signed-off-by: Zhenming Zhao <zhenmingx.zhao@intel.com>
2015-07-22linux: fix the do_kernel_checkout error in src buildingZhenming Zhao
Fix the do_kernel_checkout failed error when building src package. Tracked-On: EDISON-2641 Signed-off-by: Zhenming Zhao <zhenmingx.zhao@intel.com>
2015-07-16kernel: changed kernel recipe to retrieve source code from githubWangBo
The kernel source code is retrieved from the github instead of yocto or local project. Tracked-On: EDISON-2556 Signed-off-by: WangBo <box.b.wang@intel.com> Signed-off-by: Zhenming Zhao <zhenmingx.zhao@intel.com>
2015-07-16usb: fix switching breakout board to host mode failed after rebootShimin Zhou
Correct usb_event type, otherwise Edison breakout board can not switch to host mode correctly after software reboot. Tracked-On: EDISON-1921 Signed-off-by: Shimin Zhou <shimingx.zhou@intel.com> Signed-off-by: Zhenming Zhao <zhenmingx.zhao@intel.com>
2015-07-16image: kernel changes be built into imageZhenming Zhao
There is a regression issue that causes kernel changes can't be built into image. Add the cleansstate process of edison-image can fix this issue. Tracked-On: EDISON-2639 Signed-off-by: Zhenming Zhao <zhenmingx.zhao@intel.com>
2015-07-03spi: avoid null buffer in read or write functionShimin Zhou
Avoid null buffer by checking buffer length in write and read function. Tracked-On: EDISON-1744 Signed-off-by: Shimin Zhou <shimingx.zhou@intel.com> Signed-off-by: Zhenming Zhao <zhenmingx.zhao@intel.com>
2015-07-03spi: change spi transfer method to DMAShimin Zhou
Improve SPI performance by adopting DMA method. Tracked-On: EDISON-2595 Signed-off-by: Shimin Zhou <shimingx.zhou@intel.com> Signed-off-by: Zhenming Zhao <zhenmingx.zhao@intel.com>
2015-07-03kernel: enable sony HID config for ps3 controller supportShimin Zhou
This patch enables the Sony HID config in kernel in order to support the PS3 controller. It also add missing Sony HID driver patches back-ported from official git kernel 3.15. Tracked-On: EDISON-2636 Signed-off-by: Shimin Zhou <shimingx.zhou@intel.com> Signed-off-by: Zhenming Zhao <zhenmingx.zhao@intel.com>
2015-07-03pft-lite: change configuration naming schemeChunguang Chen
RNDIS or CDC will let user feel confused and don't know which one should be chose. Here changing naming scheme as below: RNDIS --> Windows CDC --> Linux or Mac OS Tracked-On: EDISON-2636 Signed-off-by: Chunguang Chen <chunguangx.chen@intel.com> Signed-off-by: Zhenming Zhao <zhenmingx.zhao@intel.com>
2015-07-03u-boot: change u-boot unpack directoryWangBo
Change unpack directory to ${WORKDIR}/git. And modify Makefile to clean sstate before build image. Tracked-On: EDISON-2637 Signed-off-by: WangBo <box.b.wang@intel.com> Signed-off-by: Zhenming Zhao <zhenmingx.zhao@intel.com>
2015-07-03tools: enable linux perf monitoring toolShimin Zhou
Enable linux performance monitoring tool 'perf'. Tracked-On: EDISON-2633 Signed-off-by: Shimin Zhou <shimingx.zhou@intel.com> Signed-off-by: Zhenming Zhao <zhenmingx.zhao@intel.com>
2015-06-23u-boot: changed uboot bb recipe to retrieve source code from githubWangBo
Get source code from https://github.com/01org/edison-u-boot, and use edison-v2014.04 branch. Tracked-On: EDISON-2555 Signed-off-by: WangBo <box.b.wang@intel.com> Signed-off-by: Zhenming Zhao <zhenmingx.zhao@intel.com>
2015-06-19yocto: update layer to version 1.7.2Simon Desfarges
This Yocto version is called "dizzy". Yocto 1.7 release note: https://www.yoctoproject.org/downloads/core/dizzy17 Yocto 1.7.1 release note: https://www.yoctoproject.org/downloads/core/dizzy171 Yocto 1.7.2 release note: https://www.yoctoproject.org/downloads/core/dizzy172 - fetched poky project on dizzy branch - replaced deprecated variable "module_autoload" by "KERNEL_MODULE_AUTOLOAD" - removed backported patches applied by setup.sh - rewritten bluez 5.24 recipe - removed readline patch as it is now up-to-date - updated libpcap, ofono, wpa_supplicant, gstreamer-plugin-bad bbappend recipe version according to new dizzy version - rewritten wpa_supplicant recipe - changed the bbappend into a bb - removed i2c-tools recipe and specifically use the one from poky - fixed recipe error in iperf recipe - fixed S != B build issue in bonnie++ - updated tcpdump to 4.6.1 from meta-oe --dizzy branch-- - fixed syslog service in busybox - updated gcov version to 4.9.1 in create_devtools_package.sh script - fixed u-boot recipe so edison's SRC_URI is not overriden by standard u-boot recipe - meta-darwin: updated the gcc patch needed (Update-gcc-patch.patch), so it can be applied. - meta-intel-iot-middleware: update to the recent commit. - update iotdk repo from 1.1 to 1.5 Tracked-On: EDISON-2370 Signed-off-by: Simon Desfarges <simon.desfarges@intel.com> Signed-off-by: Zhenming Zhao <zhenmingx.zhao@intel.com>
2015-06-12HFP: fix a format error in pulseaudio_6.0 recipeShimin Zhou
There is a colon missing in prepend assignment in pulseaudio recipe file. Tracked-On: EDISON-2630 Signed-off-by: Shimin Zhou <shimingx.zhou@intel.com> Signed-off-by: Zhenming Zhao <zhenmingx.zhao@intel.com>
2015-06-12initscripts: delete useless bbappend fileZhenming Zhao
This useless bbappend file can cause the compilation failed. Need to delete it and leave only the README file. Tracked-On: EDISON-2629 Signed-off-by: Zhenming Zhao <zhenmingx.zhao@intel.com>
2015-06-10power: read battery levelShimin Zhou
Read the battery level from kernel driver. Tracked-On: EDISON-1000 Signed-off-by: Shimin Zhou <shimingx.zhou@intel.com> Signed-off-by: Zhenming Zhao <zhenmingx.zhao@intel.com>
2015-06-10system: add readme for init.d folderShimin Zhou
Add a readme to explain why don't remove init.d folder Tracked-On: EDISON-2500 Signed-off-by: Shimin Zhou <shimingx.zhou@intel.com> Signed-off-by: Zhenming Zhao <zhenmingx.zhao@intel.com>
2015-06-03flashall.sh: escape correctly all spaces in basedir pathRodriguez Fabien
Currently, flashall.sh script only escapes the first space in basedir path. This patch fixes this issue and escapes all spaces in the basedir path. Tracked-On: EDISON-2624 Signed-off-by: Rodriguez Fabien <fabienx.rodriguez@intel.com> Signed-off-by: Zhenming Zhao <zhenmingx.zhao@intel.com>
2015-05-26HFP: update pulseaudio to version 6.0Shimin Zhou
In order to support HFP function, update pulseaudio6 and bluez5. Tracked-On: EDISON-2521 Signed-off-by: Shimin Zhou <shimingx.zhou@intel.com> Signed-off-by: Zhenming Zhao <zhenmingx.zhao@intel.com>
2015-05-26yocto: fix the e2fsprogs-resize2fs depends errorZhenming Zhao
There is a dependency error prompt "dpkg: resize-rootfs: dependency problems" in edison board with debian image when using command "apt-get install" to install the packages. Remove the redundant packages in create-debian-image.sh can fix the issue. Tracked-On: EDISON-2599 Signed-off-by: Zhenming Zhao <zhenmingx.zhao@intel.com>
2015-05-21setup: change the default build directory in setup.shwangbo
Change the default build directory so that the code can be built without using Makefile. Tracked-On: EDISON-2615 Signed-off-by: wangbo <box.b.wang@intel.com> Signed-off-by: Zhenming Zhao <zhenmingx.zhao@intel.com>
2015-05-19pft-lite: replace "wait for device" by a 6s sleepLoïc Akue
It seems that on Ubuntu 14.04, the flashing randomly fails because the device reboots too fast for pft-lite. Let's add a delay to avoid this issue. Tracked-On: EDISON-2609 Signed-off-by: Loïc Akue <loicx.akue@intel.com> Signed-off-by: Zhenming Zhao <zhenmingx.zhao@intel.com>
2015-05-14PWR: Gracefully shutdown on PWR buttonWangBo
Modify pwr-button-handler to let the system shutdown when press PWR button three times. Tracked-On: EDISON-2198 Signed-off-by: WangBo <box.b.wang@intel.com> Signed-off-by: Zhenming Zhao <zhenmingx.zhao@intel.com>
2015-05-13connman: remove the useless execution of wired-setupZhenming Zhao
Remove the useless execution of wired-setup in connman service. Tracked-On: EDISON-2509 Signed-off-by: Zhenming Zhao <zhenmingx.zhao@intel.com>
2015-05-13connman: fix the typo in connman.serviceZhenming Zhao
In connman.service, there is one typo that can cause warning log in the display when starting the connman service. Tracked-On: EDISON-2610 Signed-off-by: Zhenming Zhao <zhenmingx.zhao@intel.com>
2015-05-13automount: fix the error log of automount in the first bootZhenming Zhao
There is an error log when the board first boot up after flashing a new image. The reason is the sequence of starting the automount is incorrect. Tracked-On: EDISON-2525 Signed-off-by: Zhenming Zhao <zhenmingx.zhao@intel.com>
2015-05-12systemd: stop journald service before rebootShimin Zhou
In order to prevent creating a new journald file after reboot, stop the journald service before reboot. Tracked-On: EDISON-2273 Signed-off-by: Shimin Zhou <shimingx.zhou@intel.com> Signed-off-by: Zhenming Zhao <zhenmingx.zhao@intel.com>
2015-05-06makefile: change the dependency of "kernel" targetWangBo
Because the "bootimg" target is not available, so change the dependency of "kernel" target to "virtual/kernel" Tracked-On: EDISON-2587 Signed-off-by: WangBo <box.b.wang@intel.com> Signed-off-by: Zhenming Zhao <zhenmingx.zhao@intel.com>
2015-05-04arduino: Integrate meta-arduino layer in EdisonRodriguez Fabien
Change-Id: I18d6c1eefe136f82d279c6ab3024d09cadf82205 Tracked-On: EDISON-2567 Signed-off-by: Calvin Park <calvin.s.park@intel.com> Signed-off-by: Rodriguez Fabien <fabienx.rodriguez@intel.com> Signed-off-by: Zhenming Zhao <zhenmingx.zhao@intel.com>
2015-04-29yocto: make correct debian image in source packageZhenming Zhao
In source package, the debian image packages are with the revision id of yocto kernel which makes it fails to install with dpkg. Remove the revision id in the naming of packages and put in the right name for dpkg. Tracked-On: EDISON-2558 Signed-off-by: Zhenming Zhao <zhenmingx.zhao@intel.com>
2015-04-29iotkit-comm-js: updated to version 0.2.0Mark Ceisel
Updated tutorials and examples to reference enableiot plugin instead of enableiot-cloud plugin Tracked-on: EDISON-2498 Signed-off-by: Mark Ceisel <mark.n.ceisel@intel.com> Signed-off-by: Zhenming Zhao <zhenmingx.zhao@intel.com> Signed-off-by: zhaozhex <zhenmingx.zhao@intel.com>
2015-04-29Makefile: remove the useless make targetszhoushix
Some make targets are no longer in use, so they can be removed. Tracked-On: EDISON-2596 Signed-off-by: zhoushix <shimingx.zhou@intel.com> Signed-off-by: Zhenming Zhao <zhenmingx.zhao@intel.com>
2015-04-28swig: remove swig 3.0.2 recipeWangBo
By default, the version 3.0.5 is used. So we can safely remove version 3.0.2. Tracked-On: EDISON-2566 Signed-off-by: WangBo <box.b.wang@intel.com> Signed-off-by: Zhenming Zhao <zhenmingx.zhao@intel.com>
2015-04-24fixed configure_edison wifi setupMark Ceisel
Tracked-on: EDISON-2546 Signed-off-by: Mark Ceisel <mark.n.ceisel@intel.com>
2015-04-21oobe: fixed shell injection vulnerabilityMark Ceisel
changed configure_edison script to use subprocess.call or Popen for commands that have arguments Tracked-On: EDISON-2544 Signed-off-by: Mark Ceisel <mark.n.ceisel@intel.com> Signed-off-by: Fabien Rodriguez <fabienx.rodriguez@intel.com>
2015-04-21yocto: update create_src_package script according to the new repozhaozhex
Since the structure of the repo is changed, the create_src_package script should be updated. Tracked-On: EDISON-2557 Signed-off-by: zhaozhex <zhenmingx.zhao@intel.com> Signed-off-by: Fabien Rodriguez <fabienx.rodriguez@intel.com>
2015-04-21spi: improve spi write speedzhoushix
In order to meet the need of clear LCD screen, it is has to improve the spi write data speed. So first remove the delay source code in write cycle, second move write cycle action code to another new thread workqueue. Tracked-On: EDISON-2033 Signed-off-by: zhoushix <shimingx.zhou@intel.com> Signed-off-by: Fabien Rodriguez <fabienx.rodriguez@intel.com>
2015-04-20connman: port connman related components to enable SoftAPzhaozhex
Port some necessary components from meta-eca to enable controling softAP with connmanctl including connman-init-systemd service and ap-mode-support script. Tracked-On: EDISON-2196 Signed-off-by: Zhenming Zhao <zhenmingx.zhao@intel.com> Signed-off-by: Fabien Rodriguez <fabienx.rodriguez@intel.com>
2015-04-20connman: restart wpa_supplicant automatically after starting connmanzhaozhex
If wpa_supplicant service is started before connman service, the connmanctl command will return a fail info because there is conflict between wpa_supplicant and connman. To avoid it, the wpa_supplicant service can restart right after the connman service. Tracked-On: EDISON-2508 Signed-off-by: zhaozhex <zhenmingx.zhao@intel.com> Signed-off-by: Fabien Rodriguez <fabienx.rodriguez@intel.com>
2015-04-20flashall.bat: remove unix end lines from batch fileFabien Rodriguez
Calling flashall.bat with any options makes the script failed. This is because the file contains unix end lines. This patch convert all unix end lines to dos end lines. Tracked-On: EDISON-2591 Signed-off-by: Rodriguez Fabien <fabienx.rodriguez@intel.com>
2015-04-20kernel: update mega-patchLoïc Akue
This update contains the following change: i2c_pmic: remove driver from kernel config This change allows Edison to stay in suspend to ram state (S3). Tracked-On: EDISON-2523 Signed-off-by: Loïc Akue <loicx.akue@intel.com> Signed-off-by: Fabien Rodriguez <fabienx.rodriguez@intel.com>