|
Re: git fetcher: does not execute git fetch --tags or similar when HEAD has not changed
Each of the fetcher backends makes some assumptions about what it
considers to be "the same".
For tarballs from whatever source this is easy and we use the hash of
the tarball.
For git, we work off
Each of the fetcher backends makes some assumptions about what it
considers to be "the same".
For tarballs from whatever source this is easy and we use the hash of
the tarball.
For git, we work off
|
By
Richard Purdie
·
#48776
·
|
|
Re: git fetcher: does not execute git fetch --tags or similar when HEAD has not changed
Right, now I see what you mean. The build process does not rely on static metadata in the source tree to determine the version, and is instead poking the git checkout to determine what the version is?
Right, now I see what you mean. The build process does not rely on static metadata in the source tree to determine the version, and is instead poking the git checkout to determine what the version is?
|
By
Alexander Kanavin
·
#48775
·
|
|
Re: QA notification for completed autobuilder build (yocto-3.1_M3.rc1)
By
Sangeeta Jain
·
#48774
·
|
|
Re: QA notification for completed autobuilder build (yocto-3.1_M3.rc1)
This platform has been removed from master, and is therefore not in M3.
cu
Adrian
This platform has been removed from master, and is therefore not in M3.
cu
Adrian
|
By
Adrian Bunk
·
#48773
·
|
|
Re: git fetcher: does not execute git fetch --tags or similar when HEAD has not changed
Hi Alexander,
thanks for your message. I will try to explain my issue once again, since it still seems not clearly formulated. We build our images on CI (Jenkins). There, we have a shared download
Hi Alexander,
thanks for your message. I will try to explain my issue once again, since it still seems not clearly formulated. We build our images on CI (Jenkins). There, we have a shared download
|
By
Matthias Schoepfer
·
#48772
·
|
|
QA notification for completed autobuilder build (yocto-3.1_M3.rc1)
Hi all,
Intel and WR YP QA is planning for QA execution for YP build yocto-3.1_M3.rc1.
We are planning to execute following tests for this cycle:
OEQA-manual tests for following module:
1.
Hi all,
Intel and WR YP QA is planning for QA execution for YP build yocto-3.1_M3.rc1.
We are planning to execute following tests for this cycle:
OEQA-manual tests for following module:
1.
|
By
Sangeeta Jain
·
#48771
·
|
|
Re: QA notification for completed autobuilder build (yocto-3.1_M3.rc1)
Hi all,
Intel and WR YP QA is planning for QA execution for YP build yocto-3.1_M3.rc1.
We are planning to execute following tests for this cycle:
OEQA-manual tests for following module:
1.
Hi all,
Intel and WR YP QA is planning for QA execution for YP build yocto-3.1_M3.rc1.
We are planning to execute following tests for this cycle:
OEQA-manual tests for following module:
1.
|
By
Sangeeta Jain
·
#48770
·
|
|
[yocto-autobuilder2][PATCH] config: Fix giturl for meta-virtualization Layer
From: Aaron Chan <aaron.chun.yew.chan@...>
Signed-off-by: Aaron Chan <aaron.chun.yew.chan@...>
---
config.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/config.py
From: Aaron Chan <aaron.chun.yew.chan@...>
Signed-off-by: Aaron Chan <aaron.chun.yew.chan@...>
---
config.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/config.py
|
By
Aaron Chan
·
#48769
·
|
|
[PATCH] config: Fix giturl for meta-virtualization Layer
From: Aaron Chan <aaron.chun.yew.chan@...>
Signed-off-by: Aaron Chan <aaron.chun.yew.chan@...>
---
config.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/config.py
From: Aaron Chan <aaron.chun.yew.chan@...>
Signed-off-by: Aaron Chan <aaron.chun.yew.chan@...>
---
config.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/config.py
|
By
Aaron Chan
·
#48768
·
|
|
QA notification for completed autobuilder build (yocto-3.1_M3.rc1)
A build flagged for QA (yocto-3.1_M3.rc1) was completed on the autobuilder and is available at:
https://autobuilder.yocto.io/pub/releases/yocto-3.1_M3.rc1
Build hash information:
bitbake:
A build flagged for QA (yocto-3.1_M3.rc1) was completed on the autobuilder and is available at:
https://autobuilder.yocto.io/pub/releases/yocto-3.1_M3.rc1
Build hash information:
bitbake:
|
By
pokybuild@...
·
#48767
·
|
|
systemd: Freezing execution in intel ATOM processor
We have a legacy device with following configurations:
Chipset Architecture : Intel NM10 express
OS : Yocto warrior
CPU : Atom D2250 Dual Core
Volatile Memory : 2GB DDR3
CPU core : 4
I have
We have a legacy device with following configurations:
Chipset Architecture : Intel NM10 express
OS : Yocto warrior
CPU : Atom D2250 Dual Core
Volatile Memory : 2GB DDR3
CPU core : 4
I have
|
By
raxeshkumar.oriya@ncr.com
·
#48766
·
|
|
Re: git fetcher: does not execute git fetch --tags or similar when HEAD has not changed
'devtool upgrade' updates SRCREV to match the version tag that you specify:
devtool upgrade -V <tag>
If you omit -V, it will upgrade to the latest tag. It updates PV as well. Why is it unsuitable for
'devtool upgrade' updates SRCREV to match the version tag that you specify:
devtool upgrade -V <tag>
If you omit -V, it will upgrade to the latest tag. It updates PV as well. Why is it unsuitable for
|
By
Alexander Kanavin
·
#48765
·
|
|
Re: git fetcher: does not execute git fetch --tags or similar when HEAD has not changed
Hi Alexander,
does it solve the Problem of a SRCREV, that has been fetched (for example for a _git testbuild) and now gets a tag applied and build with the _<version> build. The problem is *not* that
Hi Alexander,
does it solve the Problem of a SRCREV, that has been fetched (for example for a _git testbuild) and now gets a tag applied and build with the _<version> build. The problem is *not* that
|
By
Matthias Schoepfer
·
#48764
·
|
|
Auto Login using systeminit
#yocto
Hi,
I want to add a feature "autologin" to the core-image-base. I created a new layer for auto login as "meta-autologin" in the poky and added some sample script to run in the auto login. When I build
Hi,
I want to add a feature "autologin" to the core-image-base. I created a new layer for auto login as "meta-autologin" in the poky and added some sample script to run in the auto login. When I build
|
By
Amrun Nisha.R
·
#48763
·
|
|
Re: git fetcher: does not execute git fetch --tags or similar when HEAD has not changed
You can trivially script SRCREV updates ('devtool upgrade'/'devtool finish'). The disadvantage of using tags is that you lose reproducibility, as tags can be moved or deleted, and so I wouldn't
You can trivially script SRCREV updates ('devtool upgrade'/'devtool finish'). The disadvantage of using tags is that you lose reproducibility, as tags can be moved or deleted, and so I wouldn't
|
By
Alexander Kanavin
·
#48762
·
|
|
Re: git fetcher: does not execute git fetch --tags or similar when HEAD has not changed
Hi Denys,
1) Would SRCREV not be affected by this as well? When the same hash is read, then no update of the repository (esp. the tags) is done. Or can you be sure this is not the case?
2) It allows
Hi Denys,
1) Would SRCREV not be affected by this as well? When the same hash is read, then no update of the repository (esp. the tags) is done. Or can you be sure this is not the case?
2) It allows
|
By
Matthias Schoepfer
·
#48761
·
|
|
Invitation: Yocto Project Technical Team Meeting @ Monthly from 8am to 9am on the third Tuesday (PDT) (yocto@yoctoproject.org)
You have been invited to the following event.
Yocto Project Technical Team Meeting
When
Monthly from 8am to 9am on the third Tuesday Pacific Time - Los Angeles
Where
Zoom Meeting:
You have been invited to the following event.
Yocto Project Technical Team Meeting
When
Monthly from 8am to 9am on the third Tuesday Pacific Time - Los Angeles
Where
Zoom Meeting:
|
By
Rudolf J Streif
·
#48760
·
|
|
Re: How to create a btrfs snapshot in the rootfs image (during build)?
Self answering below.
Op 22-02-2020 om 16:06 schreef Ferry Toth:
the emmc compared to separate partitions. And it allows multiple versions of the rootfs in the same pool.
btrfs image and taking the
Self answering below.
Op 22-02-2020 om 16:06 schreef Ferry Toth:
the emmc compared to separate partitions. And it allows multiple versions of the rootfs in the same pool.
btrfs image and taking the
|
By
Gmane Admin
·
#48759
·
|
|
Re: [OE-core] [yocto] menuconf u-boot
That was mainly addressed to JH. :)
--
Regards,
Andrey.
That was mainly addressed to JH. :)
--
Regards,
Andrey.
|
By
Andrey Zhizhikin <andrey.z@...>
·
#48758
·
|
|
Re: [OE-core] [yocto] menuconf u-boot
This was a rhetorical question - no answer was required.
Exactly my point.
This was a rhetorical question - no answer was required.
Exactly my point.
|
By
Denys Dmytriyenko
·
#48757
·
|