From a41aff049857875c7b7f0073c918a78df82b8ab6 Mon Sep 17 00:00:00 2001 From: John Bowler Date: Fri, 6 May 2005 04:29:24 +0000 Subject: [PATCH] This adds initial support for building non-standard versions of the Linux kernel for openslug (or any NSLU2 distro). The .inc file nslu2-kernel.inc does work to decode ${PV} and work out what patches to download. The sole .bb file, nslu2-kernel_2.6.11.8.bb, is just an example (which *does* work and has been tested, slightly). Non-release (mm, ac, rc) patches have not been tested yet and may not work. NOTE: this is for testing/dev of new kernels. It is necessary to set the PREFERRED_PROVIDER_virtual/kernel to nslu2-kernel to pull these .bb files into a build. BKrev: 427af2a47Q3EUuIjzVKXRDWBgDDKzw --- packages/linux/nslu2-kernel.inc | 0 packages/linux/nslu2-kernel_2.6.11.8.bb | 0 2 files changed, 0 insertions(+), 0 deletions(-) create mode 100644 packages/linux/nslu2-kernel.inc create mode 100644 packages/linux/nslu2-kernel_2.6.11.8.bb diff --git a/packages/linux/nslu2-kernel.inc b/packages/linux/nslu2-kernel.inc new file mode 100644 index 0000000000..e69de29bb2 diff --git a/packages/linux/nslu2-kernel_2.6.11.8.bb b/packages/linux/nslu2-kernel_2.6.11.8.bb new file mode 100644 index 0000000000..e69de29bb2 -- 2.39.5