diff options
| author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2025-11-07 13:31:53 +0000 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2025-11-07 13:31:53 +0000 |
| commit | 8c22ff0d8b70d9b12f0487ef696a7e915b9e3173 (patch) | |
| tree | efdc32587159d0050a69009bdf2330a531727d95 /meta-selftest/recipes-test/devtool/devtool-upgrade-test2_git.bb.upgraded | |
| parent | d412d2747595c1cc4a5e3ca975e3adc31b2f7891 (diff) | |
| download | poky-8c22ff0d8b70d9b12f0487ef696a7e915b9e3173.tar.gz | |
The poky repository master branch is no longer being updated.
You can either:
a) switch to individual clones of bitbake, openembedded-core, meta-yocto and yocto-docs
b) use the new bitbake-setup
You can find information about either approach in our documentation:
https://docs.yoctoproject.org/
Note that "poky" the distro setting is still available in meta-yocto as
before and we continue to use and maintain that.
Long live Poky!
Some further information on the background of this change can be found
in: https://lists.openembedded.org/g/openembedded-architecture/message/2179
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta-selftest/recipes-test/devtool/devtool-upgrade-test2_git.bb.upgraded')
| -rw-r--r-- | meta-selftest/recipes-test/devtool/devtool-upgrade-test2_git.bb.upgraded | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/meta-selftest/recipes-test/devtool/devtool-upgrade-test2_git.bb.upgraded b/meta-selftest/recipes-test/devtool/devtool-upgrade-test2_git.bb.upgraded deleted file mode 100644 index d3256ef5df..0000000000 --- a/meta-selftest/recipes-test/devtool/devtool-upgrade-test2_git.bb.upgraded +++ /dev/null | |||
| @@ -1,19 +0,0 @@ | |||
| 1 | SUMMARY = "A simple tool to wait for a specific signal over DBus" | ||
| 2 | HOMEPAGE = "http://git.yoctoproject.org/cgit/cgit.cgi/dbus-wait" | ||
| 3 | SECTION = "base" | ||
| 4 | LICENSE = "GPL-2.0-only" | ||
| 5 | LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" | ||
| 6 | |||
| 7 | DEPENDS = "dbus" | ||
| 8 | |||
| 9 | # Note: this is intentionally not the latest version in the original .bb | ||
| 10 | SRCREV = "6cc6077a36fe2648a5f993fe7c16c9632f946517" | ||
| 11 | PV = "0.1+git" | ||
| 12 | |||
| 13 | SRC_URI = "git://git.yoctoproject.org/dbus-wait;branch=master" | ||
| 14 | UPSTREAM_CHECK_COMMITS = "1" | ||
| 15 | RECIPE_NO_UPDATE_REASON = "This recipe is used to test devtool upgrade feature" | ||
| 16 | |||
| 17 | EXCLUDE_FROM_WORLD = "1" | ||
| 18 | |||
| 19 | inherit autotools pkgconfig | ||
