summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.b4-config4
-rw-r--r--.templateconf2
-rw-r--r--README7
3 files changed, 5 insertions, 8 deletions
diff --git a/.b4-config b/.b4-config
deleted file mode 100644
index 683b816ffa..0000000000
--- a/.b4-config
+++ /dev/null
@@ -1,4 +0,0 @@
1[b4]
2 prep-perpatch-check-cmd = ./scripts/b4-wrapper-poky.py prep-perpatch-check-cmd
3 send-auto-cc-cmd = ./scripts/b4-wrapper-poky.py send-auto-cc-cmd
4 send-auto-to-cmd = ./scripts/b4-wrapper-poky.py send-auto-to-cmd
diff --git a/.templateconf b/.templateconf
deleted file mode 100644
index faf0348077..0000000000
--- a/.templateconf
+++ /dev/null
@@ -1,2 +0,0 @@
1# Template settings
2TEMPLATECONF=${TEMPLATECONF:-meta-poky/conf/templates/default}
diff --git a/README b/README
index 1d36bde727..1784456f66 100644
--- a/README
+++ b/README
@@ -4,10 +4,13 @@ You can either:
4 4
5a) switch to individual clones of bitbake, openembedded-core, meta-yocto and yocto-docs 5a) switch to individual clones of bitbake, openembedded-core, meta-yocto and yocto-docs
6 6
7 https://docs.yoctoproject.org/dev/dev-manual/poky-manual-setup.html
8
7b) use the new bitbake-setup 9b) use the new bitbake-setup
8 10
9You can find information about either approach in our documentation: 11 https://docs.yoctoproject.org/dev/dev-manual/poky-manual-setup.html
10https://docs.yoctoproject.org/ 12
13You can find more information in our documentation: https://docs.yoctoproject.org/
11 14
12Note that "poky" the distro setting is still available in meta-yocto as 15Note that "poky" the distro setting is still available in meta-yocto as
13before and we continue to use and maintain that. 16before and we continue to use and maintain that.