Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1736803 > unrolled thread

[GIT PULL] Kbuild fixes for v4.14-rc2

Started byMasahiro Yamada <yamada.masahiro@socionext.com>
First post2017-09-21 17:50 +0200
Last post2017-09-21 17:50 +0200
Articles 1 — 1 participant

Back to article view | Back to linux.kernel


Contents

  [GIT PULL] Kbuild fixes for v4.14-rc2 Masahiro Yamada <yamada.masahiro@socionext.com> - 2017-09-21 17:50 +0200

#1736803 — [GIT PULL] Kbuild fixes for v4.14-rc2

FromMasahiro Yamada <yamada.masahiro@socionext.com>
Date2017-09-21 17:50 +0200
Subject[GIT PULL] Kbuild fixes for v4.14-rc2
Message-ID<usbTI-2TP-33@gated-at.bofh.it>
Hi Linus,

Here are some early Kbuild fixes.

The in-kernel firmware was removed during the previous merge window.
Since then, some bug reports of broken rpm building are flying in ML.
We need to fix it now.


The following changes since commit 2bd6bf03f4c1c59381d62c61d03f6cc3fe71f66e:

  Linux 4.14-rc1 (2017-09-16 15:47:51 -0700)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild.git
tags/kbuild-fixes-v4.14

for you to fetch changes up to 25b080bd53f2873785fa049f570ac1b361c11d72:

  kbuild: rpm-pkg: fix version number handling (2017-09-21 00:06:03 +0900)

----------------------------------------------------------------
Kbuild fixes for v4.14

- remove firmware install from rpm-pkg / deb-pkg

- fix mismatch between release number and UTS_VERSION for rpm-pkg

----------------------------------------------------------------
Masahiro Yamada (3):
      kbuild: rpm-pkg: delete firmware_install to fix build error
      kbuild: deb-pkg: remove firmware package support
      kbuild: rpm-pkg: fix version number handling

 scripts/mkversion        |  6 ------
 scripts/package/Makefile |  5 -----
 scripts/package/builddeb | 22 +---------------------
 scripts/package/mkspec   | 14 ++++----------
 4 files changed, 5 insertions(+), 42 deletions(-)
 delete mode 100644 scripts/mkversion



-- 
Best Regards
Masahiro Yamada

[toc] | [standalone]


Back to top | Article view | linux.kernel


csiph-web