From patchwork Sat Nov 13 10:50:27 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: phodina X-Patchwork-Id: 34425 Return-Path: X-Original-To: patchwork@mira.cbaines.net Delivered-To: patchwork@mira.cbaines.net Received: by mira.cbaines.net (Postfix, from userid 113) id 3EDC127BBE3; Sat, 13 Nov 2021 10:51:10 +0000 (GMT) X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on mira.cbaines.net X-Spam-Level: X-Spam-Status: No, score=-2.8 required=5.0 tests=BAYES_00,DKIM_SIGNED, FREEMAIL_FROM,MAILING_LIST_MULTI,RCVD_IN_MSPIKE_H2,SPF_HELO_PASS, T_DKIM_INVALID,URIBL_BLOCKED autolearn=unavailable autolearn_force=no version=3.4.2 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) by mira.cbaines.net (Postfix) with ESMTPS id 0C5CF27BBE1 for ; Sat, 13 Nov 2021 10:51:10 +0000 (GMT) Received: from localhost ([::1]:45326 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1mlqcn-00044U-5l for patchwork@mira.cbaines.net; Sat, 13 Nov 2021 05:51:09 -0500 Received: from eggs.gnu.org ([209.51.188.92]:36612) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mlqcg-00043v-K2 for guix-patches@gnu.org; Sat, 13 Nov 2021 05:51:02 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:35091) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1mlqcg-00007m-Am for guix-patches@gnu.org; Sat, 13 Nov 2021 05:51:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1mlqcg-0002ZB-AH for guix-patches@gnu.org; Sat, 13 Nov 2021 05:51:02 -0500 X-Loop: help-debbugs@gnu.org Subject: [bug#51771] [PATCH v2 2/2] gnu: Add linux-libre-with-waydroid. References: In-Reply-To: Resent-From: phodina Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Sat, 13 Nov 2021 10:51:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 51771 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: "51771@debbugs.gnu.org" <51771@debbugs.gnu.org> Received: via spool by 51771-submit@debbugs.gnu.org id=B51771.16368006409833 (code B ref 51771); Sat, 13 Nov 2021 10:51:02 +0000 Received: (at 51771) by debbugs.gnu.org; 13 Nov 2021 10:50:40 +0000 Received: from localhost ([127.0.0.1]:46637 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mlqcK-0002YX-9f for submit@debbugs.gnu.org; Sat, 13 Nov 2021 05:50:40 -0500 Received: from mail-40131.protonmail.ch ([185.70.40.131]:44742) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mlqcI-0002YI-Lr for 51771@debbugs.gnu.org; Sat, 13 Nov 2021 05:50:39 -0500 Date: Sat, 13 Nov 2021 10:50:27 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=protonmail.com; s=protonmail; t=1636800628; bh=tbH4PoAhfskrthW+HjTM2ObTS5/TKWeQhTfw6Gy/eR4=; h=Date:To:From:Reply-To:Subject:From; b=sMy2nRhXUcCppjaalwEFszbDBNYtKh/oZrE4hF4K6qEbj4KhZv66QPHp3aEDrITL1 pzxMTXgDwFJhb4MqMuRU6TMpIe7UEb9DKJOi3jZNQMvTcNppwzIO0B+nWMh44x3Naf 3BUFFplO7DvgtqEnGoB3vwfbc2AodZXdrIa0M0l4= Message-ID: MIME-Version: 1.0 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: guix-patches@gnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+patchwork=mira.cbaines.net@gnu.org Sender: "Guix-patches" Reply-to: phodina X-ACL-Warn: , phodina via Guix-patches X-Patchwork-Original-From: phodina via Guix-patches via From: phodina X-getmail-retrieved-from-mailbox: Patches * gnu/packages/linux.scm (linux-libre-with-waydroid, * waydroid-extra-linux-options): New variables. --- 2.33.0 diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm index cfc09580a3..a5d95bf5d4 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -722,6 +722,14 @@ (define %bpf-extra-linux-options ;; kheaders module ("CONFIG_IKHEADERS" . #t))) +(define %waydroid-extra-linux-options + `(;; Modules required for waydroid: + ("CONFIG_ASHMEM" . #t) + ("CONFIG_ANDROID" . #t) + ("CONFIG_ANDROID_BINDER_IPC" . #t) + ("CONFIG_ANDROID_BINDERFS" . #t) + ("CONFIG_ANDROID_BINDER_DEVICES" . "binder,hwbinder,vndbinder"))) + (define (config->string options) (string-join (map (match-lambda ((option . #f) @@ -1147,6 +1155,24 @@ (define-public linux-libre-mips64el-fuloong2e `(("CONFIG_OVERLAY_FS" . m)) %default-extra-linux-options))) +(define-public linux-libre-waydroid + (let ((base-linux-libre + (make-linux-libre* + linux-libre-5.14-version + linux-libre-5.14-gnu-revision + linux-libre-5.14-source + '("x86_64-linux" "i686-linux" "armhf-linux" + "aarch64-linux" "riscv64-linux") + #:extra-version "linux" + #:configuration-file kernel-config + #:extra-options + (append %waydroid-extra-linux-options + %default-extra-linux-options)))) + (package + (inherit base-linux-libre) + (name "linux-libre-waydroid") + (inputs `(("cpio" ,cpio) ,@(package-inputs base-linux-libre)))))) + (define-public linux-libre-with-bpf (let ((base-linux-libre (make-linux-libre*