|
[Package Report System]Manual check recipes name list
This mail was sent out by Package Report System.
It will list all the recipes which can't check upstream version by script, and will show how long it is since their last mannual version check.
You can
This mail was sent out by Package Report System.
It will list all the recipes which can't check upstream version by script, and will show how long it is since their last mannual version check.
You can
|
By
package-report@yoctoproject.org <packages@...>
·
#20375
·
|
|
[Package Report System]Upgrade recipes name list
This mail was sent out by Package Report System.
This message list those recipes which need to be upgraded. If maintainers believe some of them needn't to upgrade this time, they can fill in
This mail was sent out by Package Report System.
This message list those recipes which need to be upgraded. If maintainers believe some of them needn't to upgrade this time, they can fill in
|
By
package-report@yoctoproject.org <packages@...>
·
#20376
·
|
|
Minimalist Initrd
Hey guys! I've been using Yocto for a while now and it's quite phenomenal; I really appreciate the hard work and effort the community puts into this project, and I hope I can (with the approcal of my
Hey guys! I've been using Yocto for a while now and it's quite phenomenal; I really appreciate the hard work and effort the community puts into this project, and I hope I can (with the approcal of my
|
By
Jeremy Moles <cubicool@...>
·
#20372
·
|
|
[meta-security][PATCH] nmap: update to 6.46
Updated to later version on nmap.
remove patch which is included in update
Added ndiff package
Include zenmap build changes but commented out for now and untested
Signed-off-by: Armin Kuster
Updated to later version on nmap.
remove patch which is included in update
Added ndiff package
Include zenmap build changes but commented out for now and untested
Signed-off-by: Armin Kuster
|
By
Armin Kuster
·
#20371
·
|
|
Re: do_populate_sdk error
I believe this already exists:
https://bugzilla.yoctoproject.org/show_bug.cgi?id=6458
Cheers,
Richard
I believe this already exists:
https://bugzilla.yoctoproject.org/show_bug.cgi?id=6458
Cheers,
Richard
|
By
Richard Purdie
·
#20370
·
|
|
Re: Changing SysVinit default runlevel
Hi Robert,
By
Diego Sueiro <diego.sueiro@...>
·
#20369
·
|
|
Re: Changing SysVinit default runlevel
Yes, I think so, you can edit:
meta/recipes-core/sysvinit/sysvinit-inittab/inittab
Or maybe a better way is add sysvinit-inittab_2.88dsf.bbappend to your
local layer, and add another inittab to the
Yes, I think so, you can edit:
meta/recipes-core/sysvinit/sysvinit-inittab/inittab
Or maybe a better way is add sysvinit-inittab_2.88dsf.bbappend to your
local layer, and add another inittab to the
|
By
Robert Yang
·
#20368
·
|
|
Changing SysVinit default runlevel
Folks,
Despite of using ROOTFS_POSTPROCESS_COMMAND to change /etc/inittab, is there another method provided by build system to set the default runlevel.
Regards,
--
*dS
Diego Sueiro
Administrador do
Folks,
Despite of using ROOTFS_POSTPROCESS_COMMAND to change /etc/inittab, is there another method provided by build system to set the default runlevel.
Regards,
--
*dS
Diego Sueiro
Administrador do
|
By
Diego Sueiro <diego.sueiro@...>
·
#20367
·
|
|
Re: Adding a shared object file to rootfs
Sounds great.
Maybe you need something like:
PACKAGES += kernel-vmlinux-dgb
Otherwise the FILES_kernel-vmlinux-dbg has no effect.
// Robert
Sounds great.
Maybe you need something like:
PACKAGES += kernel-vmlinux-dgb
Otherwise the FILES_kernel-vmlinux-dbg has no effect.
// Robert
|
By
Robert Yang
·
#20366
·
|
|
Re: Adding a shared object file to rootfs
Thanks, Robert Yang.
Method using abc.bb:
~~~~~~~~~~~~~~~~
Before I tried using abc.bb, but I faced an error that says unknown package abc and something like opkg_install_cmd: cannot install
Thanks, Robert Yang.
Method using abc.bb:
~~~~~~~~~~~~~~~~
Before I tried using abc.bb, but I faced an error that says unknown package abc and something like opkg_install_cmd: cannot install
|
By
B.Sathish Kumar
·
#20365
·
|
|
Re: do_populate_sdk error
Sounds good, would you please provide the reproduce steps so that I can
file a bug for daisy ?
// Robert
Sounds good, would you please provide the reproduce steps so that I can
file a bug for daisy ?
// Robert
|
By
Robert Yang
·
#20364
·
|
|
Recipe to copy precompiled binaries to root image
I have some precompiled libraries that I want to copy to my root image after it has been built. I am building the fsl-image-gui image.
I have created my own layer and recipe, with a file
I have some precompiled libraries that I want to copy to my root image after it has been built. I am building the fsl-image-gui image.
I have created my own layer and recipe, with a file
|
By
Josh Collins
·
#20374
·
|
|
Re: do_populate_sdk error
Thank you very much, it solves that error.
Marek
Dne 7/4/2014 2:18 AM, Robert Yang napsal(a):
Thank you very much, it solves that error.
Marek
Dne 7/4/2014 2:18 AM, Robert Yang napsal(a):
|
By
mareczek <mareczek6415@...>
·
#20363
·
|
|
Re: Adding a shared object file to rootfs
Hello,
I think that there are two problems:
1) You can use a abc.bb to add the abc.so rather than .bbappend, then you can
add something like:
IMAGE_INSTALL_append = "abc"
to
Hello,
I think that there are two problems:
1) You can use a abc.bb to add the abc.so rather than .bbappend, then you can
add something like:
IMAGE_INSTALL_append = "abc"
to
|
By
Robert Yang
·
#20362
·
|
|
Re: do_populate_sdk error
Seems that something is wrong with PACKAGE_CLASSES = package_deb,
maybe you can use PACKAGE_CLASSES = package_rpm ?
// Robert
Seems that something is wrong with PACKAGE_CLASSES = package_deb,
maybe you can use PACKAGE_CLASSES = package_rpm ?
// Robert
|
By
Robert Yang
·
#20361
·
|
|
[PATCH] grubtarget.py: Change 'test' GRUB entry selection method
Using character combinations for <arrow down> to select the test image will not always work.
Using the '--hotkey x' option added to the 'test' GRUB menuentry to select the 'test' GRUB
Using character combinations for <arrow down> to select the test image will not always work.
Using the '--hotkey x' option added to the 'test' GRUB menuentry to select the 'test' GRUB
|
By
Corneliu Stoicescu <corneliux.stoicescu@...>
·
#20357
·
|
|
Re: Adding a shared object file to rootfs
I tried to add the abc.so using a linux-yocto_3.4.bbappend like the following
SRC_URI += “file://abc.so”
do_install_append() {
install -d ${D}${base_libdir}
I tried to add the abc.so using a linux-yocto_3.4.bbappend like the following
SRC_URI += “file://abc.so”
do_install_append() {
install -d ${D}${base_libdir}
|
By
B.Sathish Kumar
·
#20360
·
|
|
[ANNOUNCEMENT] Yocto Project 1.6.1 Released
Hello,
The latest point release of the Yocto Project, 1.6.1 (daisy 11.0.1) is
now available for download
Hello,
The latest point release of the Yocto Project, 1.6.1 (daisy 11.0.1) is
now available for download
|
By
Flanagan, Elizabeth <elizabeth.flanagan@...>
·
#20359
·
|
|
Adding a shared object file to rootfs
Hi,
I have a file abc.so
How can I add just this abc.so to /lib in rootfs using a recipe ?
Hi,
I have a file abc.so
How can I add just this abc.so to /lib in rootfs using a recipe ?
|
By
B.Sathish Kumar
·
#20358
·
|
|
Yocto Full Pass test report for 1.7_M1.rc1
Hello,
Here is the Yocto 1.7_M1.rc1 test report. During this test run we have added two no sets of test runs, focusing on testing the profiling tools onqemuarm andqemuppc. Among the tests, lttng,
Hello,
Here is the Yocto 1.7_M1.rc1 test report. During this test run we have added two no sets of test runs, focusing on testing the profiling tools onqemuarm andqemuppc. Among the tests, lttng,
|
By
Georgescu, Alexandru C <alexandru.c.georgescu@...>
·
#20356
·
|