Hi Trevor
2017-02-19 10:43 GMT+08:00 Trevor Woerner :
> Configure any rk3288 build to generate the new GPT image which is then
> either
> flashed to eMMC or dd'ed to an SDcard.
>
> Signed-off-by: Trevor Woerner
> ---
> conf/machine/include/rk3288.inc | 3 +++
> 1 file changed, 3 insertions(+)
Hi Trevor
2017-02-19 10:43 GMT+08:00 Trevor Woerner :
> This bbclass was taken from the Rockchip team's work at
>
https://github.com/rockchip-linux/meta-rockchip/commit/53d2e2e474a3014e3013d0059fd1da773fb0e2b7
> It was mostly written by Jacob Chen . I've made
some
> small modifications and added i
Hi Trevor
2017-02-19 10:43 GMT+08:00 Trevor Woerner :
> Set the default preferred bootloader for firefly-rk3288 to be u-boot-rockchip
> and set the default name of the SPL binary.
>
> Signed-off-by: Trevor Woerner
> ---
> conf/machine/firefly-rk3288.conf | 1 +
> conf/machine/include/rk3288.inc
On Sat, Feb 18, 2017 at 07:39:13PM +, p...@paulbarker.me.uk wrote:
> From: Paul Barker
>
> Signed-off-by: Paul Barker
> ---
> recipes-kernel/linux/linux-raspberrypi_4.9.bb | 5 +
> recipes-kernel/linux/linux-raspberrypi_dev.bb | 5 +
> 2 files changed, 10 insertions(+)
>
> diff --git
On Sat, Feb 18, 2017 at 07:51:01PM +, p...@paulbarker.me.uk wrote:
> From: Paul Barker
>
> After this change, LINUX_VERSION should not need to be changed every time
> upstream bumps the kernel version.
>
> Signed-off-by: Paul Barker
> ---
> recipes-kernel/linux/linux-raspberrypi_dev.bb | 6 +
On Sat, Feb 18, 2017 at 06:56:18PM -0800, Khem Raj wrote:
> On Sat, Feb 18, 2017 at 11:50 AM, wrote:
> > From: Paul Barker
> >
> > This is currently an RFC as I'd like some input from Khem and anyone else
> > interested in this before these patches get merged.
> >
> > The hope is that by using A
Hi Trevor
Is this the same one i submit before?
https://www.mail-archive.com/yocto@yoctoproject.org/msg33572.html
2017-02-19 10:43 GMT+08:00 Trevor Woerner :
> Enable machine overrides for RK3288.
>
> Signed-off-by: Trevor Woerner
> ---
> conf/machine/include/rk3288.inc | 3 +++
> 1 file change
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.
On Sat, Feb 18, 2017 at 11:50 AM, wrote:
> From: Paul Barker
>
> This is currently an RFC as I'd like some input from Khem and anyone else
> interested in this before these patches get merged.
>
> The hope is that by using AUTOREV we won't have to update the _dev recipe so
> frequently in the fu
Configure any rk3288 build to generate the new GPT image which is then either
flashed to eMMC or dd'ed to an SDcard.
Signed-off-by: Trevor Woerner
---
conf/machine/include/rk3288.inc | 3 +++
1 file changed, 3 insertions(+)
diff --git a/conf/machine/include/rk3288.inc b/conf/machine/include/rk3
This bbclass was taken from the Rockchip team's work at
https://github.com/rockchip-linux/meta-rockchip/commit/53d2e2e474a3014e3013d0059fd1da773fb0e2b7
It was mostly written by Jacob Chen . I've made some
small modifications and added it.
Older images used (what Rockchip calls) the "rk-boot" forma
Enable machine overrides for RK3288.
Signed-off-by: Trevor Woerner
---
conf/machine/include/rk3288.inc | 3 +++
1 file changed, 3 insertions(+)
diff --git a/conf/machine/include/rk3288.inc b/conf/machine/include/rk3288.inc
index 86fc567..769e5c1 100644
--- a/conf/machine/include/rk3288.inc
+++
Set the default preferred bootloader for firefly-rk3288 to be u-boot-rockchip
and set the default name of the SPL binary.
Signed-off-by: Trevor Woerner
---
conf/machine/firefly-rk3288.conf | 1 +
conf/machine/include/rk3288.inc | 3 +++
2 files changed, 4 insertions(+)
diff --git a/conf/machin
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
Here are a couple v2's of some patches that were submitted to the mailing list
earlier.
Changes since v1:
- break commits to separate files into separate patches
- rename the rk3288 image bbclass
- make improvements to the rk3288 image bbclass
- improve the commit m
On Sat 2017-02-18 @ 06:50:05 PM, Romain Perier wrote:
> 1 patch per feature or per different component. So I should get a patch
> for rk3288.inc and another one for the class :)
I could argue that this is one patch since the only way to flash (for example)
the Firefly is to use the image this cla
Wenzong Fan,
On 02/16/2017 10:44 PM, wenzong@windriver.com wrote:
From: Wenzong Fan
I had to fixup your changes against master-next. I just pushed to
master-next. If you sign-off, I will push to master.
thanks,
- armin
Signed-off-by: Wenzong Fan
---
recipes-security/libseccomp/fi
From: Paul Barker
After this change, LINUX_VERSION should not need to be changed every time
upstream bumps the kernel version.
Signed-off-by: Paul Barker
---
recipes-kernel/linux/linux-raspberrypi_dev.bb | 6 +-
1 file changed, 5 insertions(+), 1 deletion(-)
diff --git a/recipes-kernel/li
From: Paul Barker
The development branches of linux-raspberrypi are rebased frequently. To
avoid fetch failures caused by out-of-date git hashes we need to use
AUTOREV.
LINUX_VERSION may need to be overridden in local.conf to match the
upstream version.
Signed-off-by: Paul Barker
---
recipes-
From: Paul Barker
This is currently an RFC as I'd like some input from Khem and anyone else
interested in this before these patches get merged.
The hope is that by using AUTOREV we won't have to update the _dev recipe so
frequently in the future.
The third patch depends on a change not yet comm
From: Paul Barker
This makes the linux-raspberrypi_dev recipe more flexible by allowing
the kernel branch to be overridden in local.conf.
Signed-off-by: Paul Barker
---
recipes-kernel/linux/linux-raspberrypi_dev.bb | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/recipes-k
From: Paul Barker
Signed-off-by: Paul Barker
---
recipes-kernel/linux/linux-raspberrypi_4.9.bb | 5 +
recipes-kernel/linux/linux-raspberrypi_dev.bb | 5 +
2 files changed, 10 insertions(+)
diff --git a/recipes-kernel/linux/linux-raspberrypi_4.9.bb
b/recipes-kernel/linux/linux-raspberr
backport two upstream patches and remove local verison
Signed-off-by: Armin Kuster
---
.../Convert-another-vdprintf-to-dprintf.patch | 26 +
.../files/Use-format-s-for-call-to-dprintf.patch | 33 ++
recipes-tpm/libtpm/files/fix_dprintf_issue.patch | 1
Hi,
1 patch per feature or per different component. So I should get a patch
for rk3288.inc and another one for the class :)
Suppose I am a user of meta-rockchip. I want to use a class for generating
a image. The name "rockchip-img-next" is not clear at all for me.
If that's for the sdcard call i
Hi.
Could you:
- Split this commit into 3 differents commits: one for firefly, one for
rk3288.inc and another one for the recipe
- Just call the recipe u-boot-rockchip, even if that's next we don't care.
That's your version of uboot based on mainline and it's a release branch,
so "next" is useless
Hi Trevor
2017-02-17 18:57 GMT+08:00 Trevor Woerner :
> Hi Eddie,
>
> On Fri 2017-02-17 @ 04:56:28 PM, Eddie Cai wrote:
>> 2017-02-17 11:33 GMT+08:00 Trevor Woerner :
>> > You've put "morty" in the subject lines which to me means you're hoping
>> > these
>> > patches will be applied against the m
Hi all,
Sorry, I found that rk-linux.inc could be moved to distro conf .
I know why you guys are opposed to it now.
I will remove it from machine conf, but i'm still confused about
whether TUNES is machines specific or distro
specific.
Eddie Cai wrote on 2017年02月09日 16:20:
HI
2017-
27 matches
Mail list logo