All of lore.kernel.org
 help / color / mirror / Atom feed
From: Marco Trapanese <marcotrapanese@gmail.com>
To: buildroot@busybox.net
Subject: [Buildroot] Kernel module compiled but not found
Date: Sun, 13 Oct 2013 17:19:12 +0200	[thread overview]
Message-ID: <525AB9F0.3020708@gmail.com> (raw)
In-Reply-To: <20131013170541.398d8907@skate>

Il 13/10/2013 17:05, Thomas Petazzoni ha scritto:
> Macro, can you post your current package (.mk file and Config.in files,
> or even better, a patch against Buildroot), so that we can potentially
> reproduce your issue and help you solve it?


Thomas,
I don't know how to post a patch against Buildroot (please, may you 
provide a link where is explained how to?) but I can post here the 
content of the two files for sure:

Config.in
config BR2_PACKAGE_SENSORAY2253
     bool "sensoray2253"
     depends on BR2_LINUX_KERNEL
     help
       Kernel module for Sensoray 2253

       http://it.sensoray.com/products/2253.htm


sensoray2253.mk
################################################################################
#
# sensoray2253
#
################################################################################

SENSORAY2253_VERSION = 1.2.6
SENSORAY2253_SOURCE = sdk_x53_linux_$(SENSORAY2253_VERSION).tar.bz2
SENSORAY2253_SITE = http://it.sensoray.com/downloads/
SENSORAY2253_DEPENDENCIES = linux

define SENSORAY2253_BUILD_CMDS
     $(MAKE) $(LINUX_MAKE_FLAGS) -C $(LINUX_DIR) M=$(@D) modules
endef

define SENSORAY2253_INSTALL_TARGET_CMDS
     $(MAKE) $(LINUX_MAKE_FLAGS) -C $(LINUX_DIR) M=$(@D) modules_install
endef

$(eval $(generic-package))

  reply	other threads:[~2013-10-13 15:19 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-10-13 14:29 [Buildroot] Kernel module compiled but not found Marco Trapanese
2013-10-13 14:51 ` Yann E. MORIN
2013-10-13 15:02   ` Marco Trapanese
2013-10-13 15:05     ` Thomas Petazzoni
2013-10-13 15:19       ` Marco Trapanese [this message]
2013-10-13 21:12         ` Arnout Vandecappelle
2013-10-14  7:58           ` Marco Trapanese
2013-10-13 15:57       ` Yann E. MORIN
2013-10-13 16:53     ` Sagaert Johan
2013-10-13 17:05       ` Marco Trapanese
2013-10-13 15:56 ` Yann E. MORIN
2013-10-13 16:02   ` Marco Trapanese
2013-10-13 20:11 ` Ciarán Rehill

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=525AB9F0.3020708@gmail.com \
    --to=marcotrapanese@gmail.com \
    --cc=buildroot@busybox.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.