From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andy Shevchenko Date: Tue, 18 Jun 2019 18:47:09 +0300 Subject: [Buildroot] [PATCH v1] fb-test-app: Revert upstream 77bdfc6 "add function to place framebuffer ..." In-Reply-To: <20190618154352.50597-1-andriy.shevchenko@linux.intel.com> References: <20190618154352.50597-1-andriy.shevchenko@linux.intel.com> Message-ID: <20190618154709.GS9224@smile.fi.intel.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: buildroot@busybox.net On Tue, Jun 18, 2019 at 06:43:52PM +0300, Andy Shevchenko wrote: > The patch breaks at least hotplug displays to work. > > More details in submitted PR to the upstream, i.e. > https://github.com/prpplague/fb-test-app/pull/5. Please, ignore. Just sent a proper one. > > Signed-off-by: Andy Shevchenko > --- > .../0001-update-version-number.patch | 27 +++++++++++++++++++ > 1 file changed, 27 insertions(+) > create mode 100644 package/fb-test-app/0001-update-version-number.patch > > diff --git a/package/fb-test-app/0001-update-version-number.patch b/package/fb-test-app/0001-update-version-number.patch > new file mode 100644 > index 0000000000..84d59be2e9 > --- /dev/null > +++ b/package/fb-test-app/0001-update-version-number.patch > @@ -0,0 +1,27 @@ > +From 063ec650960c2d79ac51f5c5f026cb05343a33e2 Mon Sep 17 00:00:00 2001 > +From: David Anders > +Date: Thu, 25 Sep 2014 11:52:11 -0500 > +Subject: [PATCH 1/1] update version number > + > +--- > + Makefile | 4 ++-- > + 1 file changed, 2 insertions(+), 2 deletions(-) > + > +diff --git a/Makefile b/Makefile > +index fecbbe4..ef786a2 100644 > +--- a/Makefile > ++++ b/Makefile > +@@ -1,8 +1,8 @@ > + VERSION = 1 > +-PATCHLEVEL = 0 > ++PATCHLEVEL = 1 > + SUBLEVEL = 0 > + EXTRAVERSION = .git > +-NAME = tablet_rosa > ++NAME = rosetta > + > + ifdef CROSS_COMPILE > + CC=$(CROSS_COMPILE)gcc > +-- > +2.20.1 > + > -- > 2.20.1 > -- With Best Regards, Andy Shevchenko