Re: [yocto] [meta-rockchip][PATCH v2 2/5] u-boot-rockchip: add

2017-03-06 Thread Trevor Woerner
On Mon, Mar 6, 2017 at 2:04 AM, Eddie Cai wrote: > 2017-03-06 13:06 GMT+08:00 Trevor Woerner : >> >> I can assume everyone can build/include u-boot successfully when using >> unmodified repositories? > > Yes, I can build it successfully. Excellent, thank you for the update. I'll push the commit t

Re: [yocto] [meta-rockchip][PATCH v2 2/5] u-boot-rockchip: add

2017-03-05 Thread Eddie Cai
2017-03-06 13:06 GMT+08:00 Trevor Woerner : > I can assume everyone can build/include u-boot successfully when using > unmodified repositories? > Yes, I can build it successfully. -- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproje

Re: [yocto] [meta-rockchip][PATCH v2 2/5] u-boot-rockchip: add

2017-03-05 Thread Trevor Woerner
I can assume everyone can build/include u-boot successfully when using unmodified repositories? -- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

Re: [yocto] [meta-rockchip][PATCH v2 2/5] u-boot-rockchip: add

2017-02-27 Thread Trevor Woerner
On Wed 2017-02-22 @ 10:06:23 PM, Eddie Cai wrote: > Build Configuration: > BB_VERSION= "1.32.0" > BUILD_SYS = "x86_64-linux" > NATIVELSBSTRING = "universal" > TARGET_SYS= "arm-poky-linux-gnueabi" > MACHINE = "firefly-rk3288" > DISTRO= "poky" > DISTRO_

Re: [yocto] [meta-rockchip][PATCH v2 2/5] u-boot-rockchip: add

2017-02-22 Thread Eddie Cai
Hi Trevor Here is mine Build Configuration: BB_VERSION= "1.32.0" BUILD_SYS = "x86_64-linux" NATIVELSBSTRING = "universal" TARGET_SYS= "arm-poky-linux-gnueabi" MACHINE = "firefly-rk3288" DISTRO= "poky" DISTRO_VERSION= "2.2.1" TUNE_FEATURES =

Re: [yocto] [meta-rockchip][PATCH v2 2/5] u-boot-rockchip: add

2017-02-21 Thread Trevor Woerner
I can't reproduce the problem you're seeing and I'm interested in knowing more about how you're building to see if I can reproduce it. I've done 4 builds: 2 on master, 2 on morty; one of which (for each master and morty) is poky and one on OE's nodistro. All of them are able to build this recipe (

Re: [yocto] [meta-rockchip][PATCH v2 2/5] u-boot-rockchip: add

2017-02-21 Thread Trevor Woerner
I'll have to investigate this further. From a completely clean build do_install_prepend always fails the first time, but simply restarting the build again causes it to succeed. With do_deploy_prepend it always succeeds without issue whether its the first or subsequent tries. On Mon, Feb 20, 2017 a

Re: [yocto] [meta-rockchip][PATCH v2 2/5] u-boot-rockchip: add

2017-02-20 Thread Eddie Cai
2017-02-19 22:33 GMT+08:00 Eddie Cai : > > > 2017-02-19 22:22 GMT+08:00 Jacob Chen : > >> Hi, >> >> 2017-02-19 10:43 GMT+08:00 Trevor Woerner : >> > This recipe was taken from the Rockchip team's recipe at >> > https://github.com/rockchip-linux/meta-rockchip/commit/6a139 >> d5b7510c7ba36aace82c239

Re: [yocto] [meta-rockchip][PATCH v2 2/5] u-boot-rockchip: add

2017-02-19 Thread Eddie Cai
2017-02-19 22:22 GMT+08:00 Jacob Chen : > Hi, > > 2017-02-19 10:43 GMT+08:00 Trevor Woerner : > > This recipe was taken from the Rockchip team's recipe at > > https://github.com/rockchip-linux/meta-rockchip/commit/ > 6a139d5b7510c7ba36aace82c239b894d5741cac > > > > It was mostly written by Jacob C

Re: [yocto] [meta-rockchip][PATCH v2 2/5] u-boot-rockchip: add

2017-02-19 Thread Jacob Chen
Hi, 2017-02-19 10:43 GMT+08:00 Trevor Woerner : > This recipe was taken from the Rockchip team's recipe at > https://github.com/rockchip-linux/meta-rockchip/commit/6a139d5b7510c7ba36aace82c239b894d5741cac > > It was mostly written by Jacob Chen and I've made a > couple small modifications. > > Si

Re: [yocto] [meta-rockchip][PATCH v2 2/5] u-boot-rockchip: add

2017-02-18 Thread Eddie Cai
Hi Trevor 2017-02-19 10:43 GMT+08:00 Trevor Woerner : > This recipe was taken from the Rockchip team's recipe at > https://github.com/rockchip-linux/meta-rockchip/commit/6a139d5b7510c7ba36aace82c239b894d5741cac > > It was mostly written by Jacob Chen and I've made a > couple small modifications.

[yocto] [meta-rockchip][PATCH v2 2/5] u-boot-rockchip: add

2017-02-18 Thread Trevor Woerner
This recipe was taken from the Rockchip team's recipe at https://github.com/rockchip-linux/meta-rockchip/commit/6a139d5b7510c7ba36aace82c239b894d5741cac It was mostly written by Jacob Chen and I've made a couple small modifications. Signed-off-by: Trevor Woerner --- recipes-bsp/u-boot/u-boot-r