Browse Source

Intermediate changes

robot-piglet 1 year ago
parent
commit
93c9bcb654
2 changed files with 6 additions and 7 deletions
  1. 1 2
      build/sysincl/linux-headers.yml
  2. 5 5
      contrib/libs/linux-headers/ya.make

+ 1 - 2
build/sysincl/linux-headers.yml

@@ -1,4 +1,4 @@
-# Generated by devtools/yamaker.
+# Generated by yamaker, do not edit
 - includes:
   - asm-generic/auxvec.h
   - asm-generic/bitsperlong.h
@@ -559,7 +559,6 @@
   - linux/isst_if.h
   - linux/ivtv.h
   - linux/ivtvfb.h
-  - linux/jffs2.h
   - linux/joystick.h
   - linux/kcm.h
   - linux/kcmp.h

+ 5 - 5
contrib/libs/linux-headers/ya.make

@@ -1,11 +1,7 @@
-# Generated by devtools/yamaker from nixpkgs 980c4c3c2f664ccc5002f7fd6e08059cf1f00e75.
+# Generated by devtools/yamaker from nixpkgs 22.11.
 
 LIBRARY()
 
-VERSION(5.7)
-
-ORIGINAL_SOURCE(mirror://kernel/linux/kernel/v5.x/linux-5.7.tar.xz)
-
 LICENSE(
     "(GPL-2.0-only WITH Linux-syscall-note OR BSD-2-Clause)" AND
     "(GPL-2.0-only WITH Linux-syscall-note OR BSD-3-Clause)" AND
@@ -32,6 +28,10 @@ LICENSE(
 
 LICENSE_TEXTS(.yandex_meta/licenses.list.txt)
 
+VERSION(5.7)
+
+ORIGINAL_SOURCE(mirror://kernel/linux/kernel/v5.x/linux-5.7.tar.xz)
+
 DISABLE(NEED_PLATFORM_PEERDIRS)
 
 DISABLE(WITH_VALGRIND)