I see Jean-Marie made this commit
https://git.yoctoproject.org/cgit/cgit.cgi/poky/commit/?id=a34d0d539e5fdf341541fb628652d22289e80512
I'm experiencing problems building and installing more then one node
modules into image:
https://pastebin.com/CXPkqD8j
It says, /usr/lib/node is a FILE and is is
ERROR: MyIMG-1.0-r1 do_rootfs: [log_check] MyIMG: found 2 error messages
in the logfile:
[log_check] Failed to set locale, defaulting to C
[log_check] Failed to set locale, defaulting to C
ERROR: MyIMG-1.0-r1 do_rootfs: Function failed: do_rootfs
ERROR: Logfile of failure stored in:
/home/dv/wo
Hello, guys!
I'm building the image and getting it in the .../deploy/
together with uImage, DTSes and modules (as separate files).
It's standard recipes behavior.
I need one more extra tool for the host system to build and place into
/deploy/
I created a recipe, added
/
Hello!
I have a recipe that can be installed into image using postinstall RPM
scriptlet only.
It's an archive wrapped with a shell script.
During the do_rootfs step this RPM is installed such a way: executional
archive placed into /opt/.
Then during the first system load systemd runs it's pos
On 01.12.2015 02:22, Khem Raj wrote:
On Nov 30, 2015, at 3:15 PM, Dvorkin Dmitry wrote:
I know. But
it really does not require to have libX* in the system to successfully run
JDK+our software
We're using simple tar xvzf jdk-...tar.gz in all of our embedded systems, so I
know wha
with
Poky/Yocto... :(
On 01.12.2015 02:06, Khem Raj wrote:
On Nov 30, 2015, at 2:42 PM, Dvorkin Dmitry wrote:
I'm trying to include binary JDK into my linux image.
just unpacking jdk-...tar.gz into recipe image and packing it into RPM (I'm
using RPM as base of my distribution).
after
I'm trying to include binary JDK into my linux image.
just unpacking jdk-...tar.gz into recipe image and packing it into RPM
(I'm using RPM as base of my distribution).
after adding
INSANE_SKIP_${PN} = "file-rdeps ldflags dev-so build-deps"
into recipe I've got no errors or warning while build
Hello!
I wrote my own recipe for crda.
(http://wireless.kernel.org/en/developers/Regulatory/CRDA)
Dependencies is:
DEPENDS = "libgcrypt libnl"
RDEPENDS_${PN} = "udev wireless-regdb"
Crda Makefile is using python to rebuild it's database in
build/installation step.
After installation I have sev