From fd07d9481eec3decefc3fa1bb38addd397b8232b Mon Sep 17 00:00:00 2001 From: =?utf8?q?Mat=C3=ADas=20Fonzo?= Date: Sat, 19 Jan 2019 19:38:38 -0300 Subject: [PATCH] linux-libre upgraded to version 4.19.16 --- recipes/kernel/buildtree-generic/recipe | 2 +- recipes/kernel/generic/recipe | 2 +- recipes/kernel/headers/recipe | 2 +- sources/SOURCELIST.txt | 2 +- sources/linux-libre-4.19.15-gnu.tar.lz.sha256 | 1 - sources/linux-libre-4.19.16-gnu.tar.lz.sha256 | 1 + stages/0/02-linux-headers | 2 +- stages/1/03-linux-headers | 2 +- 8 files changed, 7 insertions(+), 7 deletions(-) delete mode 100644 sources/linux-libre-4.19.15-gnu.tar.lz.sha256 create mode 100644 sources/linux-libre-4.19.16-gnu.tar.lz.sha256 diff --git a/recipes/kernel/buildtree-generic/recipe b/recipes/kernel/buildtree-generic/recipe index b540ecbb..242b64c5 100644 --- a/recipes/kernel/buildtree-generic/recipe +++ b/recipes/kernel/buildtree-generic/recipe @@ -15,7 +15,7 @@ # limitations under the License. program=linux -version=4.19.15 +version=4.19.16 release=1 # Set 'outdir' for a nice and well-organized output directory diff --git a/recipes/kernel/generic/recipe b/recipes/kernel/generic/recipe index 8f478be0..64674290 100644 --- a/recipes/kernel/generic/recipe +++ b/recipes/kernel/generic/recipe @@ -15,7 +15,7 @@ # limitations under the License. program=linux -version=4.19.15 +version=4.19.16 release=1 # Set 'outdir' for a nice and well-organized output directory diff --git a/recipes/kernel/headers/recipe b/recipes/kernel/headers/recipe index b0e39c96..c723287f 100644 --- a/recipes/kernel/headers/recipe +++ b/recipes/kernel/headers/recipe @@ -15,7 +15,7 @@ # limitations under the License. program=linux -version=4.19.15 +version=4.19.16 release=1 # Set 'outdir' for a nice and well-organized output directory diff --git a/sources/SOURCELIST.txt b/sources/SOURCELIST.txt index 30217f2a..4a658bde 100644 --- a/sources/SOURCELIST.txt +++ b/sources/SOURCELIST.txt @@ -178,7 +178,7 @@ http://jxself.org/firmware/linux-libre-firmware-1.3.1.tar.lz http://launchpad.net/gartoon-redux/1.x/1.11/+download/gartoon-redux-1.11.tar.gz http://launchpad.net/intltool/trunk/0.51.0/+download/intltool-0.51.0.tar.gz http://libarchive.org/downloads/libarchive-3.3.3.tar.gz -http://linux-libre.fsfla.org/pub/linux-libre/releases/4.19.15-gnu/linux-libre-4.19.15-gnu.tar.lz +http://linux-libre.fsfla.org/pub/linux-libre/releases/4.19.16-gnu/linux-libre-4.19.16-gnu.tar.lz http://mama.indstate.edu/users/ice/tree/src/tree-1.8.0.tgz http://mirror.fsf.org/dragora/v3/sources/bzip2-1.0.6.tar.gz http://mirrors.edge.kernel.org/pub/linux/libs/security/linux-privs/libcap2/libcap-2.26.tar.gz diff --git a/sources/linux-libre-4.19.15-gnu.tar.lz.sha256 b/sources/linux-libre-4.19.15-gnu.tar.lz.sha256 deleted file mode 100644 index 2e18b4f7..00000000 --- a/sources/linux-libre-4.19.15-gnu.tar.lz.sha256 +++ /dev/null @@ -1 +0,0 @@ -1e803315fe82fe71af7307de41c5ee8a36a1255044ff20e2a1070979c9e4baf1 linux-libre-4.19.15-gnu.tar.lz diff --git a/sources/linux-libre-4.19.16-gnu.tar.lz.sha256 b/sources/linux-libre-4.19.16-gnu.tar.lz.sha256 new file mode 100644 index 00000000..9a9ba8e7 --- /dev/null +++ b/sources/linux-libre-4.19.16-gnu.tar.lz.sha256 @@ -0,0 +1 @@ +c0a5531c8fd0b37696e5e435e3bbe1d23426b982b2aa41c7e2e3443a845478ed linux-libre-4.19.16-gnu.tar.lz diff --git a/stages/0/02-linux-headers b/stages/0/02-linux-headers index 2edb3663..56f0c317 100755 --- a/stages/0/02-linux-headers +++ b/stages/0/02-linux-headers @@ -14,7 +14,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -version=4.19.15 +version=4.19.16 cd -- "$TMPDIR" rm -rf linux-${version} diff --git a/stages/1/03-linux-headers b/stages/1/03-linux-headers index 65b67fa3..f3858eb8 100755 --- a/stages/1/03-linux-headers +++ b/stages/1/03-linux-headers @@ -14,7 +14,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -version=4.19.15 +version=4.19.16 cd -- "$TMPDIR" rm -rf linux-${version} -- 2.11.4.GIT