diff --git a/README-de.md b/README-de.md index 1049d49..20fa587 100644 --- a/README-de.md +++ b/README-de.md @@ -44,7 +44,7 @@ cd build > ### 2. Init-Skript ausführen ```bash ./init.sh -cd poky-3.2 +cd poky-3.2.4 ``` > ### 3. Liste möglicher Maschinentypen anzeigen @@ -74,7 +74,7 @@ NOTE: Tasks Summary: Attempted 4568 tasks of which 4198 didn't need to be rerun Erstellte Images und Pakete sind zu finden unter: ``` -~/build/poky-3.2/build//tmp/deploy +~/build/poky-3.2.4/build//tmp/deploy ``` oder im dist-Verzeichnis: ``` @@ -113,7 +113,7 @@ Wenn man die volle Kontrolle über die Ziel-Quellen haben möchte, sollten die Q ## Konfiguration zurücksetzen Wenn Du deine Maschinen-Konfigurationen zurücksetzen möchtest, benenne bitte das conf-Verzeichnis um (Löschen wird nicht empfohlen) und führe das Init-Skript erneut aus. ```bash -mv $HOME/build/poky-3.2/build//conf $HOME/build/poky-3.2/build//conf.01 +mv $HOME/build/poky-3.2.4/build//conf $HOME/build/poky-3.2.4/build//conf.01 cd $HOME/build ./init.sh ``` @@ -162,7 +162,7 @@ umfassend dokumentiert und bietet die beste Informationsquelle. ### Übersicht über globale Konfigurationsdateien Für die lokale Konfiguration werden diese Konfigurationsdateien innerhalb der Build-Verzeichnissen benötigt: -> $HOME/build/poky-3.2/build/``````/conf/local.conf +> $HOME/build/poky-3.2.4/build/``````/conf/local.conf Diese generierte local.conf enthält nur wenige Zeilen, besitzt aber eine Zeile, die auf eine gemeinsame Konfigurationsdatei zeigt, die für alle Images und unterstützten Maschinentypen gültig ist und kann man mit eigenen Optionen füttern. @@ -175,10 +175,10 @@ Diese **.inc** Datei wurde aus der geklonten Beispieldatei beim erstmaligen ausf Diese Beispieldatei sollte unberührt bleiben, um mögliche Konflikte beim Aktualisieren des build-Repositories zu vermeiden und um zu sehen, was sich geändert haben könnte. Nach einer Aktualisierung des build-Repositries könnten einige neue oder geänderte Optionen hinzugefügt oder entfernt worden sein, die nicht in die inkludierte Konfigurationsdatei übernommen werden. Diesen Fall sollte man in der eigenen Konfiguration berücksichtigen und falls erforderlich anpassen. -Natürlich kann man ```$HOME/Build/poky-3.2/build//conf/local.conf``` mit eigenen Anforderungen ändern und als separate Konfigurationsdatei für einen Maschinentyp verwenden. +Natürlich kann man ```$HOME/Build/poky-3.2.4/build//conf/local.conf``` mit eigenen Anforderungen ändern und als separate Konfigurationsdatei für einen Maschinentyp verwenden. #### Musterkonfiguration für bblayers.conf: -> $HOME/build/poky-3.2/build/``````/conf/bblayers.conf +> $HOME/build/poky-3.2.4/build/``````/conf/bblayers.conf ```bitbake # POKY_BBLAYERS_CONF_VERSION is increased each time build/conf/bblayers.conf @@ -189,20 +189,20 @@ BBPATH = "${TOPDIR}" BBFILES ?= "" BBLAYERS ?= " \ - /home/build/poky-3.2/meta \ - /home//build/poky-3.2/meta-poky \ - /home//build/poky-3.2/meta-yocto-bsp \ + /home/build/poky-3.2.4/meta \ + /home//build/poky-3.2.4/meta-poky \ + /home//build/poky-3.2.4/meta-yocto-bsp \ " BBLAYERS += " \ - /home//build/poky-3.2/meta-neutrino \ - /home//build/poky-3.2/meta- \ - /home//build/poky-3.2/meta-openembedded/meta-oe \ + /home//build/poky-3.2.4/meta-neutrino \ + /home//build/poky-3.2.4/meta- \ + /home//build/poky-3.2.4/meta-openembedded/meta-oe \ " BBLAYERS += " \ - /home//build/poky-3.2/meta-python2 \ + /home//build/poky-3.2.4/meta-python2 \ " BBLAYERS += " \ - /home//build/poky-3.2/meta-qt5 \ + /home//build/poky-3.2.4/meta-qt5 \ " ``` diff --git a/README-en.md b/README-en.md index b22f5dc..ffd36bc 100644 --- a/README-en.md +++ b/README-en.md @@ -43,7 +43,7 @@ cd build > ### 2. Execute init script ```bash ./init.sh -cd poky-3.2 +cd poky-3.2.4 ``` > ### 3. Show possible machine types @@ -72,7 +72,7 @@ NOTE: Tasks Summary: Attempted 4568 tasks of which 4198 didn't need to be rerun Built images and packages to find under: ``` -~/build/poky-3.2/build//tmp/deploy +~/build/poky-3.2.4/build//tmp/deploy ``` or in the dist directory: ``` @@ -109,7 +109,7 @@ If you want to have the full control about any target source, you should transfe ## Reset configuration if required If you want to reset your configs, please rename (delete is not recommended) the conf directory and execute the init script again. See [step 2](#2-Execute-init-script). ```bash -mv $HOME/build/poky-3.2/build//conf $HOME/build/poky-3.2/build//conf.01 +mv $HOME/build/poky-3.2.4/build//conf $HOME/build/poky-3.2.4/build//conf.01 cd $HOME/build ./init.sh ``` @@ -158,7 +158,7 @@ extensively documented and provides the best source of information. ## Overview of global configuration files These configuration files are required within the build directories for local configuration: -> $HOME/build/poky-3.2/build/``````/conf/local.conf +> $HOME/build/poky-3.2.4/build/``````/conf/local.conf This generated local.conf contains only a few lines, but has a line that points to a common configuration file that is valid for all images and supported machine types and can be fed with your own options. @@ -171,11 +171,11 @@ This **.inc** file was derived from the cloned example configuration file when t This sample file should be untouched to avoid possible conflicts when updating the build repository and to see what might have changed. After updating the build repository, some new or changed options may have been added or removed that are not reflected in the included configuration file. This case should be taken into account in your own configuration and adjusted if necessary. -Of course you can modify ```$HOME/Build/poky-3.2/build//conf/local.conf``` with your own requirements and use it as a separate configuration file for a machine type. +Of course you can modify ```$HOME/Build/poky-3.2.4/build//conf/local.conf``` with your own requirements and use it as a separate configuration file for a machine type. #### Pattern configuration for bblayers.conf: -> $HOME/build/poky-3.2/build/``````/conf/bblayers.conf +> $HOME/build/poky-3.2.4/build/``````/conf/bblayers.conf ```bitbake # POKY_BBLAYERS_CONF_VERSION is increased each time build/conf/bblayers.conf @@ -186,20 +186,20 @@ BBPATH = "${TOPDIR}" BBFILES ?= "" BBLAYERS ?= " \ - /home//build/poky-3.2/meta \ - /home//build/poky-3.2/meta-poky \ - /home//build/poky-3.2/meta-yocto-bsp \ + /home//build/poky-3.2.4/meta \ + /home//build/poky-3.2.4/meta-poky \ + /home//build/poky-3.2.4/meta-yocto-bsp \ " BBLAYERS += " \ - /home//build/poky-3.2/meta-neutrino \ - /home//build/poky-3.2/meta- \ - /home//build/poky-3.2/meta-openembedded/meta-oe \ + /home//build/poky-3.2.4/meta-neutrino \ + /home//build/poky-3.2.4/meta- \ + /home//build/poky-3.2.4/meta-openembedded/meta-oe \ " BBLAYERS += " \ - /home//build/poky-3.2/meta-python2 \ + /home//build/poky-3.2.4/meta-python2 \ " BBLAYERS += " \ - /home//build/poky-3.2/meta-qt5 \ + /home//build/poky-3.2.4/meta-qt5 \ " ``` diff --git a/init.sh b/init.sh index f6ef615..357cd77 100755 --- a/init.sh +++ b/init.sh @@ -7,7 +7,7 @@ TIMESTAMP=`date '+%Y%m%d_%H%M%S'` # only current version # IMAGE_VERSION=`git -C $BASEPATH rev-parse --abbrev-ref HEAD` -IMAGE_VERSION="3.2" +IMAGE_VERSION="3.2.4" FILES_DIR="$BASEPATH/files"