Re: [yocto] Can I change the version of Yocto Project ?

2016-10-13 Thread Dengke Du
On 2016年10月12日 22:05, 蔡尚義 wrote: Hi Yocto Project: Recently I downloaded the yocto project with the latest version ("krogoth") on my Ubuntu14.04 LTS. But I found that Jethro version is the real version that I need to use for BSP on APQ8053(Qualcomm chip) So, How can I downgrade the versi

[yocto] [meta-intel][PATCH] mce-test: add it

2018-06-01 Thread Dengke Du
Signed-off-by: Dengke Du --- .../mce-test/files/makefile-remove-ldflags.patch | 23 +++ recipes-kernel/mce-test/mce-test_git.bb| 48 ++ 2 files changed, 71 insertions(+) create mode 100644 recipes-kernel/mce-test/files/makefile-remove-ldflags.patch

[yocto] [meta-security][PATCH] keynote: update the SRC_URI

2017-09-29 Thread Dengke Du
The old URL can't be available, give the new URL to keynote. The project already moved to: https://sourceforge.net/projects/keynote-2-3/ Signed-off-by: Dengke Du --- recipes-security/keynote/keynote_2.3.bb | 9 ++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/re

[yocto] [meta-security][PATCH V2] keynote: update the SRC_URI

2017-10-08 Thread Dengke Du
The old URL can't be available, give the new URL to keynote. The project already moved to: https://sourceforge.net/projects/keynote-2-3/ The different between old and new tarball was: the old tarball contains doc directory, source codes were same. Signed-off-by: Dengke Du --- re

[yocto] [[meta-raspberrypi]][PATCH] bluepy: add it

2017-11-27 Thread Dengke Du
The bluepy can let us programming bluetooth le application in python. Signed-off-by: Dengke Du --- recipes-devtools/bluepy/bluepy_git.bb | 48 ++ ...compiling-get-the-cross-compiler-from-env.patch | 28 + 2 files changed, 76 insertions(+) create

[yocto] [meta-raspberrypi][PATCH V2] bluepy: add it

2017-11-27 Thread Dengke Du
The bluepy can let us programming bluetooth le application in python. Signed-off-by: Dengke Du --- recipes-devtools/bluepy/bluepy_git.bb | 48 ++ ...compiling-get-the-cross-compiler-from-env.patch | 28 + 2 files changed, 76 insertions(+) create

Re: [yocto] Bluetooth

2017-12-14 Thread Dengke Du
You should attach the bluez stack with the raspberry firmware bcm43xx:     hciattact -n /dev/ttyAMA0 bcm43xx 921600 noflow - or if you use systemd:     systemctl restart brcm43438.service Now you can see the the device:     rfkill list all Enable it:     rfkill unblock all     hciconfig hc

Re: [yocto] Bluetooth

2017-12-14 Thread Dengke Du
branch related? Not branch related. I am using the morty branch meta-yocto-bsp: morty meta-raspberrypi: morty On Fri, Dec 15, 2017 at 6:30 AM, Dengke Du <mailto:dengke...@windriver.com>> wrote: You should attach the bluez stack with the raspberry firmware bcm43xx:     hciattac

Re: [yocto] meta-raspberrypi systemd rpi0-w bluetooth startup

2018-03-19 Thread Dengke Du
For rpi0-w bluetooth, before the commit: https://github.com/agherzan/meta-raspberrypi/commit/6235b0a8543bcf6704d0fe0156ab2b847a4ea0bc#diff-70e4910388c3702c52118d7acf7556e7 the brcm43438.service always failed, because it depends on /dev/ttyAMA0,after that commit, the 'udev-rules-rpi' added to th

Re: [yocto] meta-raspberrypi systemd rpi0-w bluetooth startup

2018-03-19 Thread Dengke Du
, Dengke Du wrote: For rpi0-w bluetooth, before the commit: https://github.com/agherzan/meta-raspberrypi/commit/6235b0a8543bcf6704d0fe0156ab2b847a4ea0bc#diff-70e4910388c3702c52118d7acf7556e7 the brcm43438.service always failed, because it depends on /dev/ttyAMA0,after that commit, the 'udev-

Re: [yocto] meta-raspberrypi systemd rpi0-w bluetooth startup

2018-04-02 Thread Dengke Du
ough about systemd and udev to know "proper" from "improper". John On Mon, Mar 19, 2018 at 11:01 PM Dengke Du mailto:dengke...@windriver.com>> wrote: Raspberry pi have two built-in UARTs, PL011 and mini UART by default: /dev/ttyS0 ref

[yocto] [meta-selinux][PATCH] rpm: modify the rpm bbappend file to suitable for rpm4

2017-05-09 Thread Dengke Du
1. change the rpm_5.4.16.bbappend to rpm_git.bbappend, this is because the rpm in oe-core has become rpm4 from rpm5. 2. drop the patch for rpm5. 3. delete the does not exist files when run task do_package. Signed-off-by: Dengke Du --- recipes-devtools/rpm/rpm_5.4.16.bbappend | 10

Re: [yocto] [meta-selinux][PATCH] rpm: modify the rpm bbappend file to suitable for rpm4

2017-05-09 Thread Dengke Du
Please ignore this, thanks. On 2017年05月09日 15:41, Dengke Du wrote: 1. change the rpm_5.4.16.bbappend to rpm_git.bbappend, this is because the rpm in oe-core has become rpm4 from rpm5. 2. drop the patch for rpm5. 3. delete the does not exist files when run task do_package. Signed-off-by

[yocto] [PATCH V2] rpm: modify the rpm bbappend file to suitable for rpm4

2017-05-09 Thread Dengke Du
1. change the rpm_5.4.16.bbappend to rpm_git.bbappend, this is because the rpm in oe-core has become rpm4 from rpm5. 2. drop the patch for rpm5. 3. delete the does not exist files when run task do_package. Signed-off-by: Dengke Du --- recipes-devtools/rpm/rpm_5.4.16.bbappend | 10

[yocto] [meta-selinux][PATCH V3] rpm: modify the rpm bbappend file to suitable for rpm4

2017-05-10 Thread Dengke Du
: Dengke Du --- recipes-devtools/rpm/{rpm_%.bbappend => rpm_git.bbappend} | 4 1 file changed, 4 deletions(-) rename recipes-devtools/rpm/{rpm_%.bbappend => rpm_git.bbappend} (56%) diff --git a/recipes-devtools/rpm/rpm_%.bbappend b/recipes-devtools/rpm/rpm_git.bbappend similarity in

[yocto] [PATCH V4] rpm: modify the rpm bbappend file to suitable for rpm4

2017-05-10 Thread Dengke Du
Changed in V4: Make the comments more clear. Changed in V3: Rebase the patch on the latest master branch. Delete the does not exist files when run task do_package. Signed-off-by: Dengke Du --- recipes-devtools/rpm/rpm_%.bbappend | 4 1 file changed, 4 deletions(-) diff

[yocto] [meta-selinux][PATCH V5] rpm: modify the rpm bbappend file to suitable for rpm4

2017-05-10 Thread Dengke Du
Changed in V5: Let the subject more clear. Changed in V4: Make the comments more clear. Changed in V3: Rebase the patch on the latest master branch. Delete the does not exist files when run task do_package. Signed-off-by: Dengke Du --- recipes-devtools/rpm/rpm_