Hello,
As probably all yocto people know the sysrootfs policy changed in yocto rocko
2.4+. So I have the following issue:
I try to make a recipe for a shared library with makefile. The recipe is below
(I don't claim it is complete. I simply cannot pass building stage):
#==
LICENSE
(CFLAGS) $(INC) $<
$(OBJDIR)/%.o: %.c
$(CC) $(LIB) $(CFLAGS) $(INC) -c -o $@ $<
$(OBJ) $(DEP): | dirtree
dirtree:
mkdir -p $(DEPDIR) $(OBJDIR)
clean:
$(RM)
Cordially,
Georgi
-Original Message-
From: Burton, Ross [mailto:ross.bur...@intel.com]
Sent:
From: Burton, Ross [mailto:ross.bur...@intel.com]
Sent: Tuesday, December 04, 2018 4:13 PM
To: Georgi Georgiev
Cc: Yocto-mailing-list
Subject: Re: [EXTERNAL] Re: [yocto] Missing dependencies in recipe-sysroot
On Tue, 4 Dec 2018 at 14:02, Georgi Georgiev
wrote:
> LIB := -L/usr/lib
^ don
;
do_compile() {
oe_runmake
}
do_install() {
install -d ${D}${libdir}
install -m 0644 ${PN}.${PV} ${D}${libdir}
}
Obvously I am missing something else
Cordially
-Original Message-
From: Burton, Ross [mailto:ross.bur...@intel.com]
Sent: Tuesday, December 04, 2018 5:44 PM
T
Hi Edward,
As a non yocto professional I will answer :-)
The answer is yes to all questions. So it is up to you. Copying .git
directories will copy also the repos.
Build/tmp is a subject to deletion on my setup on a regular time basis.
Sstate-cache will be good to keep it but...it this will be no
Hello community,
Recently our project switched to yocto 2.6.2 "thud" due to a lot of requests
from SW team for too many package newer versions.
The issue is that when building the image with populate_sdk command it fails
with the following:
.../tmp/work/x86_64-nativesdk-pokysdk-linux/nativesdk-pe
Hi,
The problem:
In our project we have some parts located in svn server far. This server due to
"unknown" reasons very often is not accessible. And I noticed that yocto always
tries to access the svn server. Not like the other components in download
directory. Something worse, if it does not ac
fline without problem. (But first time online of course) May we
speak then about an issue with svn fetcher in yocto?
Cordially
Georgi
From: Georgi Georgiev
Sent: Thursday, October 31, 2019 12:59 PM
To: 'yocto@yoctoproject.org'
Subject: Yocto builds and svn offline
Hi,
The problem: