> where is the mistake ?

Hmm. It appears that Toaster found the right layer and branch for the BBLAYERS 
value, but I when I tested this I also observe that the "*meta-intel-rocko" 
directory is on the "master" branch.

The code is in "toaster/bldcontrol/localhostbecontroller.py", and it does not 
appear to be doing the right actions:

            # branch magic name "HEAD" will inhibit checkout
            if commit != "HEAD":
                logger.debug("localhostbecontroller: checking out commit %s to 
%s " % (commit, localdirname))
                ref = commit if re.match('^[a-fA-F0-9]+$', commit) else 
'origin/%s' % commit
                self._shellcmd('git fetch --all && git reset --hard "%s"' % 
ref, localdirname)

I will examine this closer and file a defect for YP-2.4.1.

- David



-----Original Message-----
From: [email protected] 
[mailto:[email protected]] On Behalf Of Stéphane Ancelot
Sent: Monday, November 13, 2017 8:11 AM
To: [email protected]
Subject: [Toaster] can not add meta-intel layer version rocko

Hi,

I added meta-layer intel , specifying rocko git version. I had some 
incompatibilities with kernel version...

Unfortunately, it looks like toaster  added meta-intel master branch. 
(it is displayed in the build configuration) .

The toaster-bblayers.conf file indicates

BBLAYERS =
"/var/www/toaster/poky/_toaster_clones/_git___git.yoctoproject.org_meta-intel_rocko
..."

but in this folder, git branch tells me '* master'....

where is the mistake ?

Regards,

S.Ancelot

--
_______________________________________________
toaster mailing list
[email protected]
https://lists.yoctoproject.org/listinfo/toaster
-- 
_______________________________________________
toaster mailing list
[email protected]
https://lists.yoctoproject.org/listinfo/toaster

Reply via email to