|
[CONSOLIDATED PULL (meta-yocto) 0/4]
Merged to master, thanks. Richard
Merged to master, thanks. Richard
|
By
Richard Purdie
· #4059
·
|
|
[PATCH 2/3] distro: Add poky-tiny distro definition
I've slipped up when applying the patch, it was meant for meta-yocto, sorry. I'll fix that. It won't work standalone. Cheers, Richard
I've slipped up when applying the patch, it was meant for meta-yocto, sorry. I'll fix that. It won't work standalone. Cheers, Richard
|
By
Richard Purdie
· #4073
·
|
|
[PATCH 1/1] distro: Add poky-tiny distro definition
I'd already restored the file but I've merged the delta with an appropriate commit message to resolve this, thanks. Richard
I'd already restored the file but I've merged the delta with an appropriate commit message to resolve this, thanks. Richard
|
By
Richard Purdie
· #4107
·
|
|
[PATCH V3 0/3] New distribution definition for poky-tiny
We are getting much better at running postinstalls at rootfs creation time meaning that at boot time, there is little remaining work. The useradd code is one example of where its been hard work to get
We are getting much better at running postinstalls at rootfs creation time meaning that at boot time, there is little remaining work. The useradd code is one example of where its been hard work to get
|
By
Richard Purdie
· #4108
·
|
|
[oe] exmap-console access forbidden
I did forward the email to Michael and Beth who looked into it and did find and resolve a permissions problem. I think they were trying to figure out the root cause before replying. Anyhow, it should
I did forward the email to Michael and Beth who looked into it and did find and resolve a permissions problem. I think they were trying to figure out the root cause before replying. Anyhow, it should
|
By
Richard Purdie
· #4480
·
|
|
Yocto & long-term reproducibility of rebuilds
This is something we've worked to ensure works since we understand the importance of long term reproducibility. Others have mentioned how a local source cache can be created and how MIRRORS and PREMIR
This is something we've worked to ensure works since we understand the importance of long term reproducibility. Others have mentioned how a local source cache can be created and how MIRRORS and PREMIR
|
By
Richard Purdie
· #4495
·
|
|
[PATCH 1/1] meta-yocto/local.conf.sample.extended: add LICENSE_FLAGS_WHITELIST section
Merged to master, thanks. Richard
Merged to master, thanks. Richard
|
By
Richard Purdie
· #4625
·
|
|
creating global variables in a recipes
Just a small clarification: With sstate, it actually depends whether SOME_VARIABLE is used by the given sstate task or its dependencies. We have variable dependency tracking code and can tell where va
Just a small clarification: With sstate, it actually depends whether SOME_VARIABLE is used by the given sstate task or its dependencies. We have variable dependency tracking code and can tell where va
|
By
Richard Purdie
· #4626
·
|
|
DEPEND creep breaking poky-tiny
That commit is from 2011-01-21 so I'm a little surprised its the issue. More likely is the useradd changes (which dbus now inherits) which in turn pulls in shadow. Regardless, I'd like to break the db
That commit is from 2011-01-21 so I'm a little surprised its the issue. More likely is the useradd changes (which dbus now inherits) which in turn pulls in shadow. Regardless, I'd like to break the db
|
By
Richard Purdie
· #4941
·
|
|
[PATCH] poky-tiny: Assume pkgconfig is provided
Merged to master, thanks. Richard
Merged to master, thanks. Richard
|
By
Richard Purdie
· #4951
·
|
|
[glib]glib-2.0 install fail
There is a patch in master which fixes this problem now. (disabling libfam in glib-2.0) Cheers, Richard
There is a patch in master which fixes this problem now. (disabling libfam in glib-2.0) Cheers, Richard
|
By
Richard Purdie
· #4964
·
|
|
One question about taskdata and runqueue
task data should have a list of providers for "virtual/test", sorted in priority order. There should be two entries in that list, one for test-a and test-b. Since you set the preferred provider, you s
task data should have a list of providers for "virtual/test", sorted in priority order. There should be two entries in that list, one for test-a and test-b. Since you set the preferred provider, you s
|
By
Richard Purdie
· #4965
·
|
|
COMPATIBLE_HOST in initramfs-live-install_1.0.bb
It uses syslinux which only works on IA32? Cheers, Richard
It uses syslinux which only works on IA32? Cheers, Richard
|
By
Richard Purdie
· #4989
·
|
|
[meta-qt3] [PATCH 0/1] Fix QA errors
Merged to meta-qt3 master, thanks. Richard
Merged to meta-qt3 master, thanks. Richard
|
By
Richard Purdie
· #5355
·
|
|
Yocto weekly bug trend charts -- WW11
Hi Jiajun, I agree that there were 64 vs 52 bugs last week which is a change of 12 bugs. The top two charts show increases of 50 and 30 bugs though so the numbers don't seem to add up for me :/. I app
Hi Jiajun, I agree that there were 64 vs 52 bugs last week which is a change of 12 bugs. The top two charts show increases of 50 and 30 bugs though so the numbers don't seem to add up for me :/. I app
|
By
Richard Purdie
· #5383
·
|
|
Yocto weekly bug trend charts -- WW11
Right, I like the trend charts and the information they generate is extremely useful but I do worry that if the information is inaccurate, we can make bad decisions based upon it. What really worries
Right, I like the trend charts and the information they generate is extremely useful but I do worry that if the information is inaccurate, we can make bad decisions based upon it. What really worries
|
By
Richard Purdie
· #5392
·
|
|
Yocto weekly bug trend charts -- WW11
I did talk briefly with Dave earlier and it was hard to decide whether these were minor or enhancement in nature. Enhancements are about adding new functionality, bugs of whatever severity are about i
I did talk briefly with Dave earlier and it was hard to decide whether these were minor or enhancement in nature. Enhancements are about adding new functionality, bugs of whatever severity are about i
|
By
Richard Purdie
· #5405
·
|
|
tentative list of vars to be dropped from variable glossary
PACKAGE_SUMMARY - delete PACKAGE_DESCRIPTION - delete POKY_EXTRA_INSTALL - was renamed to CORE_IMAGE_EXTRA_INSTALL POKYMODE -> rename TCMODE POKYLIBC -> rename TCLIBC SHELLCMDS - delete TERMCMD - dele
PACKAGE_SUMMARY - delete PACKAGE_DESCRIPTION - delete POKY_EXTRA_INSTALL - was renamed to CORE_IMAGE_EXTRA_INSTALL POKYMODE -> rename TCMODE POKYLIBC -> rename TCLIBC SHELLCMDS - delete TERMCMD - dele
|
By
Richard Purdie
· #5494
·
|
|
pseudo interaction issue
Let me share my notes. I looked at Pauls instructions and thought, fair enough and tried: bitbake git-native -c install -f which showed no error. Hmm. To summarise what I found: bitbake git-native -c
Let me share my notes. I looked at Pauls instructions and thought, fair enough and tried: bitbake git-native -c install -f which showed no error. Hmm. To summarise what I found: bitbake git-native -c
|
By
Richard Purdie
· #5499
·
|
|
pseudo interaction issue
I've discovered that if I add: os.environ["PSEUDO_PREFIX"] = "/media/build1/poky/build/tmp/sysroots/x86_64-linux/usr" os.environ["PSEUDO_LOCALSTATEDIR"] = "/media/build1/poky/build/tmp/work/i586-poky-
I've discovered that if I add: os.environ["PSEUDO_PREFIX"] = "/media/build1/poky/build/tmp/sysroots/x86_64-linux/usr" os.environ["PSEUDO_LOCALSTATEDIR"] = "/media/build1/poky/build/tmp/work/i586-poky-
|
By
Richard Purdie
· #5500
·
|